ENDS SOON: 50% OFF FLASH SALE!

d
h
m
s

Timer

Timer Logs

Retrieves timer log entries for a ticket.
Use this request to fetch timer activity associated with a specific ticket in SupportCandy. You can filter logs by status to return running, paused, or all timer logs.
HTTP Request
/wp-json/supportcandy/v2/tickets/<id>/timer-logs
Available parameters
Parameter Type Description
status string Filters timer logs by their current state.
Supported values:
- `running` — returns currently running timer logs
- `paused` — returns paused timer logs
- `all` — returns all timer logs
If this parameter is not provided, the request returns stopped logs by default.
Example
curl --location --request GET 'http://localhost/wp-json/supportcandy/v2/tickets/123/timer-logs' \ --header 'Authorization: Basic YWRtaW46bjVJWSBYc3pUIGlxN3MgSHhKWCA3YVdBIDlOblI='
What are your feelings