Absorb Integration API (v2)
Download OpenAPI specification:Download
Returns user's self assessment ratings
Authorizations:
api_key
path Parameters
selfAssessmentId required | string <guid> The self assessment ID. |
header Parameters
x-api-key | string |
x-api-version | string 2 |
Responses
Response Schema: application/json
Array of objects (SelfAssessmentRatingResource) The rated job competencies in the self assessment. | |
Array of objects (SelfAssessmentRatingResource) The rated job skills in the self assessment. |
Response samples
- 200
- 403
- 404
Content type
application/json
{- "competencies": [
- {
- "name": "string",
- "skillId": "string",
- "type": "string",
- "currentLevel": 0,
- "desiredLevel": 0
}
], - "skills": [
- {
- "name": "string",
- "skillId": "string",
- "type": "string",
- "currentLevel": 0,
- "desiredLevel": 0
}
]
}