cURL
curl --request GET \ --url https://app.synkrony.ai/api/v1/time_logs/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "owner_id": 123, "owner_type": "<string>", "id": "<string>", "task": "<string>", "date": "<string>", "type": "<string>", "start_time": "<string>", "assignee": { "id": "<string>", "name": "<string>", "colorId": 123, "profilePictureUrl": "<string>" }, "project_id": 123, "duration": "<string>", "end_time": "<string>", "sprint_id": 123 } }
Documentation IndexFetch the complete documentation index at: https://docs.synkrony.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.synkrony.ai/llms.txt
Use this file to discover all available pages before exploring further.
API token no formato Bearer. Exemplo: Bearer YOUR_API_TOKEN
successful
Show child attributes