List Project Forms
Retrieve all forms associated with a project.
Supports:
- Status filtering (
statusquery parameter)
Authentication
x-api-keystring
API Key authentication via header
Path parameters
projectId
Project identifier
Query parameters
status
Filter forms by status
Response
List of forms
id
Form identifier
name
Form name
description
Form description
isCompleted
Whether the form is completed
createdBy
ID of user who created the form
createdAt
Creation timestamp
updatedAt
Last update timestamp
templateId
Template ID
status
Form status
dueDate
Due date
completedAt
Completion timestamp
assignee
Minimal user representation used in responses
projectId
Associated project ID
phaseId
Phase template ID (if available)
phaseName
Phase template name (if available)
