GET
/api-v1/timesheet/filter
curl \
--request GET 'https://wyzio.app/api-v1/timesheet/filter' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "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"
}
]
}