Community
Public product questions and reviews
Lists public conversations flagged as questions.
Filters
Supports
ConversationFilterfields exposed via query parametersOptional pagination parameters from DRF (
page,page_size)
Page number (1-indexed)
1Number of results per page
20Filter conversations by datasource slug
vendor-channelFilter conversations by datasource identifier
42Filter conversations by product identifier
123456Filter conversations by related order number
ORD-2025-000042Filter conversations by answered flag
truePublic questions listed
GET /public-questions/ HTTP/1.1
Host: sandbox.akinon.com
Accept: */*
Public questions listed
{
"count": 150,
"next": "https://sandbox.akinon.com/public-questions/?page=2",
"previous": null,
"results": [
{
"id": 9876,
"subject": "Battery life question",
"user": {
"id": 345,
"first_name": "Jane",
"last_name": "Doe",
"email": "[email protected]",
"phone": null,
"gender": "female"
},
"datasource": {
"pk": 18,
"name": "Vendor API",
"slug": "vendor-api",
"title": "Vendor Channel",
"supplier_code": "text",
"email": "[email protected]",
"phone_number": "text",
"is_active": true
},
"item_object": {
"pk": 221133,
"name": "Smart Watch X",
"sku": "SW-X-BLACK",
"absolute_url": "https://sandbox.akinon.com/product/smart-watch-x/",
"product_images": [
{
"pk": 56789,
"product": 221133,
"image": "https://cdn.akinon.com/images/products/56789.png",
"order": 1,
"image_path": "text",
"height": 1,
"width": 1
}
]
},
"item_content": "product",
"message_set": [
{
"id": 998877,
"message_content": "Does the battery last more than 24 hours?",
"user_type": "user",
"content_object": {
"id": 345,
"first_name": "Jane",
"last_name": "Doe"
},
"content_type": "user",
"created_date": "2025-10-29T12:15:00Z"
}
],
"conversation_type": "question",
"last_message_date": "2025-10-30T09:45:00Z",
"is_public": true,
"is_answered": false
}
]
}Lists public conversations flagged as reviews.
Filters
Shares the same filtering capabilities as
/public-questions/Useful for showcasing verified customer feedback
Page number (1-indexed)
1Number of results per page
20Filter conversations by datasource slug
vendor-channelFilter conversations by datasource identifier
42Filter conversations by product identifier
123456Filter conversations by related order number
ORD-2025-000042Filter conversations by answered flag
truePublic reviews listed
GET /public-reviews/ HTTP/1.1
Host: sandbox.akinon.com
Accept: */*
Public reviews listed
{
"count": 150,
"next": "https://sandbox.akinon.com/public-questions/?page=2",
"previous": null,
"results": [
{
"id": 9876,
"subject": "Battery life question",
"user": {
"id": 345,
"first_name": "Jane",
"last_name": "Doe",
"email": "[email protected]",
"phone": null,
"gender": "female"
},
"datasource": {
"pk": 18,
"name": "Vendor API",
"slug": "vendor-api",
"title": "Vendor Channel",
"supplier_code": "text",
"email": "[email protected]",
"phone_number": "text",
"is_active": true
},
"item_object": {
"pk": 221133,
"name": "Smart Watch X",
"sku": "SW-X-BLACK",
"absolute_url": "https://sandbox.akinon.com/product/smart-watch-x/",
"product_images": [
{
"pk": 56789,
"product": 221133,
"image": "https://cdn.akinon.com/images/products/56789.png",
"order": 1,
"image_path": "text",
"height": 1,
"width": 1
}
]
},
"item_content": "product",
"message_set": [
{
"id": 998877,
"message_content": "Does the battery last more than 24 hours?",
"user_type": "user",
"content_object": {
"id": 345,
"first_name": "Jane",
"last_name": "Doe"
},
"content_type": "user",
"created_date": "2025-10-29T12:15:00Z"
}
],
"conversation_type": "question",
"last_message_date": "2025-10-30T09:45:00Z",
"is_public": true,
"is_answered": false
}
]
}Last updated
Was this helpful?

