Inspectorio ASSESSMENT-V1 API
The ASSESSMENT-V1 API from Inspectorio — 2 operation(s) for assessment-v1.
The ASSESSMENT-V1 API from Inspectorio — 2 operation(s) for assessment-v1.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/inspectorio-assessment-v1-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: RSC ASSESSMENT V1 API
version: v1
servers:
- description: Production Environment
url: https://rise-integration.inspectorio.com
- description: Pre-Production Environment
url: https://rise-integration.pre.inspectorio.com
security:
- ApiKeyAuth: []
tags:
- name: ASSESSMENT-V1
paths:
/api/v1/assessments/search:
post:
operationId: searchAssessmentsV1
description: Search Assessments V1 with filters and pagination
requestBody:
required: false
content:
application/json:
schema:
$ref: '#/components/schemas/V1AssessmentSearchRequest'
parameters: []
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/V1AssessmentListResponse'
description: OK
'400':
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestApiError'
description: Bad request
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthenticatedApiError'
description: Unauthorized
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateApiError'
description: Validation Error
'500':
content:
application/json:
schema:
$ref: '#/components/schemas/InternalApiError'
description: Internal Error
summary: Search assessments
tags:
- ASSESSMENT-V1
/api/v1/assessments/{assessment_id}:
get:
description: Get Assessment V1 with detailed information
operationId: getAssessmentV1
parameters:
- in: path
name: assessment_id
required: true
schema:
type: string
description: Assessment execution ID (UUID)
- in: query
name: capa_details
required: false
schema:
type: boolean
default: false
description: Get additional information about CAPA
- in: query
name: include_step_questions
required: false
schema:
type: boolean
default: false
description: Get question and answers
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/V1AssessmentDetailResponse'
description: OK
'400':
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestApiError'
description: Bad request
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthenticatedApiError'
description: Unauthorized
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundApiError'
description: Assessment not found
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateApiError'
description: Validation Error
'500':
content:
application/json:
schema:
$ref: '#/components/schemas/InternalApiError'
description: Internal Error
summary: Get Assessment
tags:
- ASSESSMENT-V1
components:
schemas:
V1AssessmentDetail:
allOf:
- $ref: '#/components/schemas/V1AssessmentListItem'
- properties:
stakeholders:
description: Stakeholders information (detail view with full data)
allOf:
- $ref: '#/components/schemas/V1AssessmentStakeholders'
capa:
description: Information of the CAPA, Corrective Action and Preventive Action (full details when capa_details=true)
type:
- object
- 'null'
allOf:
- $ref: '#/components/schemas/Capa'
overallComment:
description: Overall comment content
example: Input Manually\nasds\nasd\n
type:
- string
- 'null'
description:
description: Assessment description
example: Annual audit for supplier compliance
type:
- string
- 'null'
auditors:
description: Auditors of the Assessment
items:
$ref: '#/components/schemas/V1AssessmentAuditor'
type: array
assignedUsers:
description: Information of the assigned users
items:
$ref: '#/components/schemas/V1AssessmentAssignedUser'
type: array
assignedRoles:
description: Information of the assigned roles
items:
$ref: '#/components/schemas/V1AssessmentAssignedRole'
type: array
auditTimeSpent:
description: The time spent by Auditor in hours (This field has value only when the configuration is enabled in the standard)
example: 12.5
type:
- number
- 'null'
assessmentRequestDate:
description: Request date of the assessment
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type: string
caseExpirationDate:
description: Expiration date of the Case
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
reportGenerateDate:
description: The date the report was generated
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
executionLocations:
description: Execution Location (optional - depending on the configuration in each standard)
example:
- On-site
- Desktop Review
items:
type: string
type:
- array
- 'null'
schedulingComment:
description: Comment about scheduling
example: Scheduled for next week
type:
- string
- 'null'
scheduledToOrganization:
description: Organization to which assessment is scheduled
allOf:
- $ref: '#/components/schemas/IdNameTypeOrgId'
type:
- object
- 'null'
scheduledToOrganizationRole:
description: Role of the scheduled organization
example: Lead Auditor
type:
- string
- 'null'
checkin:
description: On-site check-in information
allOf:
- $ref: '#/components/schemas/CheckIn'
type:
- object
- 'null'
escalations:
description: List of escalations of the assessment
items:
$ref: '#/components/schemas/V2ReportEscalation'
type: array
announcementType:
description: Announcement type
example: Announced
enum:
- Announced
- Semi-Announced
- Private
- Unannounced
type:
- string
- 'null'
stepExecutions:
description: List of step executions in the assessment
items:
$ref: '#/components/schemas/V1AssessmentStepExecution'
type: array
submitEvent:
description: Information about assessment submission
allOf:
- $ref: '#/components/schemas/V1AssessmentSubmitEvent'
type:
- object
- 'null'
reportLabels:
description: Labels of the report/assessment
items:
type: object
type: array
confidentialNotes:
description: Confidential notes
items:
$ref: '#/components/schemas/V1AssessmentConfidentialNote'
type: array
schemes:
description: Related schemes information
items:
$ref: '#/components/schemas/V1AssessmentScheme'
type: array
type: object
V1AssessmentDetailResponse:
properties:
data:
allOf:
- $ref: '#/components/schemas/V1AssessmentDetail'
description: Assessment data
type: object
NotFoundApiError:
properties:
errorCode:
example: Generic
type: string
message:
example: Not Found
type: string
type: object
BasicStepExecutionInfo:
properties:
id:
description: Step execution ID
example: 4ea094ac-84de-4d50-80c3-fef2ef569f3c
type: string
name:
description: Step name
example: Questionnaire 1 - Mapping Issue List
type: string
order:
description: Step order
example: 0
type: integer
result:
description: Step execution result
allOf:
- $ref: '#/components/schemas/StepExecutionResult'
type:
- object
- 'null'
questionnaire:
description: Questionnaire information
allOf:
- $ref: '#/components/schemas/Questionnaire'
type:
- object
- 'null'
appTestResults:
description: Application test results
items:
type: object
type: array
type: object
V2ReportEscalation:
properties:
createdDate:
description: Date when the Escalation was created
format: date-time
example: '2024-09-30T10:36:56.057000+00:00'
type: string
status:
description: Status of the escalation
type: string
resolvedDate:
description: Resolution date of the escalation
format: date-time
example: '2024-09-30T10:36:56.057000+00:00'
type:
- string
- 'null'
escalatedTo:
description: The user who received the escalation
items:
$ref: '#/components/schemas/V2ReportDetailUser'
type: array
escalatedBy:
$ref: '#/components/schemas/V2ReportDetailUser'
resolvedByUser:
$ref: '#/components/schemas/V2ReportDetailUser'
note:
description: Escalation note
type: string
reasons:
description: Escalation reason
items:
type: string
type: array
exceptionReasons:
description: Escalation exception reason
items:
type: string
type: array
reviewerComment:
description: Reviewer comment
type:
- string
- 'null'
type: object
V1AssessmentListItem:
properties:
id:
description: Unique assessment execution ID
example: 5c40e755-3ab0-4fa9-9a44-f76a95f0e87d
type: string
assessmentId:
description: Assessment ID (displays in UI)
example: 100000-2
type: string
caseId:
description: Case ID (displays in UI)
example: 100000
type: string
reportId:
description: Associated report ID (if report exists)
example: 5c40e755-3ab0-4fa9-9a44-f76a95f0e87d
type:
- string
- 'null'
status:
description: Assessment Status (New, Aborted, Submitted ...)
example: Submitted
type: string
type:
description: Assessment type
example: Verification Assessment
enum:
- Verification Assessment
- Self Assessment
type: string
reason:
description: Assessment Reasons (optional - depending on the configuration in each standard)
example: Annual Audit
type:
- string
- 'null'
workflowName:
description: Selected Workflow for the assessment
example: Factory Information
type: string
standard:
description: The Standard used for the Assessment
allOf:
- $ref: '#/components/schemas/NameVersion'
rating:
description: Rating of the assessment. Calculated based on the rule setting of the standard and the score/issues found in the assessment.
example: Good
type:
- string
- 'null'
score:
description: Score of the Assessment. Calculated based on the number of issue found or the selected answers in the assessment.
example: 8/10
type:
- string
- 'null'
scoreInPercentage:
description: Score of the Assessment in percentage. Calculated based on the number of issue found or the selected answers in the assessment compare to the maximum score.
example: 80%
type:
- string
- 'null'
totalFindings:
description: List of findings. Only contains value if the assessment is issue-based.
items:
$ref: '#/components/schemas/V1AssessmentFinding'
type: array
numberOfAreaToImproves:
description: The total count of area to improves after the assessment is completed.
example: 12
type: integer
assessmentDueDate:
description: Due date of the assessment
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
assessmentWindowStart:
description: Start date of the Assessment Window
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
assessmentWindowEnd:
description: End date of the Assessment Window
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
auditStartDate:
description: Actual Audit Start date (This field has value only when the configuration is enabled in the standard)
example: '2024-09-30T00:00:00.000000+00:00'
format: date-time
type:
- string
- 'null'
auditEndDate:
description: Actual Audit End date (This field has value only when the configuration is enabled in the standard)
example: '2024-09-30T00:00:00.000000+00:00'
format: date-time
type:
- string
- 'null'
assessmentSubmitDate:
description: Assessment Submitted date. This is also Report Generated date.
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
assessmentStartDate:
description: The start date of the Assessment
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
completeCaseDate:
description: The date the case was completed
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
reopenCaseDate:
description: The date the case was reopened
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
stakeholders:
description: Stakeholders information
allOf:
- $ref: '#/components/schemas/V1AssessmentStakeholdersList'
capa:
description: Information of the CAPA, Corrective Action and Preventive Action (basic info only in list view)
type:
- object
- 'null'
allOf:
- $ref: '#/components/schemas/V1AssessmentCapaList'
schedulingStatus:
description: Scheduling status of the assessment
example: Scheduled
type:
- string
- 'null'
updatedDate:
description: System updated date. This field will be updated based on the changes in the Assessment and CAPA.
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type: string
customFields:
description: Client's specific attributes
type:
- object
- 'null'
type: object
StepExecutionResult:
properties:
numberOfAreaToImproves:
description: Number of areas to improve
example: 3
type: integer
score:
description: Step score
example: 7/10
type:
- string
- 'null'
rating:
description: Step rating
example: Good
type:
- string
- 'null'
scoreInPercentage:
description: Score in percentage
example: 70%
type:
- string
- 'null'
createdAt:
description: Creation timestamp
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
sections:
description: Sections data
items:
type: object
type: array
type: object
InternalApiError:
properties:
errorCode:
example: Generic
type: string
errors:
example:
system:
- Internal error detail message
type: object
message:
example: Internal server error
type: string
type: object
V1AssessmentCapaList:
properties:
id:
description: Unique identifier of the CAPA
example: 1235330e-b74b-4be6-8d8a-cb0560effc11
type: string
status:
description: Status of the CAPA
example: New
type: string
capaLabels:
description: List of CAPA labels
items:
$ref: '#/components/schemas/V1AssessmentCapaLabel'
type: array
dueDate:
description: The date by which the CAPA should be submitted by the requestee organization
example: '2025-01-29T00:00:00.000000+00:00'
format: date-time
type:
- string
- 'null'
type: object
V1AssessmentStepExecution:
allOf:
- $ref: '#/components/schemas/BasicStepExecutionInfo'
- properties:
questionAnswers:
description: List of question answers (available when include_step_questions=true)
items:
$ref: '#/components/schemas/V1AssessmentQuestionAnswer'
type: array
type: object
V1AssessmentSubmittedByUser:
properties:
firstName:
description: User first name
example: John
type:
- string
- 'null'
lastName:
description: User last name
example: Doe
type:
- string
- 'null'
email:
description: User email
example: john.doe@example.com
type: string
type: object
V1AssessmentAssignedUser:
properties:
id:
description: User unique identifier
example: 5d975074-392d-4850-9f9a-3bde0d756525
type: string
email:
description: User email
example: user@inspectorio.mailinator.com
type: string
firstName:
description: User first name
example: Forrest
type:
- string
- 'null'
lastName:
description: User last name
example: V
type:
- string
- 'null'
type: object
Executor:
allOf:
- $ref: '#/components/schemas/IdNameTypeOrgId'
- properties:
contactPersons:
description: Executor contact persons
items:
$ref: '#/components/schemas/ContactPerson'
type: array
isPlaceholder:
description: Whether this is a placeholder executor
example: false
type: boolean
ableToSubmitAssessment:
description: Whether this executor can submit the assessment
example: true
type: boolean
isLead:
description: Whether this executor is the lead
example: true
type: boolean
assignedRoles:
description: Roles assigned to this executor
items:
$ref: '#/components/schemas/ExecutorAssignedRole'
type: array
type: object
AreaToImproveField:
properties:
improvementAreaId:
description: ID of the improvement area
example: 07e1d9ef-aebe-4901-b26c-941cb5983832
type: string
fieldId:
description: ID of the field
example: b62ca36f-fa86-4ee0-ae96-bad52c2c46b2
type: string
field:
description: Field definition
properties:
id:
description: Field ID
example: b62ca36f-fa86-4ee0-ae96-bad52c2c46b2
type: string
fieldName:
description: Name of the field
example: Root Causes
type: string
description:
description: Field description
example: Describe the root causes
type: string
enabled:
description: Whether the field is enabled
example: true
type: boolean
responseType:
description: Type of response expected
example: MULTIPLE_TEXT_ENTRIES
type: string
requirement:
description: Field requirement level
example: REQUIRED_WHEN_ATI_MANDATORY
type: string
systemKey:
description: System key for the field
example: ROOT_CAUSES
type:
- string
- 'null'
settings:
description: Additional settings
type:
- object
- 'null'
order:
description: Display order
example: 0
type: integer
choices:
description: Available choices for the field
items:
type: object
type: array
createdAt:
description: Creation timestamp
example: '2025-11-03T14:40:34.815Z'
format: date-time
type: string
updatedAt:
description: Last update timestamp
example: '2025-11-03T14:40:34.815Z'
format: date-time
type: string
type: object
answer:
description: Answer to the field
properties:
value:
description: Answer value
example: Some text answer
type:
- string
- 'null'
choices:
description: Selected choices
items:
type: string
type: array
textAreas:
description: Text area responses
items:
type: object
type: array
attachments:
description: Attached files
items:
type: object
type: array
type: object
type: object
DetailedAreaToImprove:
properties:
id:
description: Unique identifier of the area to improve
example: RI0DCKDYR0
type: string
updatedDate:
description: Last update date
example: '2025-10-21T15:30:56.214000+00:00'
format: date-time
type: string
title:
description: Title of the area to improve
example: The general condition of the dormitories need improvement.
type: string
category:
description: Category of the area to improve
example: Drinking Water
type:
- string
- 'null'
subCategory:
description: Sub-category of the area to improve
example: Social
type:
- string
- 'null'
description:
description: Detailed description
example: The facility needs better ventilation
type:
- string
- 'null'
requiredCorrection:
description: Whether correction is required
example: false
type: boolean
recommendation:
description: Recommendation for improvement
example: Install new equipment
type:
- string
- 'null'
status:
description: Status of the area to improve
example: new
type: string
rootCauses:
description: List of root causes
items:
type: string
type: array
resolutions:
description: List of resolutions
items:
type: string
type: array
personInCharge:
description: Person responsible for the improvement
example: John Doe
type:
- string
- 'null'
completionDate:
description: Target completion date
example: '2025-12-15T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
resolvedDate:
description: Date when the issue was resolved
example: '2025-12-15T10:36:56.057000+00:00'
format: date-time
type:
- string
- 'null'
referenceId:
description: Reference identifier
example: tutest-issue-4-2
type:
- string
- 'null'
linkedFindings:
description: List of linked findings
items:
$ref: '#/components/schemas/AtiLinkedFinding'
type: array
customFields:
description: Custom fields data
type:
- object
- 'null'
comments:
description: List of comments
items:
$ref: '#/components/schemas/AtiComment'
type: array
uploadedFiles:
description: List of uploaded files
items:
type: object
type: array
areaToImproveLabels:
description: Labels associated with this area to improve
items:
$ref: '#/components/schemas/CustomLabel'
type: array
fields:
description: Custom fields with questions and answers
items:
$ref: '#/components/schemas/AreaToImproveField'
type: array
type: object
BadRequestApiError:
properties:
errorCode:
example: Generic
type: string
message:
example: Bad Request
type: string
type: object
V1AssessmentAuditor:
properties:
id:
description: Auditor unique identifier
example: 0b22ffe3-286a-48ba-b638-d26bd5cd4fcb
type: string
email:
description: Auditor email
example: jane.smith@auditor.com
type:
- string
- 'null'
firstName:
description: Auditor first name
example: Jane
type:
- string
- 'null'
lastName:
description: Auditor last name
example: Smith
type:
- string
- 'null'
type: object
AtiComment:
properties:
text:
description: Comment text
example: This is a comment.
type: string
createdByUser:
description: User who created the comment
example: jane.smith@auditor.com
type:
- string
- 'null'
type: object
ExecutorAssignedRole:
properties:
name:
description: Assigned role name
example: Lead Auditor
type: string
type: object
V2ReportDetailUser:
properties:
email:
description: Email of the user
example: john.doe@abc.com
type: string
firstName:
description: First name of the user
example: John
type:
- string
- 'null'
lastName:
description: Last name of the user
example: Doe
type:
- string
- 'null'
type: object
V1AssessmentConfidentialNote:
properties:
content:
description: Note content
example: Confidential information about assessment
type: string
createdBy:
description: User who created the note
example: Jane Auditor
type:
- string
- 'null'
createdDate:
description: Creation date
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type: string
type: object
ContactPerson:
properties:
name:
description: Contact person name
example: John Doe
type: string
title:
description: Contact person title
example: Factory Manager
type:
- string
- 'null'
email:
description: Contact person email
example: john.doe@example.com
type: string
phoneNumber:
description: Contact person phone number
example: 1234567890
type: string
type: object
UnauthenticatedApiError:
properties:
errorCode:
example: Generic
type: string
message:
example: Cannot retrieve session data because of expired token
type: string
type: object
V1AssessmentSubmitEvent:
properties:
submittedByUser:
description: User who submitted the assessment
allOf:
- $ref: '#/components/schemas/V1AssessmentSubmittedByUser'
type:
- object
- 'null'
submitDate:
description: Submission date
example: '2024-09-30T10:36:56.057000+00:00'
format: date-time
type: string
submittedByOrg:
description: Organization that submitted
allOf:
- $ref: '#/components/schemas/IdNameTypeOrgId'
type:
- object
- 'null'
type: object
Capa:
properties:
id:
description: Unique identifier of the CAPA
example: 1235330e-b74b-4be6-8d8a-cb0560effc11
type: string
status:
description: Status of the CAPA
example: New
type: string
capaLabels:
description: List of CAPA labels
items:
properties:
name:
description: Label field name
example: Priority
type: string
value:
description: Label value
example: High
type: string
type: array
updatedDate:
description: Last update date of the CAPA (available when capa_details=true)
example: '2025-12-12T10:48:07.191000+00:00'
format: date-time
type: string
updatedByUser:
description: User who last updated the CAPA (available when capa_details=true)
example: john_doe@example.com
type:
- string
- 'null'
approvedDate:
description: Date when CAPA was approved (available when capa_details=true)
example: '2025-12-12T10:48:07.191000+00:00'
format: date-time
type:
- string
- 'null'
cre
# --- truncated at 32 KB (53 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/inspectorio/refs/heads/main/openapi/inspectorio-assessment-v1-api-openapi.yml