Assessments
This API requires Basic HTTP authentication.
The ID of the assessment.
Example of a response for retrieving an assessment.
An assessment object.
The ID of the assessment.
7460c00f-3b12-4238-b68d-4ec4ea8bf9f7The name of the assessment.
Direct MarketingThe status of an assessment. Possible values are: DRAFT, SUBMITTED or OBSOLETE.
Determines whether the assessment is visible to everyone.
If set to 'false', only the Owner and Assignees will be able to access the assessment.
falseExample: trueThe date and time of the assessment creation.
2023-07-10T15:03:10.433ZThe date and time of the assessment last update.
2023-07-10T15:03:10.433ZThe date and time of the assessment submission.
2023-07-10T15:10:10.433ZThe request is not valid.
The client is not authenticated.
The user lacks permissions.
Resource not found.
There was an error processing the request.
This API requires Basic HTTP authentication.
The ID of the assessment to be deleted.
The assessment has been deleted.
No content
The request is not valid.
The client is not authenticated.
The user lacks permissions.
Resource not found.
There was an error processing the request.
No content
This API requires Basic HTTP authentication.
The ID of the assessment to be updated.
A request object to update an assessment
The status of an assessment. Possible values are: DRAFT, SUBMITTED or OBSOLETE.
The name of the assessment.
Legal ChecksDetermines whether the assessment is visible to everyone.
If set to 'false', only the Owner and Assignees will be able to access the assessment.
trueExample of a response for updating an assessment.
The request is not valid.
The client is not authenticated.
The user lacks permissions.
Resource not found.
There was an error processing the request.
This API requires Basic HTTP authentication.
The ID of the assessment.
Example of a response for listing assessments.
An object that represents an assessment attachment.
ID of the attachment
85a9c637-e27e-4a7f-80f1-6db07e336d04Original file name of the attachment
evidence_document.pdfID of the user who created the attachment
0e787414-fd78-48a0-bfdd-69411b26c65bDate and time attachment was created
2023-07-10T18:43:10.433ZThe request is not valid.
The client is not authenticated.
The user lacks permissions.
There was an error processing the request.
This API requires Basic HTTP authentication.
The ID of the assessment.
The file to upload
Example of a response for creating an attachment for an assessment.
The request is not valid.
The client is not authenticated.
The user lacks permissions.
There was an error processing the request.
This API requires Basic HTTP authentication.
The ID of the assessment.
ID of the attachment to download
Attachment file content
The request is not valid.
The client is not authenticated.
The user lacks permissions.
Resource not found.
There was an error processing the request.
This API requires Basic HTTP authentication.
The ID of the assessment review asset.
Example of a response for retrieving an assessment.
An assessment object.
The ID of the assessment.
7460c00f-3b12-4238-b68d-4ec4ea8bf9f7The name of the assessment.
Direct MarketingThe status of an assessment. Possible values are: DRAFT, SUBMITTED or OBSOLETE.
Determines whether the assessment is visible to everyone.
If set to 'false', only the Owner and Assignees will be able to access the assessment.
falseExample: trueThe date and time of the assessment creation.
2023-07-10T15:03:10.433ZThe date and time of the assessment last update.
2023-07-10T15:03:10.433ZThe date and time of the assessment submission.
2023-07-10T15:10:10.433ZThe request is not valid.
The client is not authenticated.
The user lacks permissions.
Resource not found.
There was an error processing the request.
This API requires Basic HTTP authentication.
The name of the assessment.
The value is case-insensitive and it returns results that contain this value.
The status of the assessment.
Possible values are: DRAFT, SUBMITTED or OBSOLETE. The value is case-insensitive. An invalid value results in an error response.
The date and time that defines the start of the period when the assessment was last updated, including this timestamp.
2023-07-10T15:03:10.433ZThe date and time that defines the end of the period when the assessment was last updated, excluding this timestamp.
2023-07-10T15:03:10.433ZThe ID of the template.
The version of the template. To be used in conjunction with the templateId parameter to filter assessments by a specific template and its version.
If you specify this parameter, you must also specify the templateId parameter.
Use LATEST to retrieve assessments that are on the latest version of a particular templateId. For other values, it returns results that have an exact match.
The ID of the asset for which the assessment is conducted.
The maximum number of resources to retrieve.
If not set, the default limit of 10 is be used. The maximum value for this parameter is 50.
10The cursor pointing to the first resource to be included in the response. This cursor cannot be created and must have been extracted from a response returned by a previous API call.
If this parameter is missing, the API returns the resources starting from the first available resource, at index 0.
Example of a response for listing assessments.
A page object containing assessments.
The cursor pointing to the next page. If the cursor is missing, there are no additional pages of resources available after the current one.
Y3Vyc29yV2hlblRoZXJlSXNNb3JlRGF0YQoThe request is not valid.
The client is not authenticated.
The user lacks permissions.
There was an error processing the request.
This API requires Basic HTTP authentication.
A request object to start conducting an assessment. It should contain at least a template and a name or an asset. If you provide both a name and an asset, the asset's name stored in Collibra is used as the name of the assessment. When specified, the asset must have the same asset type used in the template. In addition, if the owner is not specified, the authenticated user is by default used as owner of the assessment.
The status of an assessment. Possible values are: DRAFT, SUBMITTED or OBSOLETE.
The name of the assessment.
Legal ChecksDetermines whether the assessment is visible to everyone.
If set to 'false', only the Owner and Assignees will be able to access the assessment.
trueA list of questions and answers for the assessment. Each question is represented by its ID and the corresponding answer.
[{"id":"legalBasisSpecified","answer":{"type":"BOOLEAN","value":true}}]Example of a response for creating an assessment.
The request is not valid.
The client is not authenticated.
The user lacks permissions.
There was an error processing the request.
This API requires Basic HTTP authentication.
The ID of the assessment to be retaken.
A request object to retake an assessment
Example of a response for retaking an assessment.
The request is not valid.
The client is not authenticated.
The user lacks permissions.
Resource not found.
There was an error processing the request.
Last updated
Was this helpful?