MENU
      Download check results

        Download check results


        Article summary

        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 nameRequirement statusTypeRestrictionsDescription
        categoryCodeNStringPlease see the Category offering and checklist.Category code
        itemCodeNStringPlease 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
        Plain text

        Was this article helpful?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.