Get own WorkTimeEntries grouped by month

GET /api/time/work_entry_grouped/own_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 own WorkTimeEntries grouped by month

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