cURL
curl --request POST \ --url https://api.example.com/api/schedule/schedule-template-types.list \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "872815618512410358" ], "teams": "*" } '
[ { "id": "872815618512410358", "name": { "en": "Hello", "fr": "Bonjour", "de": "Guten Tag" }, "machine_name": "<string>", "display_mode": "normal", "is_on_call": true, "legacy_id": 123 } ]
Retrieves all schedule template types details, or the ones corresponding to the provided ids or teams.
*
"*"
"872815618512410358"
Show child attributes
{ "en": "Hello", "fr": "Bonjour", "de": "Guten Tag"}
normal
hour
corner
"normal"