Get Many TimesheetEntryTypes
Bad Request
Unauthorized
Forbidden
Internal server error
{- "status": "ok",
- "data": [
- {
- "id": "507f1f77bcf86cd799439011",
- "name": "string",
- "kind": "HOURLY_WAGE"
}
], - "total": 500,
- "count": 50,
- "offset": 50,
- "relations": { }
}Get One TimesheetEntryType
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "name": "string",
- "kind": "HOURLY_WAGE"
}, - "relations": { }
}