Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://platform.thena.ai/v1/tickets/{id}/time-logs \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Success", "timestamp": "2024-01-01T00:00:00.000Z", "data": [ { "ticketId": "<string>", "userId": "<string>", "userName": "<string>", "description": "<string>", "timeSpentMinutes": 123 } ] }
Enter the bearer token
Operation successful
The status of the response
The message of the response
The timestamp of the response
The ticket time logs fetched
Show child attributes