Skip to main content
GET
/
training
/
v1
/
training-types
List types of trainings
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
  }
}

Authorizations

Authorization
string
header
required

API token obtained from Sesame HR Dashboard > Settings > Integrations > API

Response

200 - application/json

Array of Objects

data
object[]
meta
object