Announcements


Please find here all of the latest announcements regarding modifications and improvements made to our Inspectorio data integration services. Should you have any questions, we encourage you to reach out to [email protected].

LIST Report adds standard version

Jul 10th, 2023

As the standard version is being used for analytics purposes by some key clients, we have added version inside standard in the LIST Report API endpoint.

  • API Method: List Report
  • Attributes: version
  • Description: When report data is pulled, standard version attribute will always be available in Rise API.

For more details, please refer to the List Report API Guide found on this page.

GET Step Execution adds total_available_capacity_in_units, total_number_of_employees

Jul 10th, 2023

With an aim to support clients to get important information from form data, we have added total_available_capacity_in_units and total_number_of_employees inside formData in the GET Step Execution API endpoint.

  • API Method: Get Step Execution
  • Attributes: total_available_capacity_in_units, total_number_of_employees
  • Description: If the assessments use Factory Capacity Form or Factory Information Form, these attributes will be available in Rise API.

For more details, please refer to the Get Step Execution API Guide found on this page.

GET Report adds new attributes

Jul 10th, 2023

With an aim to support clients to get important information related to metadata, we have added 8 new attributes inside capa and assessmentExecution in the GET Report API endpoint.

  • API Method: Get Report
  • Attributes: dueDate, escalatedBy, followUpType, assessmentLocation, assessmentDueDate, assignedUsers, declineReasons, version
  • Description: When report data is pulled, these attributes will be available in Rise API.

For more details, please refer to the Get Report API Guide found on this page.

Organization APIs - Improvement for the Authorized Capabilities field!

Sep 09th, 2022

To make the authorizedCapabilities field (under the partners field) readable & flexible, we have changed the data type of this field from Integer Array to String Array. From now on, you can input any values for this field without restrictions from our API.

For more details about this change, please refer to the Organization API’s specification.

GET Step Execution adds issuesFindings

March 31st, 2022

Rise has added a new functionality of allowing an auditor to add the Findings/Issues on each Question. To support this in the Integration API, we have also added a new object findingsIssues inside the questionAnswers in the GET Step Execution API endpoint.

  • API Method: GET Step Execution
  • Attribute: findingsIssues
  • Description: If an auditor adds Issues/Findings to a Question in Rise, the issuesFindings will also be available in Rise API. This will help the user understand the criticality of the CAPA or issues in the Report.

For more details, please refer to the Get Step Execution API Guide found on this page

GET Report adds auditors, auditStartDate, auditEndDate

March 1st, 2022

We have added new objects auditStartDate, auditEndDate and auditors inside assessmentExecution object in the GET Report API endpoint.

  • API Method: GET Report
  • Attributes: auditors, auditStartDate, auditEndDate
  • Description: If an audit sets the auditor(s) and audit dates in Rise, these attributes will also be available in Rise API.

For more details, please refer to the Get Report API Guide found on this page

New Metadata API

January 30th, 2022

With an aim to support clients to add all information related to metadata, we now add a new Metadata API with CREATE UPDATE GET and DELETE actions to the Rise API.

  • API Methods: CREATE, UPDATE, GET, DELETE
  • Description: These new endpoints will allow clients to manage metadata.

For more details, please refer to the Metadata API Guide found on this page

Retrieve audit report data using Inspectorio RISE API

May 11th, 2020

Dear Developers, you can now use Inspectorio RISE API to extract audit report data and load them in any of your internal systems! Three methods are now available to list the reports in your account, get all the data of a specific report by ID (retrieved in the list of reports), and get all the data of each step executed during the assessment which generated the audit report.

  • API Methods: GET Report, LIST Reports, GET Step Execution
  • Description: These methods allow client to extract report data.

All the details on how to use these three methods are available in the API Reference under the resource “Report”.