Skip to content

PurchaserQuestionReport​


Get full question breakdown table with per-answer stats​

GET
/api/v2/report/purchaser-questions

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Responses​

Question breakdown with per-answer stats and totals

application/json
JSON
"string"

Playground​

Authorization

Samples​


Get purchaser question report summary (gross revenue, question count, answer count)​

GET
/api/v2/report/purchaser-questions/summary

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Responses​

Summary data

application/json
JSON
"string"

Playground​

Authorization

Samples​


Get per-day question revenue for charting​

GET
/api/v2/report/purchaser-questions/charts

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Responses​

Chart data with currency symbol and daily revenue points

application/json
JSON
"string"

Playground​

Authorization

Samples​


Export purchaser question report as CSV (sync) or enqueue to S3 + DB (async)​

GET
/api/v2/report/purchaser-questions/export

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Responses​

Sync (async=0): CSV download. Async (async=1): upload to private S3 (same path as sales export), CsvExport job in data (exportType salesReport-purchaserQuestions).

JSON
"string"

Playground​

Authorization

Samples​


Powered by VitePress OpenAPI