Time

Get overtime request

GET
/api/public/v3/time/overtime_requests/{id}

Path Parameters

id*integer

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/public/v3/time/overtime_requests/0"
{  "data": {    "id": 0,    "date": "string",    "starts_at": "string",    "ends_at": "string",    "minutes": 0,    "comment": "string",    "state": "string",    "project": null,    "employee": {      "id": 0,      "first_name": "string",      "last_name": "string"    },    "created_at": "string",    "updated_at": "string"  }}