Assessments
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, COMPLETED 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.
The date and time that defines the end of the period when the assessment was last updated, excluding this timestamp.
The ID of the template.
The version of the template.
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 the assessment relates to.
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 version is deprecated and will be removed in future releases. We recommend you to use the V2 version of this API, which is available at `/rest/assessments/v2`.
Retrieve an assessment by ID
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, COMPLETED, or OBSOLETE.
The 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 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, COMPLETED, or OBSOLETE.
The 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.
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 used as owner of the assessment.
The name of the assessment.
Legal ChecksWhether the assessment is visible to Everyone in Collibra?
falseExample: trueExample of a response for conducting an assessment.
The request is not valid.
The client is not authenticated.
The user lacks permissions.
There was an error processing the request.
Last updated
Was this helpful?