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

project_idintegerRequired
Project identifier

Query parameters

statusenumOptional
Filter forms by status

Response

List of forms
idintegerOptional
Form identifier
namestringOptional
Form name
descriptionstring or nullOptional
Form description
isCompletedbooleanOptional
Whether the form is completed
createdByintegerOptional
ID of user who created the form
createdAtstringOptionalformat: "date-time"
Creation timestamp
updatedAtstringOptionalformat: "date-time"
Last update timestamp
templateIdinteger or nullOptional
Template ID
statusenumOptional
Form status
dueDatestring or nullOptionalformat: "date-time"
Due date
completedAtstring or nullOptionalformat: "date-time"
Completion timestamp
assigneeobjectOptional
Minimal user representation used in responses
projectIdintegerOptional
Associated project ID
phaseIdinteger or nullOptional

Phase template ID (if available)

phaseNamestring or nullOptional

Phase template name (if available)

collaboratorslist of objectsOptional
Additional users collaborating on the form

Errors

401
Unauthorized Error