GroupingTypes

Operations for GroupingTypes

List groupingTypes

get

List groupingTypes

Authorizations
Query parameters
limitinteger · min: 1 · max: 1000Optional

Maximum number of items to return (1-1000)

Default: 10
cursorstringOptional

Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.

Responses
200

Successful response

application/json
get
/groupingTypes

Get GroupingType

get

Get a single GroupingType by ID

Authorizations
Path parameters
idstringRequired

GroupingType ID

Responses
200

Successful response

application/json
get
/groupingTypes/{id}

List GroupingType creation proposals

get

List all createGroupingTypes proposals. These are proposed changes to create new GroupingType records that may be automatically approved or require manual approval depending on system configuration.

Authorizations
Query parameters
limitinteger · min: 1 · max: 1000Optional

Maximum number of items to return (1-1000)

Default: 10
cursorstringOptional

Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.

Responses
200

Successful response

application/json
get
/createGroupingTypes

Propose creation of GroupingTypes

post

Create new proposals to add GroupingType records. The proposals may be automatically approved or require manual approval depending on system configuration. You can submit multiple proposals in a single request.

Authorizations
Bodyobject[]
activePeriodstringRequired

Date range in PostgreSQL format [start,end)

Example: [2023-01-01,2023-12-31)
codestringRequired
repositoryIDstring · uuidRequired
Responses
post
/createGroupingTypes

Get GroupingType creation proposal

get

Get details of a specific GroupingType creation proposal by ID

Authorizations
Path parameters
idstringRequired

CreateGroupingTypeProposal ID

Responses
200

Successful response

application/json
get
/createGroupingTypes/{id}

List GroupingType deletion proposals

get

List all deleteGroupingTypes proposals. These are proposed changes to delete GroupingType records that may be automatically approved or require manual approval depending on system configuration.

Authorizations
Query parameters
limitinteger · min: 1 · max: 1000Optional

Maximum number of items to return (1-1000)

Default: 10
cursorstringOptional

Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.

Responses
200

Successful response

application/json
get
/deleteGroupingTypes

Propose deletion of GroupingTypes

post

Create new proposals to delete GroupingType records. The proposals may be automatically approved or require manual approval depending on system configuration. You can submit multiple proposals in a single request.

Authorizations
Bodyobject[]
idstring · uuidRequired
repositoryIDstring · uuidRequired
Responses
post
/deleteGroupingTypes

Get GroupingType deletion proposal

get

Get details of a specific GroupingType deletion proposal by ID

Authorizations
Path parameters
idstringRequired

DeleteGroupingTypeProposal ID

Responses
200

Successful response

application/json
get
/deleteGroupingTypes/{id}

List GroupingType update proposals

get

List all updateGroupingTypes proposals. These are proposed changes to update existing GroupingType records that may be automatically approved or require manual approval depending on system configuration.

Authorizations
Query parameters
limitinteger · min: 1 · max: 1000Optional

Maximum number of items to return (1-1000)

Default: 10
cursorstringOptional

Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.

Responses
200

Successful response

application/json
get
/updateGroupingTypes

Propose update of GroupingTypes

post

Create new proposals to update GroupingType records. All fields are optional - omitted fields will not be changed. Only include fields you want to update. Setting a field to null will clear its value (where applicable). The proposals may be automatically approved or require manual approval depending on system configuration. You can submit multiple proposals in a single request.

Authorizations
Bodyobject[]
activePeriodstringOptional

Date range in PostgreSQL format [start,end) (omit to keep current value)

Example: [2023-01-01,2023-12-31)
codestringOptional

Omit this field to keep current value

idstring · uuidRequired
repositoryIDstring · uuidRequired
Responses
post
/updateGroupingTypes

Get GroupingType update proposal

get

Get details of a specific GroupingType update proposal by ID

Authorizations
Path parameters
idstringRequired

UpdateGroupingTypeProposal ID

Responses
200

Successful response

application/json
get
/updateGroupingTypes/{id}

Last updated

Was this helpful?