Forms
Service Id: platform6.forms
1. Get JSON List of Form Service Items¶
Header key | Description | Value |
---|---|---|
platform6.request.action |
The action to perform (required) | list |
A valid response will be:
Header key | Description |
---|---|
platform6.response.status |
OK |
platform6.response.value |
JSON List |
2. Get Form Item (FormItem) as JSON¶
Header key | Description | Value |
---|---|---|
platform6.request.action |
The action to perform (required) | get |
id |
Service item id (required) |
A valid response will be:
Header key | Description |
---|---|
platform6.response.status |
OK |
platform6.response.value |
JSON Item (FormItem) |