Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W wilma_daycare_api
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Developer From Jokela
  • wilma_daycare_api
  • Wiki
  • GET Absence list

GET Absence list · Changes

Page history
Updated GET Absences (markdown) authored Mar 18, 2020 by Developer From Jokela's avatar Developer From Jokela
Show whitespace changes
Inline Side-by-side
GET-Absence-list.md 0 → 100644
View page @ 1565562f
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
Clone repository
  • Error response
  • GET Absence list
  • GET Wilma Servers
  • Home
  • POST Authentication