SkillDefinitionTypes

Operations for SkillDefinitionTypes

List skillDefinitionTypes

get

List skillDefinitionTypes

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

Get SkillDefinitionType

get

Get a single SkillDefinitionType by ID

Authorizations
Path parameters
idstringRequired

SkillDefinitionType ID

Responses
200

Successful response

application/json
get
/skillDefinitionTypes/{id}

List SkillDefinitionType creation proposals

get

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

Propose creation of SkillDefinitionTypes

post

Create new proposals to add SkillDefinitionType 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
/createSkillDefinitionTypes

Get SkillDefinitionType creation proposal

get

Get details of a specific SkillDefinitionType creation proposal by ID

Authorizations
Path parameters
idstringRequired

CreateSkillDefinitionTypeProposal ID

Responses
200

Successful response

application/json
get
/createSkillDefinitionTypes/{id}

List SkillDefinitionType deletion proposals

get

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

Propose deletion of SkillDefinitionTypes

post

Create new proposals to delete SkillDefinitionType 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
/deleteSkillDefinitionTypes

Get SkillDefinitionType deletion proposal

get

Get details of a specific SkillDefinitionType deletion proposal by ID

Authorizations
Path parameters
idstringRequired

DeleteSkillDefinitionTypeProposal ID

Responses
200

Successful response

application/json
get
/deleteSkillDefinitionTypes/{id}

List SkillDefinitionType update proposals

get

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

Propose update of SkillDefinitionTypes

post

Create new proposals to update SkillDefinitionType 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
/updateSkillDefinitionTypes

Get SkillDefinitionType update proposal

get

Get details of a specific SkillDefinitionType update proposal by ID

Authorizations
Path parameters
idstringRequired

UpdateSkillDefinitionTypeProposal ID

Responses
200

Successful response

application/json
get
/updateSkillDefinitionTypes/{id}

Last updated

Was this helpful?