v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBSkills
List all the powers
🔑
Required OAuth scope: skillsPowers:read.
📖
This endpoint is paginated with a page size of 500 powers. For more information, see the Pagination guide.
Lists all the powers.
get/api/v2/skills/powers
Query parameters
Filter on skillId property with LHS bracket notation.
Expected value format is a string.
{
"eq": "loremIpsum",
"in": [
"loremIpsum"
]
}Filter on status property with LHS bracket notation.
Expected value format is a string (toAssess, pendingValidation, validated).
{
"eq": "toAssess",
"ne": "toAssess"
}Filter on userId property with LHS bracket notation.
Expected value format is a valid ID (24 digits or letters).
{
"eq": "507f1f77bcf86cd799439011",
"in": [
"507f1f77bcf86cd799439011"
]
}Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns one page of 500 powers.
Example response
[
{
"_id": "POW1710749206766wgc0",
"externalId": "SKI17085916596770pzz",
"skillId": "SKI17080760942940q3d",
"skillExternalId": "SKI17080760942940q3d",
"userId": "642edc18862a6c95d80d0ea1",
"createdAt": "2024-04-17T16:32:39.347Z",
"updatedAt": "2024-09-30T16:56:39.911Z",
"qualifiers": [
{
"_id": "SKQ1701914859202x53r",
"currentValue": "Intermediate",
"currentValueId": "clgz9uqmm0001357bbgggvr1m"
}
]
}
]