v1

latestOpenAPI 3.1.02026-08-066484183.6 MB
Reports

Get proposal reports

Returns a paginated list of proposal report records, suitable for building custom proposal analytics.

get/api/v2/reports/proposal_reports

Query parameters

group'company' | 'created_at' | 'creator' | 'currency' | 'date_signed' | 'deal' | 'link_status' | 'organization' | 'proposal' | 'responsible' | 'sent_at' | 'signed' | 'status' | 'status_changed_at' | 'subsidiary' | 'updated_at'

Group proposal report results by one or more fields.

sortstring[]

Sort proposal report results by one or more fields. Prefix a field name with a minus sign for descending order.

OR

Filter proposal reports by specific criteria. Accepts a filter object with field-value pairs.

{
  "0": {
    "id": {
      "eq": "123"
    }
  },
  "$op": "and"
}

Headers

X-Organization-Idstring required

Organization ID

Response

A paginated collection of proposal report resources.