GET /team/ticket-lists/{listId}/log-data
Scope required: (Manage Team)
Get the ticket list change log data
Servers
- https://www.uchat.com.au/api
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
listId |
Integer | Yes |
List Id |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
flow_ns |
String | No |
Search for list items by flow_ns |
limit |
Integer | No |
Number of items in the response, between 1 and 100 |
start_time |
Integer | No |
unix timestamp between 6 month agos and now, e.g. 1786123679. |
user_ns |
String | No |
Search for list items by user_ns |
column_name |
String | No |
Search for list items by column name, available values: select1, select2, select3, select4, select5 |
list_item_id |
Integer | No |
the list item id |
end_time |
Integer | No |
unix timestamp between 6 months ago and now, e.g. 1786123679. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.