Activities
You can use the API to get the activity data.
Get all activities
GET
https://api.tiledesk.com/v3/:project_id/activities
Allows an admin to list all the activities for the project.
Path Parameters
Name | Type | Description |
---|---|---|
project_id | string | the Project Id is a unique code assigned to your project when you create it in Tiledesk. |
Query Parameters
Name | Type | Description |
---|---|---|
agent_id | string | The agent identifier. |
activities | string | A comma separeted list of events to filter the results. Ex: "PROJECT_USER_DELETE,PROJECT_USER_INVITE" |
sortField | string | what field to sort the results by. |
direction | string | sort direction: 1 or -1. Return the results in ascending or descending order. defaults to desc |
page | string | what page of results to fetch. defaults to first page. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authorization token. Basic Auth or JWT. Minumun role: admin |
Last updated