Get a time entry
Headers
-
Content-Type string
-
Accept string
Path parameters
-
The ID of the time entry.
GET /api/v1/time-entry/{id}
curl \
-X GET https://api.plannrcrm.com/api/v1/time-entry/id \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"name": "Research",
"uuid": "7f7e4554-0849-4a89-a14a-8a19549d7394",
"end_date": "2024-11-20T13:24:02+00:00",
"is_active": "1",
"trackable": "Client",
"start_date": "2024-11-20T13:24:02+00:00"
}