cURL
curl --request GET \ --url https://app.aegister.com/api/v1/assessments/{id} \ --header 'X-Aegister-Token: <api-key>'
{ "error": 0, "messages": "<array>", "data": { "id": 123, "created_at": "2023-11-07T05:31:56Z", "score": 123, "name": { "en": "<string>", "it": "<string>" }, "description": { "en": "<string>", "it": "<string>" } } }
Retrieves assessment by id
Any value different from 0 indicates an error. More details can be found in messages.
messages
0 <= x <= 0
If error is 1, contains zero or more details on the error.
error
1
Show child attributes
Unique identifier for the Assessment.
Timestamp of creation of the interview.
Interview score.
Assessment name
Assessment name in English.
Assessment name in Italian.
Assessment description
Assessment description in English.
Assessment description in Italian.