cURL
curl --request GET \ --url http://localhost:3000/api/v1/assessments \ --header 'x-api-key: <api-key>'
200
Example
{ "assessments": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "defaultQuestionFormat": "text", "defaultAnswerFormat": "text", "languages": [ "<string>" ], "questionCount": 123, "inviteCount": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ]}
Returns a list of all assessments for the organization associated with the API key.
API key for authentication. Format: ak_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Successful response
Show child attributes