Return all forms

Returns all JSON form documents that have previously been created.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Response

An array of form documents.
createdstringformat: "date-time"
createdBystring
lastUpdatedstringformat: "date-time"
lastUpdatedBystring
namestring
descriptionstring or null
structobject
schemaobject
uiSchemaobject
validationSchemaobject
bindingSchemaobject
versionstring
_idstring
tagslist of strings or maps from strings to any
idstring
namespaceobject or null

Errors

500
Internal Server Error