Time

List timesheets

GET
/api/public/v3/time/timesheets

Query Parameters

month?integer
year?integer

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/public/v3/time/timesheets"
{  "data": [    null  ],  "metadata": {    "pagination": {      "page": 0,      "pages": 0,      "count": 0,      "items": 0    }  }}