Get details of form by ID

Returns details for a specific form from by ID.

Authentication

AuthorizationBasic

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

Path parameters

form_idstringRequiredformat: "^[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$"
Form ID

Response

Forms details
namestring
elementslist of objects
childrenlist of objects
_idstringOptionalformat: "^[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$"
groupslist of strings or maps from strings to anyOptional
createdstringOptionalformat: "date-time"
created_byanyOptional
last_updatedstringOptionalformat: "date-time"
last_updated_byanyOptional

Errors

500
Internal Server Error