Reports
Get / Download task report#
To download the report in xls format, add the header
To get the report in json format, add the header
Accept: application/vnd.ms-excel To get the report in json format, add the header
Accept: application/jsonRequest parameters:
| Request Parameter | Type | Description | Required |
|---|---|---|---|
| page | Integer | Number of page | false |
| size | Integer | Count of elements in page | false |
| status | Set of string | Available statuses OPEN, IN_PROGRESS, CLOSED | false |
| approvalStatus | Set of string | Available statuses APPROVED, NOT_APPROVED, APPROVABLE, NOT_APPROVABLE | false |
| responseIds | Set of integer | Identifiers of responses | false |
| divisionIds | Set of integer | Identifiers of divisions | false |
| regionIds | Set of integer | Identifiers of regions | false |
| shopIds | Set of integer | Identifiers of stores | false |
| closedAfter | Timestamp in milliseconds | Response closed after date | false |
| closedBefore | Timestamp in milliseconds | Response closed before date | false |
Response
Returns a list of Response objects. Pagination info is returned in response headers, not in the body:
x-total-count, x-total-pages, x-page-number, x-page-size.Examples
200 OK
Download task attachments#
Downloads all files attached to the task as a zip archive
Request parameters:
| Request Parameter | Type | Description | Required |
|---|---|---|---|
| taskId | Integer | Identifier of the task | true |
Response
Returns a zip archive
Examples
200 OK