Skip to main content
GET
Fetch assessments (Deprecated)

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

Authorizations

auth
string
header
required

Query Parameters

pids
string

Comma-separated list of patient IDs.

Example:

"12345,67890"

puuid
string

Patient UUID.

Example:

"430915f2-c802-4442-be8d-8c725fb83555"

docid
string

Doctor ID.

Example:

"174359082080545"

status
enum<string>
default:COMPLETED

Status of the assessment.

Available options:
COMPLETED,
IN_REVIEW
sd
string<date>

Start date for filtering assessments (YYYY-MM-DD).

Example:

"2023-01-01"

ed
string<date>

End date for filtering assessments (YYYY-MM-DD).

Example:

"2023-12-31"

wflowid
string

Comma-separated list of workflow IDs.

Example:

"1,2,3"

is_abha_linkable
boolean

Filter assessments that are ABHA linkable.

Example:

true

limit
integer
default:30

Number of results to return per page.

offset
integer
default:0

Offset for pagination.

sort
enum<string>
default:asc

Sort order for results.

Available options:
asc,
desc

Response

Successful response with assessment data.

conversations
object
Example: