v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Competencies

Get

Get a competency for the given id.

get/public/api/competencies/{id}

Path parameters

idstring required

The id of the competency

Headers

Acceptstring

e.g. application/json

Response

OK

competency_idstring
creator_idstring
titlestring
tenantstring
created_datestring
updated_datestring

Example response

{
  "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"
}