Get Form

Retrieve a specific form by ID with detailed layout information

Authentication

x-api-keystring
API Key authentication via header

Path parameters

formIdintegerRequired
Form identifier

Response

Form details
idinteger
Form identifier
namestring
Form name
descriptionstring or null
Form description
templateIdinteger or null
Template ID
updatedAtstringformat: "date-time"
Last update timestamp
statusenum
Form status
isCompletedboolean
Whether the form is completed
completedAtstring or nullformat: "date-time"
Completion timestamp
createdAtstringformat: "date-time"
Creation timestamp
createdByUserobject
Minimal user representation used in responses
assigneeobject
Minimal user representation used in responses
dueDatestring or nullformat: "date-time"
Due date
projectIdinteger
Associated project ID
phaseIdinteger or null

Phase template ID (if available)

phaseNamestring or null

Phase template name (if available)

formLayoutslist of objects
Form layout sections
collaboratorslist of objects
Additional users collaborating on the form

Errors

401
Unauthorized Error
404
Not Found Error