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

opportunityIdstringRequired
Opportunity identifier

Query parameters

statusenumOptional
Filter forms by status

Response

List of forms
idinteger or null
Form identifier
namestring or null
Form name
descriptionstring or null
Form description
isCompletedboolean or null
Whether the form is completed
createdByinteger or null
ID of user who created the form
createdAtstring or nullformat: "date-time"
Creation timestamp
updatedAtstring or nullformat: "date-time"
Last update timestamp
templateIdinteger or null
Template ID
statusenum or null
Form status
dueDatestring or nullformat: "date-time"
Due date
completedAtstring or nullformat: "date-time"
Completion timestamp
assigneeobject or null
Minimal user representation used in responses
requestIdinteger or null
Associated opportunity ID
collaboratorslist of objects or null
Additional users collaborating on the form

Errors