Community

Public product questions and reviews

List public product questions

get

Lists public conversations flagged as questions.

Filters

  • Supports ConversationFilter fields exposed via query parameters

  • Optional pagination parameters from DRF (page, page_size)

Query parameters
pageinteger · min: 1Optional

Page number (1-indexed)

Example: 1
page_sizeinteger · min: 1Optional

Number of results per page

Example: 20
data_sourcestringOptional

Filter conversations by datasource slug

Example: vendor-channel
data_source_idintegerOptional

Filter conversations by datasource identifier

Example: 42
productintegerOptional

Filter conversations by product identifier

Example: 123456
order_numberstringOptional

Filter conversations by related order number

Example: ORD-2025-000042
is_answeredbooleanOptional

Filter conversations by answered flag

Example: true
Responses
chevron-right
200

Public questions listed

application/json
get
/public-questions/
200

Public questions listed

List public product reviews

get

Lists public conversations flagged as reviews.

Filters

  • Shares the same filtering capabilities as /public-questions/

  • Useful for showcasing verified customer feedback

Query parameters
pageinteger · min: 1Optional

Page number (1-indexed)

Example: 1
page_sizeinteger · min: 1Optional

Number of results per page

Example: 20
data_sourcestringOptional

Filter conversations by datasource slug

Example: vendor-channel
data_source_idintegerOptional

Filter conversations by datasource identifier

Example: 42
productintegerOptional

Filter conversations by product identifier

Example: 123456
order_numberstringOptional

Filter conversations by related order number

Example: ORD-2025-000042
is_answeredbooleanOptional

Filter conversations by answered flag

Example: true
Responses
chevron-right
200

Public reviews listed

application/json
get
/public-reviews/
200

Public reviews listed

Last updated

Was this helpful?