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

opportunityIdintegerRequired
Opportunity 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
requestIdinteger
Associated opportunity ID
collaboratorslist of objects
Additional users collaborating on the form

Errors

401
Unauthorized Error