api/nonbusinessdays: Read nonbusiness days
With this resource you can read all nonbusiness days. The editing and adding of nonbusiness days is currently not possible.
Object type „nonbusinessday“
Parameter | Type | Description |
---|---|---|
date | string | The date of the nonbusiness day |
id | integer | The ID of the nonbusiness day |
name | string | The name of the nonbusiness day |
half_day | boolean | It is half a nonbusiness day |
List nonbusiness groups
GET /api/nonbusinessdays
Required parameters | nonbusinessgroups_id, year |
---|
Answer
{ "nonbusinessdays": { [object of type nonbusinessday], [object of type nonbusinessday], ... } }