v1
latestOpenAPI 3.1.02026-07-2422707.0 MBRetrieve the list of forms associated with an appointment
This API helps you to fetch the list of forms that are available for the specified appointment.
You must specify appropriate details for the appointment_id parameter in the API request.
get/v1/appointments/{appointment_id}/forms
Query parameters
appointment_idstring required
Mandatory Unique 32-character identifier of the appointment for which you want to retrieve the list of forms.
Response
200
Example response
[
{
"appointment_id": "658423ef-5011-47e6-a617-19355a967tyu",
"form_id": "658423ef-5011-47e6-a617-19355a967cdc",
"name": "chiti",
"is_filled": true,
"is_submitted": true,
"lastfilled_date": "2019-07-25T12:55:00",
"form_type": 2,
"lastfilled_by": "Owner fi L1",
"form_history": [
{
"version_date": "2019-07-25T12:55:14.637",
"version_id": "10154",
"created_by": "Owner fi L1",
"form_name": "chiti",
"form_id": "658423ef-5011-47e6-a617-19355a967cdc"
}
],
"is_editable": true,
"is_service_form": true,
"source_appointment_date": "2019-07-12T09:10:00",
"permissions": {
"can_view": true,
"can_edit": true
}
}
]