Step 1. Initialization
This API is used to initialize the assessment. It returns an assessment_id that uniquely identifies the assessment session.
API Details
Authorizations
The authentication token of the developer (generated using Authorization API).
Headers
Any unique string to identify the logged in developer.
Locale is used to determine the language of the assessment. Supported locales are en
, hi
, kn
for english, hindi and kannada respectively with default being en
.
en
, hi
, kn
Body
The request body should contain the user information. Users can either provide the date of birth or age using dob
and age
fields respectively, along with gender inside user_info
.
The user information should contain atleast the age of the user.
A unique id to identify the assessment to be taken. Detailed list of Assessment Workflows
A unique practitioner id to identify the practitioner to associate an assessment with, if applicable.
A unique patient id to identify the patient to associate as assessment with, if applicable.
Response
The response object contains the assessment_id that uniquely identifies the assessment session.
A unique identifier for the assessment session.