Get timesheet filter options

GET /api-v1/timesheet/filter

Headers

Responses

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