Exam Upload Attachment
POST
https://staging-api.qualiphy.me/api/exam_upload_attachmentThs endpoint is used to upload attachments related to a specific meeting. This could include documents, images, or any files required as part of the exam process. When using this endpoint, the client must include the meeting_uuid to identify the specific meeting associated with the attachment, as well as the file to be uploaded.
Parameters
meeting_uuid string
RequiredUnique ID for the meeting
This is the unique meeting id that is returned in the Exam Invite response
file file
RequiredFile to be uploaded
attachment_type string
OptionalAttachment type for exam
Response
200
400
401
500
Response Fields Explanation
No response fields available
Authorization:
Example Request Payload:
Response Example
{
"http_code":200
}