cURL
curl --request GET \ --url https://api.plane.com/v1/time-entries/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "tme_1HPCXADYAhh5k1NMU0r1WUqs", "worker": "wr_CgcLakmx4guire", "date": "2024-03-17", "duration": "8.0", "note": null, "created": "2024-03-17T10:30:00Z" }
Retrieve details of an existing time entry.
Was this page helpful?