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
Cookie-based authentication
The key of the export
reporting_tickets
, reporting_messages
, reporting_worklog
, survey
, ticket
The format of the export
xlsx
, csv
, json
The number of items to return
1 <= x <= 1000
The number of items to skip
x >= 0
The field to order by. Can be any column name from the table.
The direction to order by
asc
, desc
Successful operation
The response is of type object[]
.