Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ekacare-nhpr-fix.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

curl --location 'https://api.eka.care/assess/fetch_assessments/?status=COMPLETED&pids=174592378117946,174592378117944' \
--header 'Content-Type: application/json' \
--header 'HTTP_CLIENT_ID: eka' \
--header 'Authorization: Bearer <your-auth-token>'