Reference
Base URI
Staging -https://staging-api-service.peopletray.com
Production - https://api.peopletray.com
Authentication
All requests to the PeopleTray API must be authenticated. See the Authentication page for more details
Person Competencies
Gets a list of competencies of the user.
Endpoint{baseUri}/api/personcompetencies
Method:GET
Authentication:Token
Returns an array of Person Competency model object.
Response model:
[
{
"workRoles": [
"Audit - LV only (E)",
"Bus Driver (E)"
],
"name": "Electrical Inspection",
"status": "Competent",
"lastAssessedDate": null,
"nextAssessmentDate": null,
"essOrDesOrPlain": "P"
}
]