GET
/api-v1/my-timesheet/all-orders
curl \
--request GET 'https://wyzio.app/api-v1/my-timesheet/all-orders'
Response examples (200)
[
{
"id": 42,
"orderId": "string",
"name": "string",
"clientId": 42,
"clientContactId": 42
}
]