Retrieve a guest form

This API helps you to retrieve the specified guest's form data.You must specify the unique identifier of the guest as guest_id and the form's version_no in the API request.Note: Retrieving uploaded files, signatures and annoations are not supported.

Note: Retrieving/updating uploaded files, signatures and annotations are not supported.

Response Details

NameTypeDescription
datastringComplete guest form data in JSON format.
guest_datastringGuest data in JSON format.
is_form_submittedbooleanIndicates whether the form has been submitted.
errorobjectObject that contains error code and error message-related details. For more information, refer to the error Object table.

error Object

Error CodeError Message
502Invalid Version No
602Cannot access
438Cannot access
400Authorization has been denied for this request.
602User does not have access
400The request is invalid.
502center_id is not passed
Language
Authorization
Header
Click Try It! to start a request and see the response here!