Get WorkTimeEntries grouped by month for user or person

GET /api/time/work_entry_grouped/months

Query parameters

  • iw-build-id string

    build id of the client

  • iw-package-id string

    package id of the client

Responses

  • 200 application/json

    Get WorkTimeEntries grouped by month for user or person

GET /api/time/work_entry_grouped/months
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/time/work_entry_grouped/months' \
 --header "x-session-token: $API_KEY"
Response examples (200)
[
  {}
]