get https://api.zenoti.com/v1/appointments//forms_data?tag_Id=&view_context=&version_no=
This API helps you to retrieve the data for tag forms associated to the specified appointment. You must provide an appropriate identifier in the API request for the appointment_id
parameter. You also need to specify the required details for three other parameters in the API request. Refer to the Request Parameters table for more information.
Note: Retrieving/updating uploaded files, signatures and annotations are not supported.
Response Details
Name | Type | Description |
---|---|---|
data | string | Details of the service form. |
guest_data | string | Guest's details in JSON format. |
is_form_submitted | boolean | Indicates whether the appointment form has been submitted. |
error | object | Object that contains error code and error message details. For more information, refer to the error Object table. |
error Object
code | message |
---|---|
502 | Invalid appointment_id. |
410 | Appointment Not Found. |
438 | Cannot access. |
4023 | something went wrong. |