List Project Forms

Retrieve all forms associated with a project. Supports: - Status filtering (`status` query parameter)

Authentication

x-api-keystring
API Key authentication via header

Path parameters

projectIdintegerRequired
Project identifier

Query parameters

statusenumOptional
Filter forms by status

Response

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

Phase template ID (if available)

phaseNamestring or null

Phase template name (if available)

collaboratorslist of objects
Additional users collaborating on the form

Errors

401
Unauthorized Error