List of all forms
In response you will get collection of all the forms available in your event. For ex - Sponsors, Exhibitors etc.
We have intorduced sections in each form with conditional field rendering support.
Query Parameters |
---|
eventid integer — REQUIRED |
Responses |
---|
200
Possible properties of a details_form form item: - id String unique to each field.
- display_field_id String unique id is needed for the conditional rendering.
- label String is the display text for that field.
- is_active Boolean denotes if that field is to be used or not.
- default_field Boolean denotes if that this field should render in any case or not.
- is_section Boolean denotes if that field is a section.
- is_readyonly Boolean denotes if the field is editable or not. Only an admin user can edit the values.
- tab_order Integer value is the sequencial order of the field.
- has_condition Boolean denotes if the field contanis conditional field data or not. Applicable only for checkboxes, radiobuttons and dropdowns.
- options Array will have if it has conditional fields. The properties are:
- text String as display text.
- value String/integer
- display_fields Comma seperated string with uniq
display_field_id .
Schema |
---|
attendee objectEach checkout form fetch response type structure. eventid integer | form_name string | form_type string | form_number integer | details_form string | version_no integer |
| exhibitor objectEach checkout form fetch response type structure. eventid integer | form_name string | form_type string | form_number integer | details_form string | version_no integer |
| sponsor objectEach checkout form fetch response type structure. eventid integer | form_name string | form_type string | form_number integer | details_form string | version_no integer |
|
|
Schema |
---|
code int32 | message stringString description of the error. |
|