Your browser is not up to date. This may cause security, speed, and display
issues. Please update your browser.
Update Browser
X
With this resource you can read all nonbusiness days. The editing and adding of nonbusiness days is currently not possible.
Feel free to use our updated API documentation.
| Parameter | Type | Description |
|---|---|---|
| date | string |
The date of the nonbusiness day
|
| id | integer |
The ID of the associated nonbusiness day configuration
note: recurring nonbusiness days have the same ID every year
|
| name | string |
The name of the nonbusiness day
|
| half_day | integer |
It is half a nonbusiness day
0 or 1
|
| nonbusinessgroups_id | integer |
The ID of the nonbusinessgroup the day belongs to
|
GET /api/nonbusinessdays
| Required parameters | year |
|---|
| Optional parameters | nonbusinessgroups_id |
|---|
{
"nonbusinessdays":
{
[object of type nonbusinessday],
[object of type nonbusinessday],
...
}
}