Excerpt |
---|
Retrieve a list of all currently active formsfields for a form |
Endpoint ID: | 8006 | |||||||
Method: |
| |||||||
URL: | GET /data/forms/dp-key/{dp-key}/{form-id} | |||||||
| dp-key | dialogportal™ master key that uniquely identifies account to forms | ||||||
| ext-key | External key that uniquely identifies account to form | ||||||
ext-type | Type of external key | |||||||
form-id | Numeric value that identifies the form | |||||||
Request body: | None | |||||||
Response body: | Returns a JSON array of fields, containing fieldID, description, type, and if the field is a multichoice type, the field will contain an options array of options containing optionID and description.
| |||||||
Status codes: | 200 | Success | ||||||
400 | Form Not Found |
...