Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/balances/work-regimes.list \ --header 'Content-Type: application/json' \ --data '{}'
{ "work_regimes": [ { "id": "872815618512410358", "label": { "en": "Hello", "fr": "Bonjour", "de": "Guten Tag" }, "formatted_label": { "en": "Hello", "fr": "Bonjour", "de": "Guten Tag" }, "weekly_worked_hours": "PT1H30M20S", "weekly_worked_days": 123, "enabled": true } ] }
Retrieves all work regimes.
The body is of type object.
object
Show child attributes