Versions Compared

Key

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

...

Endpoint ID:

8002

Method:

 

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 submit forms data

 

ext-key

External key that uniquely identifies account to submit form data

 

form-id

Numeric value that identifies the form

Request body:

None

Response body:

JSON data with same JSON array that was received

Code Block
titleExample
[   {
      "fieldID": 87,
      "value": "This is a text field"
   },
   {
      "fieldID": 88,
      "value": 134
   },
   {
      "fieldID": 89,
      "value": [ 136, 138 ]
   }
]

Status codes:

201

Submit Form Data successfully200

Success

 

303404

Form already SubmittedNot Found