Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Retrieves the submitted form data

 

 

Endpoint ID:

8002

Method:

Status
colourGreen
titleGET

URL:

GET /user/dp-key/{dp-key}/form/{form-id}
GET /user/ext-key/{ext-key}/{ext-type}/form/{form-id}

 

dp-key

dialogportal™ master key that uniquely identifies account to forms

 

ext-key

External key that uniquely identifies account to form

 ext-typeType 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.

Code Block
titleExample
[   {
      "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