Purpose

This API endpoint provides the test results for an invitationId with an assessment partner.
The URL can be configured by softgarden but needs to be provided in the configuration process.

HTTP-Method

GET

Path

3rd party provider path /{invitationId}

Authentification

Bearer Token

Example curl call

Expected response:

Propertylist

PropertyTypeDescription
status (*)stringThe status of the assessment
Supported Values
– COMPLETED
– EXPIRED
– PENDING
completionTimestringdate string in ISO-8601 format UTC based
required if the status COMPLETED is returned
expirationTimestringdate string in ISO-8601 format UTC based
required if the status EXPIRED is returned
result (*)object
– resultUrl (*)stringAn url where the assessment results can be viewed
– reportUrlstringAn url to an online available pdf report
– shareUrlstringAn url that can be shared without login (e.g. for sharing results with colleagues)
– scorestringA string containing e.g. a numerical score to be displayed in softgarden.
(*) field is required and need to be set

Back to the overview

Comments

Comments are closed.