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