v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
Trainings

List training-categories

Retrieve a paginated list of training-categories.

get/talent-training/api/v1/training-categories

Query parameters

fields.root'count'

Include collection properties.

searchstring

Retrieve the training-categories whose name exactly matches the given value.

Response

List of training-categories successfully retrieved.

countinteger nullable

Total number of items across all pages. You need to include ?fields.root=count to your request to retrieve this.

prevstring nullable

Cursor to the previous page. You need to include ?fields.root=prev in order to retrieve this.

nextstring nullable

Cursor to the next page. You need to include ?fields.root=next in order to retrieve this.

Example response

{
  "items": [
    {
      "id": 32,
      "name": "Management",
      "t9n": {
        "name": {
          "Fr": "Management",
          "Es": "Gestión"
        }
      }
    }
  ]
}