GET
/api-v1/my-timesheet/{date}
curl \
--request GET 'https://wyzio.app/api-v1/my-timesheet/{date}' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
{
"dayTimesheets": [
{
"date": "2026-05-04T09:42:00Z",
"timeEntries": [
{
"description": "string",
"status": "UNSUBMITTED",
"isBillable": true,
"id": 42,
"date": "string",
"startTime": "2026-05-04T09:42:00Z",
"endTime": "2026-05-04T09:42:00Z",
"time": "string",
"clientId": 42,
"clientName": "string",
"orderId": 42,
"orderName": "string",
"taskId": 42,
"taskName": "string",
"isLocked": true
}
],
"total": 42.0
}
],
"total": 42.0,
"locked": true
}