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.
Example response
{
"items": [
{
"id": 123,
"name": "Example",
"websiteHref": "https://www.example.org"
}
]
}