Creates a new position skill.
id required | string Name of the position skill. Example: null |
description | string Description. Example: null |
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" |
Created
Bad Request
null
null
Returns detailed information for a particular position skill.
key required | string system-assigned unique key for the position skill. Example: 93 |
OK
Bad Request
null
Updates an existing position skill by setting field values. Any fields not provided remain unchanged.
key required | string system-assigned unique key for the position skill. Example: 93 |
description | string Description. Example: null |
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" |
OK
Bad Request
null
null
Deletes a position skill.
key required | string system-assigned unique key for the position skill. Example: 93 |
No Content
Bad Request
{- "ia::result": {
- "ia::error": {
- "code": "invalidRequest",
- "message": "A POST request requires a payload",
- "errorId": "REST-1028",
- "additionalInfo": {
- "messageId": "IA.REQUEST_REQUIRES_A_PAYLOAD",
- "placeholders": {
- "OPERATION": "POST"
}, - "propertySet": { }
}, - "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
}
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 0,
- "totalError": 1
}
}
Use the query service to find position skills that meet certain criteria and to specify the properties that are returned.
OK