8005: Enumerate forms

8005: Enumerate forms

Retrieve a list of all currently active forms available to an account

 

Endpoint ID:

8005

Method:

GET

URL:

/forms/entity/id/{entity-id}/form
/forms/entity/ext-key/{ext-key}/{ext-type}/form

 

entity-id

Rubiq entity ID that uniquely identifies the account to retrieve forms for

 

ext-key

External key that uniquely identifies the account to retrieve forms for

 

ext-type

Type of external key

Request body:

None

Response body:

JSON array containing the formID and name of each form.

 

Example
[ { "formID": 100, "name": "Form 1" }, { "formID": 101, "name": "Form 2" } ]

Status codes:

200

Forms successfully retrieved

 

404

Account not found, or no forms found for account.

The following sub codes may be returned:

404.1

User not found

404.2

External user could not be found

404.4

No forms found