cURL
curl --request GET \ --url https://api-{region}.sesametime.com/training/v1/training-types \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "name": "Diploma" } ], "meta": { "currentPage": 1, "lastPage": 1, "total": 1, "perPage": 1 } }
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
Array of Objects
Show child attributes
Suggestions