Submit form data for a user |
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 forms | |
| ext-key | External key that uniquely identifies account to form | |
| form-id | Numeric value that identifies the form | |
Request body: | None | ||
| JSON data with same JSON array that was received 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 |