Retrieves the submitted form data
Endpoint ID: | 8002 | |
Method: | GET | |
URL: | GET /user/dp-key/{dp-key}/form/{form-id} | |
| dp-key | dialogportal™ master key that uniquely identifies account to to submit a form for |
| ext-key | External key that uniquely identifies account to to submit a form for |
ext-type | Type of external key | |
| form-id | Numeric value that identifies the form |
Request body: | None | |
Request body:
| JSON data with JSON array of form field values. Example [ { "fieldID": 87, "value": "This is a text field" }, { "fieldID": 88, "value": 134 }, { "fieldID": 89, "value": [ 136, 138 ] } ] | |
Status codes: | 200 | Success |
| 404 | Form Not found |