Retrieve a list of all currently active forms |
Endpoint ID: | 8005 | |
Method: | GET | |
URL: | GET /data/forms/dp-key/{dp-key} | |
| dp-key | dialogportal™ master key that uniquely identifies account to forms |
| ext-key | External key that uniquely identifies account to form |
ext-type | Type 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. |
400 | No Forms found. |