get https://api.zenoti.com/v1/Guests//Forms?version_no=
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
Name | Type | Description |
---|---|---|
data | string | Complete guest form data in JSON format. |
guest_data | string | Guest data in JSON format. |
is_form_submitted | boolean | Indicates whether the form has been submitted. |
error | object | Object that contains error code and error message-related details. For more information, refer to the error Object table. |
error Object
Error Code | Error Message |
---|---|
502 | Invalid Version No |
602 | Cannot access |
438 | Cannot access |
400 | Authorization has been denied for this request. |
602 | User does not have access |
400 | The request is invalid. |
502 | center_id is not passed |