...
Code Block | ||
---|---|---|
| ||
{ "response": { "forms": [{ "form_type": "addresses", "form_content": [{ "section_title": "Address", "fieldssection_content": [{ "key": "title", "title": "Title", "type": "text", "required": 1 }, ...] }] },{ "form_type": "contacts", "form_content" : [{ ... contact fields ... }], }] }, "meta": { ... } } |
...