Get details of form by name

Returns details for a specific form by name.

Authentication

AuthorizationBasic

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

Path parameters

form_namestringRequired
Form name

Response

Forms details
namestring
elementslist of objects
childrenlist of objects
_idstringformat: "^[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$"
groupslist of strings
createdstringformat: "date-time"
created_byany
last_updatedstringformat: "date-time"
last_updated_byany

Errors

500
Internal Server Error