export
Export data
Example request for worklog export:
GET /export/reporting_worklog?limit=1&offset=0&orderByField=duration&orderByDirection=asc&format=json&filters[0][key]=date&filters[0][comparator]=between&filters[0][from]=2024-05-10&filters[0][to]=2024-05-11&filters[1][key]=action&filters[1][comparator]=in&filters[1][values][]=writeAction&filters[1][values][]=statusAction
Example request for ticket export:
GET /api/mind/export/ticket?limit=1&offset=1&orderByField=t.createdAt&orderByDirection=asc&format=json&filters[0][key]=t.createdAt&filters[0][comparator]=between&filters[0][from]=2023-08-24&filters[0][to]=2026-09-26&filters[1][key]=t.sentiment&filters[1][comparator]=in&filters[1][values][]=neutral
GET
Authorizations
Cookie-based authentication
Path Parameters
The key of the export
Available options:
reporting_tickets
, reporting_messages
, reporting_worklog
, survey
, ticket
, users
Query Parameters
The format of the export
Available options:
xlsx
, csv
, json
The number of items to return
Required range:
1 <= x <= 1000
The number of items to skip
Required range:
x >= 0
The field to order by. Can be any column name from the table.
The direction to order by
Available options:
asc
, desc
Response
200
application/json
Successful operation
Date of the worklog entry
Name associated with worklog
ID of related ticket
Type of action performed
Duration of the action in seconds
Duration of after-work in seconds
Indicates if ticket was reopened
Status of the ticket
AI agent involved
Topic of the ticket
Subtopic of the ticket
Communication channel
Department handling the ticket
Email associated with the worklog
Raw data in JSON format