How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

OneTrust Privacy Automation — Assessment Automation

The Assessment Automation APIs provide functionality for managing assessment template lifecycle oper ations, including template export and import for cross-environment migration, retrieving published t emplate metadata with filtering by template type, and template deletion with comprehensive validatio n checks. (36 operations.)

OneTrust Privacy Automation — Assessment Automation is one of 37 APIs that OneTrust publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Assessment Actions, Assessment Management, Assessments, and Template. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 36 operations across 35 paths, organized into 4 resource areas, and defines 113 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://{hostname}.

36 operations 35 paths 113 schemas 1 DELETE12 GET1 PATCH16 POST6 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://app.onetrust.com
Authentication
OAuth 2.0, OAuth 2.0
License
Resource Areas
4

Authentication & Security 2

OneTrust Privacy Automation — Assessment Automation declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (PrivacyAutomation-AssessmentAutomation_OAUTH2) using the clientCredentials flow, exposing 2 scopes. It supports OAuth 2.0 (Template_OAUTH2) using the clientCredentials flow, exposing 2 scopes.

Paths & Operations 36

Across 35 paths, the API surfaces 36 operations — 1 DELETE, 12 GET, 1 PATCH, 16 POST, 6 PUT. They span 4 resource areas: Assessment Actions, Assessments, Assessment Management, Template. Each is listed below with its method, path, parameters, and response codes.

Assessment Actions 13

The Assessment Actions APIs are used to perform workflows on assessments, such as launching, approving, or creating tasks.

POST
/api/assessment/v1/assessments/{assessmentId}/review
Complete Assessment
reviewAssessmentUsingPOST 1 param body → 204400401403429500
POST
/api/assessment/v2/assessments
Launch Assessment
createAssessmentUsingPOST_1 body → 201400401403429500
POST
/api/assessment/v2/assessments/bulk
Launch Assessments in Bulk
createBulkAssessmentUsingPOST body → 202400401403429500
PUT
/api/assessment/v2/assessments/{assessmentId}/reassign
Reassign Assessment
reassignAssessmentUsingPUT 1 param body → 204400401403429500
POST
/api/assessment/v2/assessments/{assessmentId}/responses
Submit Responses
submitResponsesUsingPOST 2 params body → 202400401403429500
POST
/api/assessment/v2/assessments/{assessmentId}/risks
Create Assessment Risk
createAssessmentRiskUsingPOST 1 param body → 201400401403429500
POST
/api/assessment/v2/assessments/{assessmentId}/submit
Submit Assessment
submitAssessmentUsingPOST 1 param body → 204400401403429500
POST
/api/assessment/v2/assessments/{assessmentId}/tasks
Create Assessment Task
createTaskUsingPOST 1 param body → 201400401403429500
POST
/api/assessment/v2/assessments/{id}/reassess
Reassess Assessment
reassessAssessmentUsingPOST 1 param body → 201400401403429500
POST
/api/assessment/v2/assessments/{id}/reopen
Reopen Assessment
reopenAssessmentUsingPOST 1 param body → 200400401403429500
POST
/api/assessment/v2/assessments/{id}/send-back
Send Back Assessment
sendBackAssessmentToInProgressUsingPOST 1 param body → 200400401403429500
POST
/api/assessment/v3/assessments
Launch Assessment
createAssessmentUsingPOST body → 201400401403429500
POST
/api/assessment/v3/assessments/{assessmentId}/approvedeprecated
Approve Assessment
approveAssessmentUsingPOST 1 param body → 204400401403429500
Assessments 12

The Assessments APIs are used to retrieve assessment data and details.

GET
/api/assessment/v2/assessment-tags
Get List of Assessment Tags
getTagsUsingGET → 200400401403429500
GET
/api/assessment/v2/assessments
Get List of Assessments
getAllAssessmentBasicDetailsUsingGET 6 params → 200400401403429500
GET
/api/assessment/v2/assessments/activities/types/assessmentdelete
Export Deleted Assessment Audit Log
getAssessmentDeleteLogsUsingGET → 200400401403429500
GET
/api/assessment/v2/assessments/assessment-results
Get List of Assessment Results
getAssessmentResultsUsingGET 3 params → 200400401403429500
GET
/api/assessment/v2/assessments/reference-objects/{id}/assessments
Get List of Linked Assessments
getLinkedAssessmentsInformationUsingGET 6 params → 200400401403429500
GET
/api/assessment/v2/assessments/{assessmentId}/export
Get Assessment
exportAssessmentUsingGET 2 params → 200400401403429500
GET
/api/assessment/v2/assessments/{assessmentId}/record
Get Assessment Record
getAssessmentRecordUsingGET 3 params → 200400401403429500
GET
/api/assessment/v2/assessments/{assessmentId}/score-profiles
Get Assessment Score Profiles
getAssessmentScoreProfilesWithQuestionBreakdownUsingGET 1 param → 200400401403404429500
GET
/api/assessment/v2/assessments/{assessmentId}/workflows
Get Assessment Workflow Stages
getWorkflowDetailsForAssessmentUsingGET 1 param → 200400401403429500
GET
/api/assessment/v2/comments/assessments/{assessmentId}
Get Assessment Comments
getCommentsForAssessmentUsingGET 1 param → 200400401403429500
POST
/api/assessment/v3/assessments/comments
Create Assessment Comment
createCommentUsingPOST body → 201400401403404429500
POST
/api/assessment/v3/assessments/list
Get List of Assessments by Criteria
getAssessmentsUsingPOST 6 params body → 200400401403429500
Assessment Management 7

The Assessment Management APIs are used to modify, link, and manage existing assessments.

PUT
/api/assessment/v2/assessments/archive
Archive Assessment
archiveAssessmentsUsingPUT body → 204400401403429500
POST
/api/assessment/v2/assessments/assessment-links
Link Assessments
addManualAssessmentLinksUsingPOST body → 201400401403429500
PUT
/api/assessment/v2/assessments/un-archive
Unarchive Assessment
unarchiveAssessmentsUsingPUT body → 204400401403429500
PATCH
/api/assessment/v2/assessments/{assessmentId}/metadata
Modify Assessment
updateBasicAssessmentDetailsUsingPATCH 1 param body → 204400401403429500
PUT
/api/assessment/v2/assessments/{assessmentId}/primary-records
Set Primary Record
updatePrimaryRecordUsingPUT 1 param body → 204400401403429500
PUT
/api/assessment/v2/assessments/{assessmentId}/soft-delete
Move Assessment to Recycle Bin
softDeleteAssessmentUsingPUT 1 param → 204400401403429500
PUT
/api/assessment/v2/assessments/{assessmentId}/tags
Update Assessment Tags
addOrUpdateTagsUsingPUT 1 param body → 204400401403429500
Template 4

APIs to manage assessment template operations including import and export functionality for cross-tenant migration, retrieval of published template listings with type-based filter…

GET
/api/template/v1/published-template-metadata
Get List of Templates
getAllBasicTemplateDetailsUsingGET 1 param → 200400401403429500
POST
/api/template/v2/templates/import
Import Template
importTemplateByIdUsingPOST 1 param body → 200400401403429500
DELETE
/api/template/v2/templates/root-version/{rootVersionId}/templates
Delete Template
deleteTemplateVersionsUsingDELETE 1 param → 204400401403429500
GET
/api/template/v2/templates/{templateId}/export
Export Template
exportTemplateWithBusinessKeysUsingGET 2 params → 200400401403429500

Schemas 113

The contract defines 113 schemas that model the data the API accepts and returns. The most detailed are PrivacyAutomation-AssessmentAutomation_AssessmentListViewResponseV2 (61 properties), PrivacyAutomation-AssessmentAutomation_RiskInformation (55 properties), PrivacyAutomation-AssessmentAutomation_QuestionInformationUiDto (44 properties), PrivacyAutomation-AssessmentAutomation_AssessmentInformationUiDto (41 properties). Each schema is shown below with its type and property counts.

PrivacyAutomation-AssessmentAutomation_AssessmentApproverRequest
object
4 properties 1 required
PrivacyAutomation-AssessmentAutomation_AssessmentRespondentRequest
object
5 properties 1 required
PrivacyAutomation-AssessmentAutomation_ReassignAssessmentRequest
object
4 properties
PrivacyAutomation-AssessmentAutomation_AssessmentPrimaryRecordUpdateRequest
object
2 properties 2 required
PrivacyAutomation-AssessmentAutomation_ReminderScheduleDto
object
5 properties 1 required
PrivacyAutomation-AssessmentAutomation_ApproverOnlySectionRespondentRequest
object
2 properties
PrivacyAutomation-AssessmentAutomation_AssessableEntityDetail
object
6 properties
PrivacyAutomation-AssessmentAutomation_AssessmentAttachmentRequest
object
4 properties 2 required
PrivacyAutomation-AssessmentAutomation_AssessmentCreateRequest
object
39 properties 2 required
PrivacyAutomation-AssessmentAutomation_AssessmentEngagementLinkRequest
object
3 properties 2 required
PrivacyAutomation-AssessmentAutomation_AssessmentIncidentRequest
object
2 properties 2 required
PrivacyAutomation-AssessmentAutomation_AssessmentInventoryRequest
object
6 properties 4 required
PrivacyAutomation-AssessmentAutomation_AssessmentQuestionLabelDto
object
5 properties 1 required
PrivacyAutomation-AssessmentAutomation_ControlImplementationRequest
object
7 properties 2 required
PrivacyAutomation-AssessmentAutomation_EntityTypeInformation
object
7 properties
PrivacyAutomation-AssessmentAutomation_RelationshipResponseDetailsDto
object
4 properties 2 required
PrivacyAutomation-AssessmentAutomation_ClosureRequest
object
5 properties
PrivacyAutomation-AssessmentAutomation_AssessmentListRequest
object
4 properties 1 required
PrivacyAutomation-AssessmentAutomation_SearchCriteriaInformation
object
4 properties
PrivacyAutomation-AssessmentAutomation_AssessmentListResponseListAssessmentListViewResponseV2
object
2 properties
PrivacyAutomation-AssessmentAutomation_AssessmentListViewResponseV2
object
61 properties
PrivacyAutomation-AssessmentAutomation_AssessmentPage
object
4 properties
PrivacyAutomation-AssessmentAutomation_BasicUserEntityDetail
object
5 properties
PrivacyAutomation-AssessmentAutomation_CommentInformation
object
4 properties 4 required
PrivacyAutomation-AssessmentAutomation_SendBackAssessmentRequest
object
5 properties
PrivacyAutomation-AssessmentAutomation_ReopenAssessmentRequest
object
1 property
PrivacyAutomation-AssessmentAutomation_ReassessAssessmentRequest
object
11 properties
PrivacyAutomation-AssessmentAutomation_assessmentMetadata
object
6 properties
PrivacyAutomation-AssessmentAutomation_TaskCollaboratorDto
object
3 properties 1 required
PrivacyAutomation-AssessmentAutomation_TaskCreateRequest
object
5 properties 1 required
PrivacyAutomation-AssessmentAutomation_AssessmentSubmissionRequest
object
2 properties
PrivacyAutomation-AssessmentAutomation_AssessmentQuestionRiskDetailInformation
object
5 properties
PrivacyAutomation-AssessmentAutomation_AssociatedAttributeValueInformation
object
4 properties 1 required
PrivacyAutomation-AssessmentAutomation_AttributeValueInformation
object
8 properties 1 required
PrivacyAutomation-AssessmentAutomation_BasicEntityDetail
object
3 properties
PrivacyAutomation-AssessmentAutomation_RiskCategoryInformation
object
3 properties
PrivacyAutomation-AssessmentAutomation_RiskEntityTypeInformation
object
2 properties 1 required
PrivacyAutomation-AssessmentAutomation_RiskInformation
object
55 properties
PrivacyAutomation-AssessmentAutomation_RiskLevelDetail
object
7 properties
PrivacyAutomation-AssessmentAutomation_RiskReferenceInformation
object
4 properties
PrivacyAutomation-AssessmentAutomation_RiskSourceInformation
object
8 properties
PrivacyAutomation-AssessmentAutomation_RiskThreatInformation
object
2 properties
PrivacyAutomation-AssessmentAutomation_RiskVulnerabilityInformation
object
2 properties
PrivacyAutomation-AssessmentAutomation_AssessmentRiskCreateRequest
object
4 properties 3 required
PrivacyAutomation-AssessmentAutomation_RiskTemplateIdentifier
object
1 property
PrivacyAutomation-AssessmentAutomation_riskCreateRequest
object
32 properties 2 required
PrivacyAutomation-AssessmentAutomation_ApproverInformation
object
9 properties
PrivacyAutomation-AssessmentAutomation_AssessmentInformationUiDto
object
41 properties
PrivacyAutomation-AssessmentAutomation_AssessmentProgressInformation
object
2 properties
PrivacyAutomation-AssessmentAutomation_AssessmentQuestionInformationUiDto
object
2 properties
PrivacyAutomation-AssessmentAutomation_AssessmentQuestionIssueInformation
object
3 properties
PrivacyAutomation-AssessmentAutomation_AssessmentQuestionRiskInformation
object
11 properties
PrivacyAutomation-AssessmentAutomation_AssessmentResponseInformationUiDto
object
13 properties
PrivacyAutomation-AssessmentAutomation_AssessmentSectionHeaderInformation
object
18 properties
PrivacyAutomation-AssessmentAutomation_AssessmentSectionInformationUiDto
object
17 properties
PrivacyAutomation-AssessmentAutomation_CategoryUiDto
object
4 properties
PrivacyAutomation-AssessmentAutomation_CompositeDisplayLabel
object
1 property
PrivacyAutomation-AssessmentAutomation_ControlResponse
object
7 properties
PrivacyAutomation-AssessmentAutomation_DataElementResponse
object
5 properties
PrivacyAutomation-AssessmentAutomation_DataSubjectUiDto
object
4 properties
PrivacyAutomation-AssessmentAutomation_InventoryLink
object
2 properties
PrivacyAutomation-AssessmentAutomation_LawInformation
object
1 property
PrivacyAutomation-AssessmentAutomation_OptionInformationUiDto
object
9 properties
PrivacyAutomation-AssessmentAutomation_PersonalDataAttributeQuestionResponseDetails
object
6 properties
PrivacyAutomation-AssessmentAutomation_QuestionAssociationInformation
object
2 properties
PrivacyAutomation-AssessmentAutomation_QuestionInformationUiDto
object
44 properties
PrivacyAutomation-AssessmentAutomation_ResponseAdditionalDetails
object
5 properties
PrivacyAutomation-AssessmentAutomation_ResponseFilter
object
2 properties
PrivacyAutomation-AssessmentAutomation_ResponseInformationUiDto
object
4 properties
PrivacyAutomation-AssessmentAutomation_SectionRiskStats
object
3 properties
PrivacyAutomation-AssessmentAutomation_SubQuestionInformationUiDto
object
15 properties
PrivacyAutomation-AssessmentAutomation_SubQuestionUiDto
object
2 properties
PrivacyAutomation-AssessmentAutomation_TagEntityDetail
object
2 properties
PrivacyAutomation-AssessmentAutomation_TemplateHeaderInformation
object
8 properties
PrivacyAutomation-AssessmentAutomation_WelcomeSection
object
6 properties
PrivacyAutomation-AssessmentAutomation_riskStatistics
object
3 properties
PrivacyAutomation-AssessmentAutomation_AssessmentResponseInformation
object
21 properties
PrivacyAutomation-AssessmentAutomation_AssessmentSubmissionInformation
object
7 properties 4 required
PrivacyAutomation-AssessmentAutomation_ContractAdditionalResponseInformation
object
1 property
PrivacyAutomation-AssessmentAutomation_AssessmentManualLinkRequest
object
2 properties 2 required
PrivacyAutomation-AssessmentAutomation_AssessmentBasicDetailsUpdateRequest
object
4 properties
PrivacyAutomation-AssessmentAutomation_Pageable
object
3 properties
PrivacyAutomation-AssessmentAutomation_AssessmentListViewBasicDto
object
20 properties
PrivacyAutomation-AssessmentAutomation_PageAssessmentListViewBasicDto
object
2 properties
PrivacyAutomation-AssessmentAutomation_primaryInventoryDetails
object
3 properties
PrivacyAutomation-AssessmentAutomation_WorkflowStageBasicDetails
object
4 properties
PrivacyAutomation-AssessmentAutomation_WorkflowAndApprovalStageDetails
object
4 properties
PrivacyAutomation-AssessmentAutomation_AssessmentProfileScoreWithQuestionsDto
object
8 properties
PrivacyAutomation-AssessmentAutomation_ProfileQuestionScoreDto
object
8 properties
PrivacyAutomation-AssessmentAutomation_SelectedOptionScore
object
2 properties
PrivacyAutomation-AssessmentAutomation_AssessmentQuestionResponseInformation
object
5 properties
PrivacyAutomation-AssessmentAutomation_AssessmentAttachmentResponse
object
11 properties
PrivacyAutomation-AssessmentAutomation_AssessmentQuestionInformation
object
20 properties
PrivacyAutomation-AssessmentAutomation_AssessmentQuestionSectionBasicInfo
object
4 properties
PrivacyAutomation-AssessmentAutomation_AttributeOptionMetadataInformation
object
4 properties
PrivacyAutomation-AssessmentAutomation_OptionInformation
object
11 properties
PrivacyAutomation-AssessmentAutomation_QuestionBasicResponseDTO
object
7 properties
PrivacyAutomation-AssessmentAutomation_QuestionInformation
object
39 properties
PrivacyAutomation-AssessmentAutomation_QuestionResponseWithAIMetadata
object
6 properties
PrivacyAutomation-AssessmentAutomation_SchemaIdentifier
object
2 properties
PrivacyAutomation-AssessmentAutomation_AssessmentRecordInformation
object
9 properties
PrivacyAutomation-AssessmentAutomation_AssessmentSectionInformation
object
12 properties
PrivacyAutomation-AssessmentAutomation_header
object
18 properties
PrivacyAutomation-AssessmentAutomation_submittedBy
object
3 properties
PrivacyAutomation-AssessmentAutomation_AssessmentExportInformation
object
35 properties
PrivacyAutomation-AssessmentAutomation_ProfileScoreInformation
object
2 properties
PrivacyAutomation-AssessmentAutomation_LinkedAssessmentInformation
object
4 properties
PrivacyAutomation-AssessmentAutomation_PageLinkedAssessmentInformation
object
11 properties
PrivacyAutomation-AssessmentAutomation_SortObject
object
3 properties
PrivacyAutomation-AssessmentAutomation_AssessmentResultDto
object
10 properties
PrivacyAutomation-AssessmentAutomation_AssessmentDeleteLogInformation
object
5 properties
Template_TemplateCreateResponse
object
4 properties
Template_TemplateBasicDetailsDto
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

onetrust-privacy-automation-assessment-automation-openapi.json Raw ↑

Other APIs OneTrust publishes across the network.

OneTrust AI Governance — AI Governance
OneTrust Platform — Global Activity
OneTrust Consent & Preferences — Consent Interfaces
OneTrust Consent & Preferences — Consent Management Platform (CMP)
OneTrust Consent & Preferences — Consent Receipts
OneTrust Consent & Preferences — Cookie Consent
OneTrust Consent & Preferences — Cookie Consent (Swagger)
OneTrust Consent & Preferences — Cookie Domain Data
OneTrust Consent & Preferences — Cross-Device Consent
OneTrust Consent & Preferences — Mobile App Consent
OneTrust Consent & Preferences — Policy & Notice Management
OneTrust Consent & Preferences — Universal Consent & Preference Management (OAS)
Where this information came from

This is an independent, third-party profile of OneTrust Privacy Automation — Assessment Automation, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.