Logo

Exam Submit Answers

POST

https://staging-api.qualiphy.me/api/exam_submit_answers
This endpoint is used to submit the answers provided by a patient for the questions retrieved from an exam session. This endpoint plays a critical role in capturing the patient's responses, allowing the system to process and store the answers for further evaluation or decision-making.

Parameters
  • api_key string

    Required

    API key for authentication

  • meeting_uuid string

    Required

    Unique ID for the meeting

    This is the unique meeting id that is returned in the Exam Invite response

  • patient_exam_id integer

    Required

    Unique ID for the patient exam

    This is the unique patient exam ID provided in the Exam Invite response. You will receive a list of patient exams, allowing you to select the appropriate patient_exam_id for the specific exam.

  • answers json

    Required

    Array of answers

    This is List of answers that you want to submit for the exam. You can get this from the Exam Questions and Answers API's response.


Response

200
400
401
500

Response Fields Explanation

No response fields available

Example Request Payload:

Response Example

{
"http_code":200
}