Get Timesheet by ID
GET/api/timesheets/{id}
Headers
| Field | Type | Description |
|---|---|---|
| authtoken | String | Authentication token, generated from admin area |
Parameters
| Field | Type | Description |
|---|---|---|
| id | Number | Timesheet unique ID |
curl -X GET "https://yoursite.com/api/timesheets/123" \
-H "authtoken: YOUR_API_TOKEN"