latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

Assessments

Retrieve an assessment by ID

Returns information about the assessment with the specified ID.

get/assessments/{id}

Path parameters

idstring uuid required

The ID of the assessment.

Response

Example of a response for retrieving an assessment.

idstring uuid required

The ID of the assessment.

namestring required

The name of the assessment.

statusstring required

The status of an assessment. Possible values are: DRAFT, SUBMITTED or OBSOLETE.

isVisibleToEveryoneboolean

Determines whether the assessment is visible to everyone.

If set to 'false', only the Owner and Assignees will be able to access the assessment.

createdOnstring date-time required

The date and time of the assessment creation.

lastModifiedOnstring date-time required

The date and time of the assessment last update.

submittedOnstring date-time

The date and time of the assessment submission.