List of discussion posts, filterable by product GUID, article ID, page ID, customer GUID, author's e-mail, and creation date. Requires "discussion" module to be active.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/discussions-posts
- https://api.myshoptet.comhttps://api.myshoptet.com/api/discussions-posts
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/discussions-posts?productGuid=356eb81e-d966-11e0-b04f-57a43310b768&articleId=1&pageId=1&customerGuid=443cad54-73bc-11e8-8216-002590dad85e&userEmail=john.doe%40example.com&creationDateFrom=2022-12-24T16%3A00%3A00%2B02%3A00&creationDateTo=2022-12-31T23%3A59%3A59%2B02%3A00&itemsPerPage=98&page=3' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "discussion": [ … ], "paginator": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }