Canary Speech

PutAssessment

PUT - /org/subject/:subjectId/put-assessment
Required Permissions:
  • scope:api

Description

Create an assessment

Headers

Header KeyDescriptionExample
Authorization
The Authorization header for this endpoint. The value must be the token from the /v3/auth/tokens/get endpoint and given using the Bearer pattern.
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW...

Path Parameters

NameTypeDescription
subjectIdstring
The UUID of the subject

Body Parameters

NameTypeDescription
* surveyIduuid
The uuid of the survey associated with this assessment.
* dateRecordeddate-time
The date and time the assessment was recorded.
extraDataobject
Any extra data to be associated with the assessment.

Successful Response

A successful response

Field NameTypeDescription
uuiduuid
The uuid of the uploaded assessment.

Code Example