Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Retrieve a list of all currently active forms

Endpoint ID:

8005

Method:

GET

URL:

GET /data/forms/dp-key/{dp-key}
GET /data/forms/ext-key/{ext-key}/{ext-type}

 

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

Request body:

None

Response body:

JSON array containing the form-id and name.

 

Example
{[
  {
    "formID": 100,
    "name": "Test Form Name1"
  },
  {
    "formID": 101,
    "name": "Test Form Name2"
  }
]}

Status codes:

200

Forms found.

 400No Forms found.
  • No labels