Get list of all timesheet orders

GET /api-v1/my-timesheet/all-orders

Headers

Responses

GET /api-v1/my-timesheet/all-orders
curl \
 -X GET http://wyzio.app/api-v1/my-timesheet/all-orders \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "clientContactId": 42,
    "clientId": 42,
    "id": 42,
    "name": "string",
    "orderId": "string"
  }
]