Fetch assessments for patients or doctors based on filters like status, workflow ID and date range.
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>'
Was this page helpful?