Time Tracking Confirmations
Create
Section titled “Create”Example response:
{ "data": { "id": "b9996264-9d3d-4658-bd81-fd744679904f", "type": "time_tracking", "attributes": { ... } }}This endpoint confirms a time tracking.
HTTP Request
Section titled “HTTP Request”POST /api/v1/time_trackings/:time_tracking_id/confirmation
URL Parameters
Section titled “URL Parameters”| Parameter | Description |
|---|---|
| time_tracking_id | The ID of the time tracking to confirm |
Delete
Section titled “Delete”Example response:
{ "data": { "id": "98815bd8-f3e6-41ec-8c4a-25a431ac6ce4", "type": "time_tracking", "attributes": { ... } }}This endpoint unconfirms a time tracking (setting back to created).
HTTP Request
Section titled “HTTP Request”DELETE /api/v1/time_trackings/:time_tracking_id/confirmation
URL Parameters
Section titled “URL Parameters”| Parameter | Description |
|---|---|
| time_tracking_id | The ID of the time tracking to unconfirm |