Get Timesheet by ID

GET/api/timesheets/{id}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area

Parameters

FieldTypeDescription
id Number Timesheet unique ID
curl -X GET "https://yoursite.com/api/timesheets/123" \
  -H "authtoken: YOUR_API_TOKEN"
MethodGET
Path/api/timesheets/{id}
GroupTimesheets
Sincev1.0.0
Defined inRestApi/Controllers/TimesheetsController.php