Download check results
- Print
- PDF
Download check results
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
- Download the check results as an Excel file.
API
- GET /categories/checkitems/excel
- Download the results of the check for all checklists.
- If requested with the authentication information of the sub account, only the check results of the categories in which the sub account has permission to search are responded to.
- GET /categories/{categoryCode}/checkitems/excel
- Download the results of the check for all checklists corresponding to {categoryCode}.
- GET /categories/{categoryCode}/checkitems/{itemCode}/excel
- Download the results of the check for all checklists corresponding to {itemCode}.
- 404 error also occurs when a request is made by entering {itemCode} that is not included in the input {categoryCode}.
Requests
Headers
You need a common request header specified in the overview.
Path Variables
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
categoryCode | N | String | Please see the Category offering and checklist. | Category code |
itemCode | N | String | Please see the Category offering and checklist. | Checklist code |
Responses
- Respond to an Excel file that contains all the results summary of the checklist, detailed results (including all result instances), and search content.
Response Header
Content-Disposition:attachment; filename="Report_{date}_{time}.xlsx"
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Was this article helpful?