Events
You can use the API to get or set event information.
The Event Model
Get all events
GET
https://api.tiledesk.com/v3/:project_id/events
Path Parameters
Query Parameters
Headers
Get a event by id
GET
https://api.tiledesk.com/v3/:project_id/events/:id
Path Parameters
Headers
Fire a new custom event and save it
POST
https://api.tiledesk.com/v3/:project_id/events
With this endpoint you can fire a custom event. You event name should be
event.emit.EVENT_NAME
to correctly identify your custom event. You can find the standard Tiledesk events here
Path Parameters
Headers
Request Body
Last updated