Events
You can use the API to get or set event information.
Key | Type | Description |
---|---|---|
id | String | The unique identifier for the event which is given by Tiledesk. |
name | String | |
project_user | Object | The user who creates the event. |
attributes | Object | The custom attributes which are set for the event. |
createdAt | String | The time (ISO-8601 date string) when the event was created. |
updatedAt | String | The time (ISO-8601 date string) when the event was updated. |
createdBy | String | The unique identifier of the row creator |
id_project | String | The unique identifier of the project |
get
https://api.tiledesk.com
/v3/:project_id/events
Get all events
get
https://api.tiledesk.com
/v3/:project_id/events/:id
Get a event by id
post
https://api.tiledesk.com
/v3/:project_id/events
Fire a new custom event and save it
Last modified 5d ago