Fetch assessments
Fetch assessments for patients or doctors based on filters like status, workflow ID and date range.
Fetch Assessments by ID
This API allows you to fetch assessments for patients or doctors based on various filters such as status, workflow IDs, and date range.
Example Request
Query Parameters
Comma-separated list of patient IDs.
"12345,67890"
Patient UUID.
"430915f2-c802-4442-be8d-8c725fb83555"
Doctor ID.
"174359082080545"
Status of the assessment.
COMPLETED
, IN_REVIEW
Start date for filtering assessments (YYYY-MM-DD).
"2023-01-01"
End date for filtering assessments (YYYY-MM-DD).
"2023-12-31"
Comma-separated list of workflow IDs.
"1,2,3"
Filter assessments that are ABHA linkable.
true
Number of results to return per page.
Offset for pagination.
Sort order for results.
asc
, desc
Response
Successful response with assessment data.
The response is of type object
.