Competencies
Get All
Get all the competencies.
get/public/api/competencies?filter={filter}
Query parameters
filterstring
A valid JSON filter object
Headers
Acceptstring
e.g. application/json
Request body
Example request
{
"Authorization": {
"Authorization": "Bearer JWT"
}
}Response
OK
Example response
{
"paging": {
"total": 2,
"skip": 0,
"limit": 1000
},
"data": [
{
"competency_id": "61bb34a35f12370025d998da",
"creator_id": "5e1356f0c5f0e0003d305072",
"title": "new test competency ",
"tenant": "testproductv6_boost",
"created_date": "2021-12-16T12:44:19.018Z",
"updated_date": "2021-12-16T12:44:19.018Z"
},
{
"competency_id": "61b8de7f18a1d2002905c610",
"creator_id": "61af7b01ee30bd0025145674",
"title": "this is a new competency ",
"tenant": "new_security_tenant",
"created_date": "2021-12-14T18:12:15.385Z",
"updated_date": "2021-12-14T18:12:15.385Z"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.