v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
Trainings

List training-providers

Retrieve a paginated list of training-providers.

get/talent-training/api/v1/training-providers

Query parameters

searchstring[]

Comma-separated list of codes / names to search for

fields.root'count'

Include collection properties.

Response

List of training-providers 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": 123,
      "name": "Example",
      "websiteHref": "https://www.example.org"
    }
  ]
}