v1

latestOpenAPI 3.0.02026-08-066924329.8 KB
Time Entries

Export time entries

Export time entries

post/timeEntries/export

Request body

startstring nullable
endstring nullable
client_idstring nullable
project_idstring nullable
service_idstring nullable
user_idsstring[] nullable

Empty to request all users

Example request

{
  "start": "2024-01-01",
  "end": "2024-01-02",
  "client_id": "01J44B70GWG1VPEARTBPE52X46",
  "project_id": "01J44B70GWJ76ZC4PMBMS123VN",
  "service_id": "01J44B70GWHZN7ZET5CKSPM8SD",
  "user_ids": [
    "01J44B70GV10B9Y885VVQABNZ1",
    "01J44B70GVXDHJVXS0FC1KRGYQ",
    "01J44B70GWQTJ0FR73YTV749KA"
  ]
}

Response

Success