Absorb Integration API (v2)
Download OpenAPI specification:Download
Gets a single competency definition by ID.
Authorizations:
api_key
path Parameters
| competencyDefinitionId required | string <guid> The competency definition ID. |
header Parameters
| x-api-key | string |
| x-api-version | string 2 |
Responses
Response Schema: application/json
| id | string <guid> The unique identifier for the competency definition. |
| name | string The name of the competency definition. |
| description | string The description of the competency definition. |
| category | string The category of the competency definition. |
| categoryId | string <guid> The category id of the competency definition. |
| hasBadge | boolean If competency definition has badge. |
| badgeUrl | string The url for the badge image, if any. |
| leaderboardPoints | integer <int32> The Leader board point, if any. |
object The competency badge. | |
| dateAdded | string <date-time> The date the competency definition was added. |
| dateEdited | string <date-time> The date the competency definition was edited. |
Response samples
- 200
- 403
- 404
Content type
application/json
{- "id": "string",
- "name": "string",
- "description": "string",
- "category": "string",
- "categoryId": "string",
- "hasBadge": true,
- "badgeUrl": "string",
- "leaderboardPoints": 0,
- "badgeImage": {
- "source": "string",
- "sourceType": "Url"
}, - "dateAdded": "2019-08-24T14:15:22Z",
- "dateEdited": "2019-08-24T14:15:22Z"
}