|
|
|
Get the absence list of a group via `GET` request
|
|
|
|
***
|
|
|
|
Basepath: `https://<your_wilma_server/api/v1/groups/<group_id>/absences`
|
|
|
|
|
|
|
|
(Replace the `<group_id>` with the group ID. You can get groups via `https://<your_wilma_server/groups/index_json`)
|
|
|
|
|
|
|
|
Method: `GET`
|
|
|
|
|
|
|
|
Successful response:
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
"payload": [
|
|
|
|
{
|
|
|
|
"Id": 9809,
|
|
|
|
"Caption": "Something???"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
Error response:
|
|
|
|
|
|
|
|
See the [Error response](https://github.com/developerfromjokela/wilma_daycare_api/wiki/Error-response) page |
|
|
\ No newline at end of file |