...
Code Block | ||
---|---|---|
| ||
$ curl -XPOST /_forms/fields -d'{ "forms": [{ "type": "addresses", "config": { ... configure addresses form ... }, }, { "type"contacts: 1,"contacts" }] }'; |
would return a similar structure of fields. The fields endpoint accepts the following parameters:
...