Fetch Grouped Assessments
Fetch assessments from both Self-Assessment and Smartcheck modules.
Fetch and Group Assessments
This API provides powerful filtering capabilities and groups the results based on a combination of identifiers, making it easy to retrieve all assessments related to a specific interaction or entity.
The grouping is based on a composite key of practitioner_uuid
, patient_uuid
, unique_identifier
, and transaction_id
.
Response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The UUID of the practitioner(doctor oid) to filter assessments by.
"161467756044223"
The UUID of the patient(patient_uuid) to filter assessments by.
"02b66c91-ce53-45b7-8794-14f4a640f9c2"
A unique identifier(patient_oid) associated with the assessment.
"173765761279832"
The transaction ID for a specific assessment session.
"txn_aBcDeFgHiJkLmNoP"
Comma-separated list of workflow IDs to filter by.
"101,102"
The status of the assessments to fetch.
NEW
, IN_REVIEW
, COMPLETED
, PARTIAL
Response
A successful response containing the grouped assessments.
The response is of type object
.