RatingScales

Operations for RatingScales

List ratingScales

get

List ratingScales

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
/ratingScales

Get RatingScale

get

Get a single RatingScale by ID

Authorizations
Path parameters
idstringRequired

RatingScale ID

Responses
200

Successful response

application/json
get
/ratingScales/{id}

List RatingScale creation proposals

get

List all createRatingScales proposals. These are proposed changes to create new RatingScale 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
/createRatingScales

Propose creation of RatingScales

post

Create new proposals to add RatingScale 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[]
codestringRequired
repositoryIDstring · uuidRequired
Responses
post
/createRatingScales

Get RatingScale creation proposal

get

Get details of a specific RatingScale creation proposal by ID

Authorizations
Path parameters
idstringRequired

CreateRatingScaleProposal ID

Responses
200

Successful response

application/json
get
/createRatingScales/{id}

List RatingScale deletion proposals

get

List all deleteRatingScales proposals. These are proposed changes to delete RatingScale 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
/deleteRatingScales

Propose deletion of RatingScales

post

Create new proposals to delete RatingScale 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
/deleteRatingScales

Get RatingScale deletion proposal

get

Get details of a specific RatingScale deletion proposal by ID

Authorizations
Path parameters
idstringRequired

DeleteRatingScaleProposal ID

Responses
200

Successful response

application/json
get
/deleteRatingScales/{id}

List RatingScale update proposals

get

List all updateRatingScales proposals. These are proposed changes to update existing RatingScale 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
/updateRatingScales

Propose update of RatingScales

post

Create new proposals to update RatingScale 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[]
codestringOptional

Omit this field to keep current value

idstring · uuidRequired
repositoryIDstring · uuidRequired
Responses
post
/updateRatingScales

Get RatingScale update proposal

get

Get details of a specific RatingScale update proposal by ID

Authorizations
Path parameters
idstringRequired

UpdateRatingScaleProposal ID

Responses
200

Successful response

application/json
get
/updateRatingScales/{id}

Last updated

Was this helpful?