XForms - User Generated Content V2
Resources for creating, updating, deleting, and fetching XForm templates.
| API Call | HTTP Method | URL | Format | Form Data | Permissions |
|---|---|---|---|---|---|
| Create or Update an XForm Template Configuration | PUT | /v2/xforms/config/{id} | | | "Develop application" |
| Delete an XForm Template Configuration | DELETE | /v2/xforms/config/{id} | | | "Develop application" |
| Fetch XForm Template Configurations | GET | /v2/xforms/config | | | "Use application" |
| Fetch an XForm Template Configuration | GET | /v2/xforms/config/{id} | | | "Use application" |