List Opportunity Forms
Retrieve all forms associated with an opportunity.
Supports:
- Status filtering (`status` query parameter)
**Note:** The `/requests` path is an alias for `/opportunities` and will continue to work until users are individually notified and migrated.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
opportunityId
Opportunity 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
requestId
Associated opportunity ID
collaborators
Additional users collaborating on the form
