{"info":{"_postman_id":"7b01abc4-7031-44c0-a90e-39bd83378616","name":"Explorer","description":"<html><head></head><body><h2 id=\"overview\">Overview</h2>\n<p>Explorer is a REST API that provides resource URLs to access reviews in the project data. Use the API endpoints to accesses data that is correlated for a specific endpoint. Using the API you can test your own examples for use in different applications. Each endpoint shows the proper the request structure and a sample of code with acceptable key value pairs. Use the key value pairs in each of the categories to build filters to improve the search results. A successful request returns a JSON object based on the applied filters. </p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>To use the API you will need an access token. To generate a token, use the <a href=\"#Authentication\"><code>Authentication</code></a> API call. The token needs to be in the header of each request. If you are testing the APIs using Postman, add your token to the collection folder so that the same token will be used for every request in the collection. Make sure that the variable is set to <code>Bearer Token</code>. You can override this by specifying a token in the request.</p>\n<blockquote>\n<p><strong>Note: Tokens are case sensitive.</strong></p>\n</blockquote>\n<h2 id=\"structure-and-use\">Structure and Use</h2>\n<p>Each API request key value parameters are sent to the endpoint in the body of the request ans is in JSON format. Each request has a specific set of parameters and key value pairs that are mandatory.</p>\n<blockquote>\n<p><strong>Note: All key:value pairs are case sensitive.</strong></p>\n</blockquote>\n<h3 id=\"header\">Header</h3>\n<p>The <code>project_uuid</code> is a mandatory field that needs to be in each request. If you are testing the APIs using Postman, add your UUID as an environment variable in the collection folder so that it will be used for every request in the collection. </p>\n<p>The <code>lang</code> is a mandatory field that needs to be in each request. If you are testing the APIs using Postman, add your UUID as an environment variable in the collection folder so that it will be used for every request in the collection. Supported languages are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Language</th>\n<th>Langujage Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Spanish (Mexico)</td>\n<td><code>es_MX</code></td>\n</tr>\n<tr>\n<td>German (Germany)</td>\n<td><code>de_DE</code></td>\n</tr>\n<tr>\n<td>Spanish (Spain)</td>\n<td><code>es_ES</code></td>\n</tr>\n<tr>\n<td>French (France)</td>\n<td><code>fr_FR</code></td>\n</tr>\n<tr>\n<td>Chinese (Simplified)</td>\n<td><code>zh_CN</code></td>\n</tr>\n<tr>\n<td>English (United States</td>\n<td><code>en_US</code></td>\n</tr>\n<tr>\n<td>English (Great Brittain)</td>\n<td><code>en_GB</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>fromDate</code> and <code>toDate</code> are mandatory body parameters to search through your project.</p>\n<p>Set or make sure that the <code>content type</code> in the header is <code>application/json</code>.</p>\n<h3 id=\"body\">Body</h3>\n<p>Each API call uses the body to send the request to the endpoint. The body contains a list of keys:value pairs which act as filters to retrieve the requested data.\nThe following table outlines the key:value pairs that are needed to complete a successful search of the data lake.</p>\n<h4 id=\"filter-table\">Filter Table</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th></th>\n<th></th>\n<th>Value Type / Format</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>toDate</code></td>\n<td>Mandatory</td>\n<td></td>\n<td>Date format YYYY/MM/DD</td>\n<td>The last date in the search range</td>\n</tr>\n<tr>\n<td><code>fromDate</code></td>\n<td>Mandatory</td>\n<td></td>\n<td>Date format YYYY/MM/DD</td>\n<td>The start date in the search range</td>\n</tr>\n<tr>\n<td><code>hierarchies</code></td>\n<td></td>\n<td></td>\n<td>Array of Strings</td>\n<td>Search through selected Hierarchies. You can find these using the dashboard.</td>\n</tr>\n<tr>\n<td><code>sources</code></td>\n<td></td>\n<td></td>\n<td>Array of Strings</td>\n<td>The source of the data being searched for. You can find these using the dashboard.</td>\n</tr>\n<tr>\n<td><code>groups</code></td>\n<td></td>\n<td></td>\n<td>Array of Strings</td>\n<td>The group classification of the data. You can find these using the dashboard.</td>\n</tr>\n<tr>\n<td><code>review_text</code></td>\n<td></td>\n<td></td>\n<td>Array of Strings</td>\n<td>Search for specific text within the project data</td>\n</tr>\n<tr>\n<td><code>brands</code></td>\n<td></td>\n<td></td>\n<td>Array of objects</td>\n<td>. You can find these using the dashboard.</td>\n</tr>\n<tr>\n<td></td>\n<td><code>name</code></td>\n<td></td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>uuid</code></td>\n<td></td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td><code>entities</code></td>\n<td></td>\n<td></td>\n<td>Array of objects</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>name</code></td>\n<td></td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>uuid</code></td>\n<td></td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td><code>star_ratings</code></td>\n<td></td>\n<td></td>\n<td>Array of Strings</td>\n<td>The star ratings to search for</td>\n</tr>\n<tr>\n<td><code>topics</code></td>\n<td></td>\n<td></td>\n<td>Array of objects</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>name</code></td>\n<td></td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>uuid</code></td>\n<td></td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td><code>mega_topics</code></td>\n<td></td>\n<td></td>\n<td>Array of objects</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>name</code></td>\n<td></td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>uuid</code></td>\n<td></td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td></td>\n<td></td>\n<td>Array of Strings</td>\n<td>Specific text to search for in the data</td>\n</tr>\n<tr>\n<td><code>price</code></td>\n<td></td>\n<td></td>\n<td>Array of Floating point numbers</td>\n<td>The prices to search for in the data</td>\n</tr>\n<tr>\n<td><code>promotion</code></td>\n<td></td>\n<td></td>\n<td>Boolean</td>\n<td>Search for promotions in the data</td>\n</tr>\n<tr>\n<td><code>custom_filters</code></td>\n<td></td>\n<td></td>\n<td>Array of objects</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>name</code></td>\n<td></td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>data</code></td>\n<td></td>\n<td>Array of objects</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td><code>id</code></td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td><code>name</code></td>\n<td>String</td>\n<td>Name to search through the data</td>\n</tr>\n<tr>\n<td><code>quote_text</code></td>\n<td></td>\n<td></td>\n<td>Array of Strings</td>\n<td>Specific quotes to search for</td>\n</tr>\n<tr>\n<td><code>selectedRange</code></td>\n<td></td>\n<td></td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td><code>objectPaging</code></td>\n<td></td>\n<td></td>\n<td>List of Objects</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>numberOfRows</code></td>\n<td></td>\n<td>integer</td>\n<td>number of rows to return</td>\n</tr>\n<tr>\n<td></td>\n<td><code>page</code></td>\n<td></td>\n<td>integer</td>\n<td>page to return</td>\n</tr>\n<tr>\n<td></td>\n<td><code>searchText</code></td>\n<td></td>\n<td>String</td>\n<td>text to search</td>\n</tr>\n<tr>\n<td></td>\n<td><code>sort</code></td>\n<td></td>\n<td></td>\n<td>list of objects</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td><code>column</code></td>\n<td></td>\n<td>Use the volume, starRating, or post_date as filter criteria</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td><code>order</code></td>\n<td><code>asc</code> / <code>desc</code></td>\n<td>sort by ascending or descending order</td>\n</tr>\n</tbody>\n</table>\n</div><p>In addition to the <code>Filters</code> object, you will need to configure the <code>OnlyUniqueReviews</code> key. This is a Boolean key that will filter based on unique (<code>True</code>) reviews only. When set to <code>False</code> all reviews will be returned.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12145274","collectionId":"7b01abc4-7031-44c0-a90e-39bd83378616","publishedId":"Tzz8tczL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-08-17T10:09:09.000Z"},"item":[{"name":"Star rating","item":[{"name":"Monthly Star rating","id":"19b39c98-4a71-40b6-9674-4e4f1adc53ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"project_uuid","value":"<project uuid>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"onlyUniqueReviews\": false\n}"},"url":"https://explorer-api.revuze.it/api/analytics/statistics/star_rating/:timeUnit","description":"<p>Search for reviews in the project data that are correlated based on the <strong>Monthly Star Rating</strong>. Use the filter parameters to narrow your search results. For a detailed explanation of the filter parameters, see the Filter Table.</p>\n<p><strong>Response</strong></p>\n<p>A successful API response will include a <strong>response code</strong> and an array of JSON objects with the requested data based on the applied filters in the request. The format of each JSON object is:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date</code></td>\n<td>the start date of the month of the review</td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td>the end date of the month of the review</td>\n</tr>\n<tr>\n<td><code>stars</code></td>\n<td>the average star rating for the object</td>\n</tr>\n<tr>\n<td><code>volume</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","analytics","statistics","star_rating",":timeUnit"],"host":["explorer-api","revuze","it"],"query":[],"variable":[{"id":"002ba3f8-e485-45a6-a0d2-6b6c4ca29d7a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"month","key":"timeUnit"}]}},"response":[{"id":"5e970fcf-e4d6-4a65-93da-5cf6ac14c530","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"project_uuid","value":"<project uuid>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"onlyUniqueReviews\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://explorer-api.revuze.it/api/analytics/statistics/star_rating/month"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jun 2021 12:57:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2015-01-01T00:00:00\",\n        \"end_date\": \"2015-01-31T23:59:59.999\",\n        \"stars\": 3.9825581395348837,\n        \"volume\": 516\n    },\n    {\n        \"date\": \"2015-02-01T00:00:00\",\n        \"end_date\": \"2015-02-28T23:59:59.999\",\n        \"stars\": 4.0316573556797017,\n        \"volume\": 537\n    },\n    {\n        \"date\": \"2015-03-01T00:00:00\",\n        \"end_date\": \"2015-03-31T23:59:59.999\",\n        \"stars\": 3.9421052631578948,\n        \"volume\": 570\n    },\n    {\n        \"date\": \"2015-04-01T00:00:00\",\n        \"end_date\": \"2015-04-30T23:59:59.999\",\n        \"stars\": 3.9265033407572383,\n        \"volume\": 449\n    },\n    {\n        \"date\": \"2015-05-01T00:00:00\",\n        \"end_date\": \"2015-05-31T23:59:59.999\",\n        \"stars\": 3.9763440860215056,\n        \"volume\": 465\n    },\n    {\n        \"date\": \"2015-06-01T00:00:00\",\n        \"end_date\": \"2015-06-30T23:59:59.999\",\n        \"stars\": 3.8659003831417627,\n        \"volume\": 522\n    },\n    {\n        \"date\": \"2015-07-01T00:00:00\",\n        \"end_date\": \"2015-07-31T23:59:59.999\",\n        \"stars\": 3.8146341463414632,\n        \"volume\": 615\n    },\n    {\n        \"date\": \"2015-08-01T00:00:00\",\n        \"end_date\": \"2015-08-31T23:59:59.999\",\n        \"stars\": 3.9086614173228345,\n        \"volume\": 635\n    },\n    {\n        \"date\": \"2015-09-01T00:00:00\",\n        \"end_date\": \"2015-09-30T23:59:59.999\",\n        \"stars\": 3.8353765323992994,\n        \"volume\": 571\n    },\n    {\n        \"date\": \"2015-10-01T00:00:00\",\n        \"end_date\": \"2015-10-31T23:59:59.999\",\n        \"stars\": 3.9530516431924885,\n        \"volume\": 639\n    },\n    {\n        \"date\": \"2015-11-01T00:00:00\",\n        \"end_date\": \"2015-11-30T23:59:59.999\",\n        \"stars\": 3.9350073855243721,\n        \"volume\": 677\n    },\n    {\n        \"date\": \"2015-12-01T00:00:00\",\n        \"end_date\": \"2015-12-31T23:59:59.999\",\n        \"stars\": 3.7808219178082192,\n        \"volume\": 584\n    },\n    {\n        \"date\": \"2016-01-01T00:00:00\",\n        \"end_date\": \"2016-01-31T23:59:59.999\",\n        \"stars\": 3.8329145728643215,\n        \"volume\": 796\n    },\n    {\n        \"date\": \"2016-02-01T00:00:00\",\n        \"end_date\": \"2016-02-29T23:59:59.999\",\n        \"stars\": 3.937956204379562,\n        \"volume\": 822\n    },\n    {\n        \"date\": \"2016-03-01T00:00:00\",\n        \"end_date\": \"2016-03-31T23:59:59.999\",\n        \"stars\": 3.9214123006833712,\n        \"volume\": 878\n    },\n    {\n        \"date\": \"2016-04-01T00:00:00\",\n        \"end_date\": \"2016-04-30T23:59:59.999\",\n        \"stars\": 3.8127786032689452,\n        \"volume\": 673\n    },\n    {\n        \"date\": \"2016-05-01T00:00:00\",\n        \"end_date\": \"2016-05-31T23:59:59.999\",\n        \"stars\": 3.8894878706199463,\n        \"volume\": 742\n    },\n    {\n        \"date\": \"2016-06-01T00:00:00\",\n        \"end_date\": \"2016-06-30T23:59:59.999\",\n        \"stars\": 3.9251101321585904,\n        \"volume\": 681\n    },\n    {\n        \"date\": \"2016-07-01T00:00:00\",\n        \"end_date\": \"2016-07-31T23:59:59.999\",\n        \"stars\": 3.9316129032258065,\n        \"volume\": 775\n    },\n    {\n        \"date\": \"2016-08-01T00:00:00\",\n        \"end_date\": \"2016-08-31T23:59:59.999\",\n        \"stars\": 3.8895558223289317,\n        \"volume\": 833\n    },\n    {\n        \"date\": \"2016-09-01T00:00:00\",\n        \"end_date\": \"2016-09-30T23:59:59.999\",\n        \"stars\": 3.9076549210206561,\n        \"volume\": 823\n    },\n    {\n        \"date\": \"2016-10-01T00:00:00\",\n        \"end_date\": \"2016-10-31T23:59:59.999\",\n        \"stars\": 3.8790035587188614,\n        \"volume\": 843\n    },\n    {\n        \"date\": \"2016-11-01T00:00:00\",\n        \"end_date\": \"2016-11-30T23:59:59.999\",\n        \"stars\": 3.84052757793765,\n        \"volume\": 834\n    },\n    {\n        \"date\": \"2016-12-01T00:00:00\",\n        \"end_date\": \"2016-12-31T23:59:59.999\",\n        \"stars\": 3.8811438784629133,\n        \"volume\": 1119\n    },\n    {\n        \"date\": \"2017-01-01T00:00:00\",\n        \"end_date\": \"2017-01-31T23:59:59.999\",\n        \"stars\": 3.9330677290836653,\n        \"volume\": 1255\n    },\n    {\n        \"date\": \"2017-02-01T00:00:00\",\n        \"end_date\": \"2017-02-28T23:59:59.999\",\n        \"stars\": 3.7969052224371374,\n        \"volume\": 1034\n    },\n    {\n        \"date\": \"2017-03-01T00:00:00\",\n        \"end_date\": \"2017-03-31T23:59:59.999\",\n        \"stars\": 3.7625531914893617,\n        \"volume\": 1175\n    },\n    {\n        \"date\": \"2017-04-01T00:00:00\",\n        \"end_date\": \"2017-04-30T23:59:59.999\",\n        \"stars\": 3.716417910447761,\n        \"volume\": 938\n    },\n    {\n        \"date\": \"2017-05-01T00:00:00\",\n        \"end_date\": \"2017-05-31T23:59:59.999\",\n        \"stars\": 3.7207586933614332,\n        \"volume\": 949\n    },\n    {\n        \"date\": \"2017-06-01T00:00:00\",\n        \"end_date\": \"2017-06-30T23:59:59.999\",\n        \"stars\": 3.734375,\n        \"volume\": 896\n    },\n    {\n        \"date\": \"2017-07-01T00:00:00\",\n        \"end_date\": \"2017-07-31T23:59:59.999\",\n        \"stars\": 3.798175598631699,\n        \"volume\": 877\n    },\n    {\n        \"date\": \"2017-08-01T00:00:00\",\n        \"end_date\": \"2017-08-31T23:59:59.999\",\n        \"stars\": 3.7642998027613412,\n        \"volume\": 1014\n    },\n    {\n        \"date\": \"2017-09-01T00:00:00\",\n        \"end_date\": \"2017-09-30T23:59:59.999\",\n        \"stars\": 3.749703440094899,\n        \"volume\": 843\n    },\n    {\n        \"date\": \"2017-10-01T00:00:00\",\n        \"end_date\": \"2017-10-31T23:59:59.999\",\n        \"stars\": 3.7697756788665879,\n        \"volume\": 847\n    },\n    {\n        \"date\": \"2017-11-01T00:00:00\",\n        \"end_date\": \"2017-11-30T23:59:59.999\",\n        \"stars\": 3.6016260162601625,\n        \"volume\": 861\n    },\n    {\n        \"date\": \"2017-12-01T00:00:00\",\n        \"end_date\": \"2017-12-31T23:59:59.999\",\n        \"stars\": 3.5842450765864333,\n        \"volume\": 914\n    },\n    {\n        \"date\": \"2018-01-01T00:00:00\",\n        \"end_date\": \"2018-01-31T23:59:59.999\",\n        \"stars\": 3.7318663406682968,\n        \"volume\": 1227\n    },\n    {\n        \"date\": \"2018-02-01T00:00:00\",\n        \"end_date\": \"2018-02-28T23:59:59.999\",\n        \"stars\": 3.7054924242424243,\n        \"volume\": 1056\n    },\n    {\n        \"date\": \"2018-03-01T00:00:00\",\n        \"end_date\": \"2018-03-31T23:59:59.999\",\n        \"stars\": 3.8845193508114857,\n        \"volume\": 1602\n    },\n    {\n        \"date\": \"2018-04-01T00:00:00\",\n        \"end_date\": \"2018-04-30T23:59:59.999\",\n        \"stars\": 3.8464135021097046,\n        \"volume\": 1185\n    },\n    {\n        \"date\": \"2018-05-01T00:00:00\",\n        \"end_date\": \"2018-05-31T23:59:59.999\",\n        \"stars\": 3.661814109742441,\n        \"volume\": 893\n    },\n    {\n        \"date\": \"2018-06-01T00:00:00\",\n        \"end_date\": \"2018-06-30T23:59:59.999\",\n        \"stars\": 3.7118834080717487,\n        \"volume\": 892\n    },\n    {\n        \"date\": \"2018-07-01T00:00:00\",\n        \"end_date\": \"2018-07-31T23:59:59.999\",\n        \"stars\": 3.7761904761904761,\n        \"volume\": 840\n    },\n    {\n        \"date\": \"2018-08-01T00:00:00\",\n        \"end_date\": \"2018-08-31T23:59:59.999\",\n        \"stars\": 3.7505995203836933,\n        \"volume\": 834\n    },\n    {\n        \"date\": \"2018-09-01T00:00:00\",\n        \"end_date\": \"2018-09-30T23:59:59.999\",\n        \"stars\": 3.6732223903177004,\n        \"volume\": 661\n    },\n    {\n        \"date\": \"2018-10-01T00:00:00\",\n        \"end_date\": \"2018-10-31T23:59:59.999\",\n        \"stars\": 3.7385257301808066,\n        \"volume\": 719\n    },\n    {\n        \"date\": \"2018-11-01T00:00:00\",\n        \"end_date\": \"2018-11-30T23:59:59.999\",\n        \"stars\": 3.6742934051144012,\n        \"volume\": 743\n    },\n    {\n        \"date\": \"2018-12-01T00:00:00\",\n        \"end_date\": \"2018-12-31T23:59:59.999\",\n        \"stars\": 3.8569937369519831,\n        \"volume\": 958\n    },\n    {\n        \"date\": \"2019-01-01T00:00:00\",\n        \"end_date\": \"2019-01-31T23:59:59.999\",\n        \"stars\": 3.9573742540494456,\n        \"volume\": 1173\n    },\n    {\n        \"date\": \"2019-02-01T00:00:00\",\n        \"end_date\": \"2019-02-28T23:59:59.999\",\n        \"stars\": 3.7809633027522938,\n        \"volume\": 872\n    },\n    {\n        \"date\": \"2019-03-01T00:00:00\",\n        \"end_date\": \"2019-03-31T23:59:59.999\",\n        \"stars\": 3.7974238875878221,\n        \"volume\": 854\n    },\n    {\n        \"date\": \"2019-04-01T00:00:00\",\n        \"end_date\": \"2019-04-30T23:59:59.999\",\n        \"stars\": 3.881241565452092,\n        \"volume\": 741\n    },\n    {\n        \"date\": \"2019-05-01T00:00:00\",\n        \"end_date\": \"2019-05-31T23:59:59.999\",\n        \"stars\": 3.9094594594594594,\n        \"volume\": 740\n    },\n    {\n        \"date\": \"2019-06-01T00:00:00\",\n        \"end_date\": \"2019-06-30T23:59:59.999\",\n        \"stars\": 3.9987639060568605,\n        \"volume\": 809\n    },\n    {\n        \"date\": \"2019-07-01T00:00:00\",\n        \"end_date\": \"2019-07-31T23:59:59.999\",\n        \"stars\": 3.9744952178533475,\n        \"volume\": 941\n    },\n    {\n        \"date\": \"2019-08-01T00:00:00\",\n        \"end_date\": \"2019-08-31T23:59:59.999\",\n        \"stars\": 3.8913294797687863,\n        \"volume\": 865\n    },\n    {\n        \"date\": \"2019-09-01T00:00:00\",\n        \"end_date\": \"2019-09-30T23:59:59.999\",\n        \"stars\": 3.8060686015831133,\n        \"volume\": 758\n    },\n    {\n        \"date\": \"2019-10-01T00:00:00\",\n        \"end_date\": \"2019-10-31T23:59:59.999\",\n        \"stars\": 3.8577348066298343,\n        \"volume\": 724\n    },\n    {\n        \"date\": \"2019-11-01T00:00:00\",\n        \"end_date\": \"2019-11-30T23:59:59.999\",\n        \"stars\": 3.8585987261146495,\n        \"volume\": 785\n    },\n    {\n        \"date\": \"2019-12-01T00:00:00\",\n        \"end_date\": \"2019-12-31T23:59:59.999\",\n        \"stars\": 3.947126436781609,\n        \"volume\": 1305\n    },\n    {\n        \"date\": \"2020-01-01T00:00:00\",\n        \"end_date\": \"2020-01-31T23:59:59.999\",\n        \"stars\": 4.0378301213418988,\n        \"volume\": 1401\n    },\n    {\n        \"date\": \"2020-02-01T00:00:00\",\n        \"end_date\": \"2020-02-29T23:59:59.999\",\n        \"stars\": 3.8925233644859811,\n        \"volume\": 1070\n    },\n    {\n        \"date\": \"2020-03-01T00:00:00\",\n        \"end_date\": \"2020-03-31T23:59:59.999\",\n        \"stars\": 3.7826603325415675,\n        \"volume\": 842\n    },\n    {\n        \"date\": \"2020-04-01T00:00:00\",\n        \"end_date\": \"2020-04-30T23:59:59.999\",\n        \"stars\": 3.5226209048361934,\n        \"volume\": 641\n    },\n    {\n        \"date\": \"2020-05-01T00:00:00\",\n        \"end_date\": \"2020-05-31T23:59:59.999\",\n        \"stars\": 3.5546218487394956,\n        \"volume\": 833\n    },\n    {\n        \"date\": \"2020-06-01T00:00:00\",\n        \"end_date\": \"2020-06-30T23:59:59.999\",\n        \"stars\": 3.5421115065243178,\n        \"volume\": 843\n    },\n    {\n        \"date\": \"2020-07-01T00:00:00\",\n        \"end_date\": \"2020-07-31T23:59:59.999\",\n        \"stars\": 3.6508795669824088,\n        \"volume\": 739\n    },\n    {\n        \"date\": \"2020-08-01T00:00:00\",\n        \"end_date\": \"2020-08-31T23:59:59.999\",\n        \"stars\": 3.75669099756691,\n        \"volume\": 822\n    },\n    {\n        \"date\": \"2020-09-01T00:00:00\",\n        \"end_date\": \"2020-09-30T23:59:59.999\",\n        \"stars\": 3.8738366080661839,\n        \"volume\": 967\n    },\n    {\n        \"date\": \"2020-10-01T00:00:00\",\n        \"end_date\": \"2020-10-31T23:59:59.999\",\n        \"stars\": 3.689403166869671,\n        \"volume\": 821\n    },\n    {\n        \"date\": \"2020-11-01T00:00:00\",\n        \"end_date\": \"2020-11-30T23:59:59.999\",\n        \"stars\": 3.8031674208144794,\n        \"volume\": 1326\n    },\n    {\n        \"date\": \"2020-12-01T00:00:00\",\n        \"end_date\": \"2020-12-31T23:59:59.999\",\n        \"stars\": 3.7721943048576216,\n        \"volume\": 1194\n    },\n    {\n        \"date\": \"2021-01-01T00:00:00\",\n        \"end_date\": \"2021-01-31T23:59:59.999\",\n        \"stars\": 4.3902513795217661,\n        \"volume\": 3262\n    },\n    {\n        \"date\": \"2021-02-01T00:00:00\",\n        \"end_date\": \"2021-02-28T23:59:59.999\",\n        \"stars\": 4.6785714285714288,\n        \"volume\": 28\n    },\n    {\n        \"date\": \"2021-03-01T00:00:00\",\n        \"end_date\": \"2021-03-31T23:59:59.999\",\n        \"stars\": 0,\n        \"volume\": 0\n    },\n    {\n        \"date\": \"2021-04-01T00:00:00\",\n        \"end_date\": \"2021-04-30T23:59:59.999\",\n        \"stars\": 0,\n        \"volume\": 0\n    },\n    {\n        \"date\": \"2021-05-01T00:00:00\",\n        \"end_date\": \"2021-05-31T23:59:59.999\",\n        \"stars\": 0,\n        \"volume\": 0\n    }\n]"}],"_postman_id":"19b39c98-4a71-40b6-9674-4e4f1adc53ac"},{"name":"Star Rating Deviation","id":"e0101db8-5450-4468-a305-6ed079ad27a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"project_uuid","value":"<project uuid>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"onlyUniqueReviews\": false\n}"},"url":"https://explorer-api.revuze.it/api/analytics/statistics/star_rating","description":"<p>Search for reviews in the project data that are correlated based on the <strong>Star Rating Deviation</strong>. This is the number of times the specified search criteria are in a particular star rating. Use the filter parameters to narrow your search results. For a detailed explanation of the filter parameters, see the Filter Table.</p>\n<p><strong>Response</strong></p>\n<p>A successful API response will include a <strong>response code</strong> and a JSON object with nested JSON objects with the requested data based on the applied filters in the request. The format of each JSON object is:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th></th>\n<th>Value Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td></td>\n<td>the parent JSON object that contains the embedded objects with the data</td>\n</tr>\n<tr>\n<td></td>\n<td><code>star</code></td>\n<td>the star rating</td>\n</tr>\n<tr>\n<td></td>\n<td><code>volume</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>avg</code></td>\n<td>the average number of times there was a review with that star rating</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","analytics","statistics","star_rating"],"host":["explorer-api","revuze","it"],"query":[],"variable":[]}},"response":[{"id":"1f356559-219e-4938-80c8-bbe561c4c27a","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"project_uuid","value":"<project uuid>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"onlyUniqueReviews\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://explorer-api.revuze.it/api/analytics/statistics/star_rating"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jun 2021 13:15:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"innerCode\": 0,\n    \"data\": [\n        {\n            \"star\": 5,\n            \"volume\": 35976,\n            \"avg\": 55.205008593174568\n        },\n        {\n            \"star\": 1,\n            \"volume\": 10135,\n            \"avg\": 15.552111465750063\n        },\n        {\n            \"star\": 4,\n            \"volume\": 8667,\n            \"avg\": 13.299472133562485\n        },\n        {\n            \"star\": 3,\n            \"volume\": 5367,\n            \"avg\": 8.2356371225141167\n        },\n        {\n            \"star\": 2,\n            \"volume\": 5023,\n            \"avg\": 7.7077706849987733\n        }\n    ],\n    \"audit\": null,\n    \"exception\": null,\n    \"transactionId\": null\n}"}],"_postman_id":"e0101db8-5450-4468-a305-6ed079ad27a0"}],"id":"41bf1bf3-6706-465f-a274-a1d22c0ad36a","description":"<p>The Star Rating set of API endpoints provides access to correlated data in the data lake. Each endpoint provides a specific set of correlations based on the Star Rating.</p>\n","_postman_id":"41bf1bf3-6706-465f-a274-a1d22c0ad36a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"7b01abc4-7031-44c0-a90e-39bd83378616","id":"7b01abc4-7031-44c0-a90e-39bd83378616","name":"Explorer","type":"collection"}}},{"name":"Brands","item":[{"name":"Search brands","id":"8399f1cd-992a-443d-bb86-b29ca0c85704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"project_uuid","value":"f751d6a0-ea20-11eb-98a5-195ab8713a93","type":"text"},{"key":"userId","value":"c74ae0ae-1fe5-4ed6-9000-d644432549f4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2019-01-04\",\n        \"toDate\": \"2022-06-30\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"objectPaging\": {\n        \"numberOfRows\": 10,\n        \"page\": 1,\n        \"searchText\": \"de\",\n        \"sort\": null\n    },\n    \"onlyUniqueReviews\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrlClient}}/api/brands","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"7b01abc4-7031-44c0-a90e-39bd83378616","id":"7b01abc4-7031-44c0-a90e-39bd83378616","name":"Explorer","type":"collection"}},"urlObject":{"path":["api","brands"],"host":["{{baseUrlClient}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8399f1cd-992a-443d-bb86-b29ca0c85704"}],"id":"3e01aef9-eb5b-41a2-b4db-1aec70890791","_postman_id":"3e01aef9-eb5b-41a2-b4db-1aec70890791","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"7b01abc4-7031-44c0-a90e-39bd83378616","id":"7b01abc4-7031-44c0-a90e-39bd83378616","name":"Explorer","type":"collection"}}},{"name":"Groups","item":[{"name":"Search groups","id":"ff7ab4f5-4633-4a7e-bb92-19b446786cbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"project_uuid","value":"c5c7667e-4831-11ea-9605-422f06b53977","type":"text"},{"key":"userId","value":"c74ae0ae-1fe5-4ed6-9000-d644432549f4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [\"GoWISE AirFryer Oven GW44800\",\n        \"Microwave Air Fryers\"],\n        \"fromDate\": \"2019-01-04\",\n        \"toDate\": \"2022-06-30\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": [],\n        \"term_option\": \"review_text\"\n    },\n    \"objectPaging\": {\n        \"numberOfRows\": 10,\n        \"page\": 1,\n        \"searchText\": \"air\",\n        \"sort\": null\n    },\n    \"onlyUniqueReviews\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrlClient}}/api/groups","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"7b01abc4-7031-44c0-a90e-39bd83378616","id":"7b01abc4-7031-44c0-a90e-39bd83378616","name":"Explorer","type":"collection"}},"urlObject":{"path":["api","groups"],"host":["{{baseUrlClient}}"],"query":[],"variable":[]}},"response":[{"id":"25a3163f-7046-4727-b32a-423a3b839e8b","name":"Search groups","originalRequest":{"method":"POST","header":[{"key":"project_uuid","value":"f751d6a0-ea20-11eb-98a5-195ab8713a93","type":"text"},{"key":"userId","value":"c74ae0ae-1fe5-4ed6-9000-d644432549f4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2019-01-04\",\n        \"toDate\": \"2022-06-30\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"objectPaging\": {\n        \"numberOfRows\": 10,\n        \"page\": 1,\n        \"searchText\": \"batel\",\n        \"sort\": null\n    },\n    \"onlyUniqueReviews\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrlClient}}/api/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 17 Jul 2022 12:33:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Content-Length","value":"655"}],"cookie":[],"responseTime":null,"body":"{\n    \"innerCode\": 0,\n    \"data\": [\n        {\n            \"post_date\": \"2019-09-01T00:00:00\",\n            \"name\": \"test\",\n            \"sentiment\": 79.77760770719848,\n            \"volume\": 11590,\n            \"star_rating\": 4.571699741156169,\n            \"sentimentTrend\": null,\n            \"volumeTrend\": null\n        },\n        {\n            \"post_date\": \"2019-09-01T00:00:00\",\n            \"name\": \"test 2 with some name\",\n            \"sentiment\": 73.65824782951856,\n            \"volume\": 2637,\n            \"star_rating\": 4.342813803564657,\n            \"sentimentTrend\": null,\n            \"volumeTrend\": null\n        },\n        {\n            \"post_date\": \"2019-12-31T20:39:00\",\n            \"name\": \"batel_swottest\",\n            \"sentiment\": 61.53846153846154,\n            \"volume\": 15,\n            \"star_rating\": 4.2,\n            \"sentimentTrend\": null,\n            \"volumeTrend\": null\n        }\n    ],\n    \"audit\": null,\n    \"exception\": null,\n    \"transactionId\": null,\n    \"total\": 3,\n    \"actualTotalRecords\": 0,\n    \"rows\": 10,\n    \"page\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"ff7ab4f5-4633-4a7e-bb92-19b446786cbc"}],"id":"ae48219c-eecb-4823-9e64-f68b33dd55ff","_postman_id":"ae48219c-eecb-4823-9e64-f68b33dd55ff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"7b01abc4-7031-44c0-a90e-39bd83378616","id":"7b01abc4-7031-44c0-a90e-39bd83378616","name":"Explorer","type":"collection"}}},{"name":"Topics","id":"ecac302f-429c-4d76-88a5-cb2d7e3fa95a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"lang","value":"<lanugage>"},{"description":"<p>(Required) </p>\n","key":"project_uuid","value":"<project_uuid>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"onlyUniqueReviews\": false\n}"},"url":"https://explorer-api.revuze.it/api/topics","description":"<p>Search for reviews in the data lake correlated based on the <strong>Topics</strong> parameter. Use the filter parameters to narrow your search results. For a detailed explanation of the filter parameters, see the Filter Table.</p>\n<p><strong>Response</strong></p>\n<p>A successful API response will include a <strong>response code</strong> and an array of JSON objects with the requested data based on the applied filters in the request. The format of each JSON object is:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th></th>\n<th>Value Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td></td>\n<td>the parent JSON object that contains the embedded objects with the data</td>\n</tr>\n<tr>\n<td></td>\n<td><code>name</code></td>\n<td>name of the requested topic</td>\n</tr>\n<tr>\n<td></td>\n<td><code>volume</code></td>\n<td>number of times the topic is used</td>\n</tr>\n<tr>\n<td></td>\n<td><code>sentiment</code></td>\n<td>opinion rating between 0 and 100</td>\n</tr>\n<tr>\n<td></td>\n<td><code>negative</code></td>\n<td>number of negative opinions</td>\n</tr>\n<tr>\n<td></td>\n<td><code>positive</code></td>\n<td>number of positive opinions</td>\n</tr>\n<tr>\n<td></td>\n<td>`neutral'</td>\n<td>number of neutral opinions</td>\n</tr>\n<tr>\n<td></td>\n<td><code>uuid</code></td>\n<td>project ID</td>\n</tr>\n<tr>\n<td></td>\n<td><code>sentiment_trend</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>volume_trend</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>quotes</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating</code></td>\n<td>average star rating based on the topic</td>\n</tr>\n<tr>\n<td></td>\n<td><code>mega_topics</code></td>\n<td>the number of mega topics available</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","topics"],"host":["explorer-api","revuze","it"],"query":[],"variable":[]}},"response":[{"id":"beb2bf12-e257-498e-86c9-bac64607b9f2","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"lang","value":"en_us"},{"description":"(Required) ","key":"project_uuid","value":"e264a3be-0482-11ea-b334-ce077655555c"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"onlyUniqueReviews\": false\n}"},"url":"https://explorer-api.revuze.it/api/topics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"14560"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sun, 27 Jun 2021 14:13:29 GMT"},{"key":"x-amzn-RequestId","value":"b8d758c1-0bb9-4f55-9e51-7191481561ec"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"x-amzn-Remapped-Content-Length","value":"14560"},{"key":"x-amz-apigw-id","value":"BloaAFoZoAMFmRA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-60d88773-15d019de5c8603b9294be03a;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 45e84f8ead12415d513fa5058b2c4930.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"TLV50-C1"},{"key":"X-Amz-Cf-Id","value":"ozcuRuWNO5YiiJW3gdlRv8EeT6uBPMyQquY992Hdh9cdWnQf_SIy-g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"innerCode\": 0,\n    \"data\": [\n        {\n            \"name\": \"Overall satisfaction\",\n            \"volume\": 25649,\n            \"sentiment\": 93.47310662511855,\n            \"negative\": 1927,\n            \"positive\": 27597,\n            \"neutral\": 312,\n            \"uuid\": \"77c35f50-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -0.46275079989334245,\n            \"volume_trend\": -120,\n            \"quotes\": 29836,\n            \"star_rating\": 4.690319310694374,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Performance\",\n            \"volume\": 20534,\n            \"sentiment\": 83.06638115631692,\n            \"negative\": 3954,\n            \"positive\": 19396,\n            \"neutral\": 1243,\n            \"uuid\": \"77614229-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -1.902599903446088,\n            \"volume_trend\": -56,\n            \"quotes\": 24593,\n            \"star_rating\": 4.489675659881173,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Results\",\n            \"volume\": 14930,\n            \"sentiment\": 84.55452775073027,\n            \"negative\": 2538,\n            \"positive\": 13894,\n            \"neutral\": 848,\n            \"uuid\": \"77357733-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 0.3786699865131027,\n            \"volume_trend\": -51.5,\n            \"quotes\": 17280,\n            \"star_rating\": 4.534829202947086,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Ease of use\",\n            \"volume\": 14443,\n            \"sentiment\": 90.34874808380174,\n            \"negative\": 1511,\n            \"positive\": 14145,\n            \"neutral\": 130,\n            \"uuid\": \"77036ab0-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 0,\n            \"volume_trend\": -65,\n            \"quotes\": 15786,\n            \"star_rating\": 4.7308038496157305,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Cleanability\",\n            \"volume\": 12569,\n            \"sentiment\": 78.76827040194885,\n            \"negative\": 2789,\n            \"positive\": 10347,\n            \"neutral\": 515,\n            \"uuid\": \"77d7aaa3-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 5.002693385046314,\n            \"volume_trend\": -43.5,\n            \"quotes\": 13651,\n            \"star_rating\": 4.619778820908585,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Size\",\n            \"volume\": 8750,\n            \"sentiment\": 82.12466124661246,\n            \"negative\": 1649,\n            \"positive\": 7576,\n            \"neutral\": 700,\n            \"uuid\": \"77d364e0-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 3.4126984126984325,\n            \"volume_trend\": -50,\n            \"quotes\": 9925,\n            \"star_rating\": 4.563428571428571,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"User experience\",\n            \"volume\": 8100,\n            \"sentiment\": 87.57666867107636,\n            \"negative\": 1033,\n            \"positive\": 7282,\n            \"neutral\": 600,\n            \"uuid\": \"778a7501-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 0.4049060460728242,\n            \"volume_trend\": -35.5,\n            \"quotes\": 8915,\n            \"star_rating\": 4.5828395061728395,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Speed\",\n            \"volume\": 7000,\n            \"sentiment\": 83.23798627002287,\n            \"negative\": 1172,\n            \"positive\": 5820,\n            \"neutral\": 719,\n            \"uuid\": \"76683c21-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -1.485985824742329,\n            \"volume_trend\": -31.5,\n            \"quotes\": 7711,\n            \"star_rating\": 4.609714285714285,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Temperature\",\n            \"volume\": 6237,\n            \"sentiment\": 53.33538745955939,\n            \"negative\": 3029,\n            \"positive\": 3462,\n            \"neutral\": 627,\n            \"uuid\": \"771d5b52-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -5.846441947565523,\n            \"volume_trend\": -16.5,\n            \"quotes\": 7118,\n            \"star_rating\": 4.008337341670675,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Price/Value for money\",\n            \"volume\": 5929,\n            \"sentiment\": 75.81483230987246,\n            \"negative\": 1536,\n            \"positive\": 4815,\n            \"neutral\": 238,\n            \"uuid\": \"774d44f1-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 2.1980643402399096,\n            \"volume_trend\": -10.5,\n            \"quotes\": 6589,\n            \"star_rating\": 4.138471917692697,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Is it recommended?\",\n            \"volume\": 4346,\n            \"sentiment\": 77.7676120768527,\n            \"negative\": 972,\n            \"positive\": 3400,\n            \"neutral\": 130,\n            \"uuid\": \"77e05d32-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -1.1967418546366275,\n            \"volume_trend\": -10.5,\n            \"quotes\": 4502,\n            \"star_rating\": 4.266221813161528,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Plates\",\n            \"volume\": 3425,\n            \"sentiment\": 48.41130848136102,\n            \"negative\": 2062,\n            \"positive\": 1935,\n            \"neutral\": 495,\n            \"uuid\": \"77f014a9-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 3.6475409836065467,\n            \"volume_trend\": -10.5,\n            \"quotes\": 4492,\n            \"star_rating\": 3.9036496350364964,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Capacity\",\n            \"volume\": 4118,\n            \"sentiment\": 79.08666320705761,\n            \"negative\": 806,\n            \"positive\": 3048,\n            \"neutral\": 586,\n            \"uuid\": \"77160852-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 3.951536268609459,\n            \"volume_trend\": -8.5,\n            \"quotes\": 4440,\n            \"star_rating\": 4.5891209324915,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Meets expectations\",\n            \"volume\": 4208,\n            \"sentiment\": 71.95329603502798,\n            \"negative\": 1153,\n            \"positive\": 2958,\n            \"neutral\": 320,\n            \"uuid\": \"76a210d1-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 3.733008723879067,\n            \"volume_trend\": -20.5,\n            \"quotes\": 4431,\n            \"star_rating\": 4.211501901140684,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Non Stick Application\",\n            \"volume\": 3854,\n            \"sentiment\": 71.25506072874494,\n            \"negative\": 1136,\n            \"positive\": 2816,\n            \"neutral\": 353,\n            \"uuid\": \"770ba814-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -5.740740740740762,\n            \"volume_trend\": -3.5,\n            \"quotes\": 4305,\n            \"star_rating\": 4.378827192527244,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Storage\",\n            \"volume\": 3607,\n            \"sentiment\": 90.94672922991995,\n            \"negative\": 328,\n            \"positive\": 3295,\n            \"neutral\": 125,\n            \"uuid\": \"780d3992-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -2.5555555555555998,\n            \"volume_trend\": -19,\n            \"quotes\": 3748,\n            \"star_rating\": 4.717771000831716,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Design\",\n            \"volume\": 3140,\n            \"sentiment\": 80.85106382978722,\n            \"negative\": 612,\n            \"positive\": 2584,\n            \"neutral\": 123,\n            \"uuid\": \"76e645c3-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -0.9943181818182154,\n            \"volume_trend\": -16.5,\n            \"quotes\": 3319,\n            \"star_rating\": 4.312420382165605,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Gift purposes\",\n            \"volume\": 2871,\n            \"sentiment\": 93.37088388214904,\n            \"negative\": 153,\n            \"positive\": 2155,\n            \"neutral\": 698,\n            \"uuid\": \"77f7dcd2-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 2.4853801169590497,\n            \"volume_trend\": -11,\n            \"quotes\": 3006,\n            \"star_rating\": 4.549982584465343,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Quality\",\n            \"volume\": 2679,\n            \"sentiment\": 53.97548161120841,\n            \"negative\": 1314,\n            \"positive\": 1541,\n            \"neutral\": 75,\n            \"uuid\": \"76a65691-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 0.20859407592826074,\n            \"volume_trend\": -3,\n            \"quotes\": 2930,\n            \"star_rating\": 3.473684210526316,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Time/Frequency of use\",\n            \"volume\": 2670,\n            \"sentiment\": 89.92248062015504,\n            \"negative\": 208,\n            \"positive\": 1856,\n            \"neutral\": 659,\n            \"uuid\": \"76a237e1-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -1.4227642276422898,\n            \"volume_trend\": -8,\n            \"quotes\": 2723,\n            \"star_rating\": 4.5651685393258425,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Durability\",\n            \"volume\": 2443,\n            \"sentiment\": 29.22895357985838,\n            \"negative\": 1799,\n            \"positive\": 743,\n            \"neutral\": 134,\n            \"uuid\": \"770a4880-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 1.973684210526315,\n            \"volume_trend\": -4,\n            \"quotes\": 2676,\n            \"star_rating\": 3.058125255832992,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Lights\",\n            \"volume\": 2016,\n            \"sentiment\": 48.231884057971016,\n            \"negative\": 893,\n            \"positive\": 832,\n            \"neutral\": 606,\n            \"uuid\": \"7808ccc1-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -1.0174418604651407,\n            \"volume_trend\": -7.5,\n            \"quotes\": 2331,\n            \"star_rating\": 4.076884920634921,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Timer\",\n            \"volume\": 1928,\n            \"sentiment\": 47.37945492662474,\n            \"negative\": 1004,\n            \"positive\": 904,\n            \"neutral\": 291,\n            \"uuid\": \"779f83a4-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -13.294117647058812,\n            \"volume_trend\": 0,\n            \"quotes\": 2199,\n            \"star_rating\": 4.33298755186722,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Returning customer\",\n            \"volume\": 2107,\n            \"sentiment\": 69.78957915831663,\n            \"negative\": 603,\n            \"positive\": 1393,\n            \"neutral\": 196,\n            \"uuid\": \"779152d0-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 6.453804347826065,\n            \"volume_trend\": -9,\n            \"quotes\": 2192,\n            \"star_rating\": 4.028001898433792,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Settings\",\n            \"volume\": 1917,\n            \"sentiment\": 62.19042377545404,\n            \"negative\": 687,\n            \"positive\": 1130,\n            \"neutral\": 345,\n            \"uuid\": \"75fecbf0-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -7.35887096774195,\n            \"volume_trend\": -8,\n            \"quotes\": 2162,\n            \"star_rating\": 4.204486176317162,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Product Defect\",\n            \"volume\": 1970,\n            \"sentiment\": 11.545893719806763,\n            \"negative\": 1831,\n            \"positive\": 239,\n            \"neutral\": 75,\n            \"uuid\": \"77a63a68-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 3.6871270247229333,\n            \"volume_trend\": -3,\n            \"quotes\": 2145,\n            \"star_rating\": 2.363959390862944,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Return & refund\",\n            \"volume\": 1959,\n            \"sentiment\": 13.634085213032582,\n            \"negative\": 1723,\n            \"positive\": 272,\n            \"neutral\": 125,\n            \"uuid\": \"7686c0a0-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 0.8749999999999964,\n            \"volume_trend\": -11,\n            \"quotes\": 2120,\n            \"star_rating\": 2.017355793772333,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Waffle Maker Accessories\",\n            \"volume\": 1921,\n            \"sentiment\": 65.5645981688708,\n            \"negative\": 677,\n            \"positive\": 1289,\n            \"neutral\": 135,\n            \"uuid\": \"774c81a5-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -1.086956521739154,\n            \"volume_trend\": -5,\n            \"quotes\": 2101,\n            \"star_rating\": 4.3284747527329515,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Instructions\",\n            \"volume\": 1743,\n            \"sentiment\": 64.61107217939734,\n            \"negative\": 505,\n            \"positive\": 922,\n            \"neutral\": 514,\n            \"uuid\": \"77b862d0-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 13.235294117647072,\n            \"volume_trend\": -5.5,\n            \"quotes\": 1941,\n            \"star_rating\": 4.185886402753873,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Customer Wishlist\",\n            \"volume\": 1738,\n            \"sentiment\": 15.153267784846733,\n            \"negative\": 1467,\n            \"positive\": 262,\n            \"neutral\": 71,\n            \"uuid\": \"7801a0d2-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -0.23496240601502905,\n            \"volume_trend\": -18,\n            \"quotes\": 1800,\n            \"star_rating\": 4.184119677790564,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Life Span\",\n            \"volume\": 1575,\n            \"sentiment\": 36.828806064434616,\n            \"negative\": 1000,\n            \"positive\": 583,\n            \"neutral\": 108,\n            \"uuid\": \"76f75cc3-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 10.110294117647072,\n            \"volume_trend\": -9,\n            \"quotes\": 1691,\n            \"star_rating\": 2.973333333333333,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Recipe Booklet\",\n            \"volume\": 1311,\n            \"sentiment\": 87.86078098471987,\n            \"negative\": 143,\n            \"positive\": 1035,\n            \"neutral\": 208,\n            \"uuid\": \"77f014a8-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 7.352941176470608,\n            \"volume_trend\": -7.5,\n            \"quotes\": 1386,\n            \"star_rating\": 4.64607170099161,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Shipping\",\n            \"volume\": 1306,\n            \"sentiment\": 59.79703356752537,\n            \"negative\": 515,\n            \"positive\": 766,\n            \"neutral\": 93,\n            \"uuid\": \"77eb80c1-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 2.6785714285714164,\n            \"volume_trend\": -4.5,\n            \"quotes\": 1374,\n            \"star_rating\": 3.5911179173047474,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Sound & Volume\",\n            \"volume\": 1153,\n            \"sentiment\": 49.260226283724975,\n            \"negative\": 583,\n            \"positive\": 566,\n            \"neutral\": 117,\n            \"uuid\": \"7816fd96-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 4.423076923076934,\n            \"volume_trend\": -2.5,\n            \"quotes\": 1266,\n            \"star_rating\": 4.1986123156981785,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Handle\",\n            \"volume\": 1070,\n            \"sentiment\": 17.828054298642535,\n            \"negative\": 908,\n            \"positive\": 197,\n            \"neutral\": 125,\n            \"uuid\": \"76a80441-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 1.9480519480519405,\n            \"volume_trend\": -1,\n            \"quotes\": 1230,\n            \"star_rating\": 3.0654205607476634,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Versatility\",\n            \"volume\": 1036,\n            \"sentiment\": 80.6695464362851,\n            \"negative\": 179,\n            \"positive\": 747,\n            \"neutral\": 139,\n            \"uuid\": \"7748b112-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -3.1764705882352757,\n            \"volume_trend\": -6.5,\n            \"quotes\": 1065,\n            \"star_rating\": 4.571428571428571,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Lid\",\n            \"volume\": 890,\n            \"sentiment\": 22.965879265091864,\n            \"negative\": 587,\n            \"positive\": 175,\n            \"neutral\": 282,\n            \"uuid\": \"772d39d0-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -7.79220779220779,\n            \"volume_trend\": 2.5,\n            \"quotes\": 1044,\n            \"star_rating\": 3.452808988764045,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Safety\",\n            \"volume\": 713,\n            \"sentiment\": 15.503875968992247,\n            \"negative\": 654,\n            \"positive\": 120,\n            \"neutral\": 37,\n            \"uuid\": \"763f7e72-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -3.296703296703299,\n            \"volume_trend\": -0.5,\n            \"quotes\": 811,\n            \"star_rating\": 2.967741935483871,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Portability\",\n            \"volume\": 577,\n            \"sentiment\": 92.09558823529412,\n            \"negative\": 43,\n            \"positive\": 501,\n            \"neutral\": 53,\n            \"uuid\": \"77a74bd1-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -9.375,\n            \"volume_trend\": -3.5,\n            \"quotes\": 597,\n            \"star_rating\": 4.722703639514731,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Weight\",\n            \"volume\": 522,\n            \"sentiment\": 65.36964980544747,\n            \"negative\": 178,\n            \"positive\": 336,\n            \"neutral\": 36,\n            \"uuid\": \"77bccfa1-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 4.464285714285722,\n            \"volume_trend\": -3,\n            \"quotes\": 550,\n            \"star_rating\": 4.030651340996169,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Online shopping\",\n            \"volume\": 513,\n            \"sentiment\": 63.191489361702125,\n            \"negative\": 173,\n            \"positive\": 297,\n            \"neutral\": 76,\n            \"uuid\": \"77bf1990-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -19.047619047619037,\n            \"volume_trend\": 1,\n            \"quotes\": 546,\n            \"star_rating\": 3.7270955165692006,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Loyalty\",\n            \"volume\": 509,\n            \"sentiment\": 79.05982905982906,\n            \"negative\": 98,\n            \"positive\": 370,\n            \"neutral\": 51,\n            \"uuid\": \"76ef4671-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -5,\n            \"volume_trend\": -1.5,\n            \"quotes\": 519,\n            \"star_rating\": 4.155206286836935,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Smell\",\n            \"volume\": 368,\n            \"sentiment\": 22.07792207792208,\n            \"negative\": 360,\n            \"positive\": 102,\n            \"neutral\": 16,\n            \"uuid\": \"77143390-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 4.166666666666666,\n            \"volume_trend\": 4,\n            \"quotes\": 478,\n            \"star_rating\": 3.092391304347826,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Packaging\",\n            \"volume\": 423,\n            \"sentiment\": 50.87281795511222,\n            \"negative\": 197,\n            \"positive\": 204,\n            \"neutral\": 60,\n            \"uuid\": \"772b6513-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 20.833333333333343,\n            \"volume_trend\": -3,\n            \"quotes\": 461,\n            \"star_rating\": 3.2884160756501184,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Power cord\",\n            \"volume\": 368,\n            \"sentiment\": 35.13513513513514,\n            \"negative\": 264,\n            \"positive\": 143,\n            \"neutral\": 28,\n            \"uuid\": \"76f40161-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 6.666666666666671,\n            \"volume_trend\": -3,\n            \"quotes\": 435,\n            \"star_rating\": 4.008152173913044,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Item availability\",\n            \"volume\": 396,\n            \"sentiment\": 46.15384615384615,\n            \"negative\": 203,\n            \"positive\": 174,\n            \"neutral\": 26,\n            \"uuid\": \"7812dee2-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 40.90909090909091,\n            \"volume_trend\": -5.5,\n            \"quotes\": 403,\n            \"star_rating\": 4.318181818181818,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Customer service\",\n            \"volume\": 340,\n            \"sentiment\": 43.50453172205438,\n            \"negative\": 187,\n            \"positive\": 144,\n            \"neutral\": 57,\n            \"uuid\": \"7713be61-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 22.85714285714286,\n            \"volume_trend\": -3.5,\n            \"quotes\": 388,\n            \"star_rating\": 2.8529411764705883,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Stability\",\n            \"volume\": 360,\n            \"sentiment\": 21.301775147928996,\n            \"negative\": 266,\n            \"positive\": 72,\n            \"neutral\": 34,\n            \"uuid\": \"76a80440-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 0,\n            \"volume_trend\": -3,\n            \"quotes\": 372,\n            \"star_rating\": 3.2333333333333334,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Assembly & Installation\",\n            \"volume\": 213,\n            \"sentiment\": 62.17616580310881,\n            \"negative\": 73,\n            \"positive\": 120,\n            \"neutral\": 21,\n            \"uuid\": \"76f42871-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -8.333333333333343,\n            \"volume_trend\": -0.5,\n            \"quotes\": 214,\n            \"star_rating\": 3.9530516431924885,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Warranty\",\n            \"volume\": 167,\n            \"sentiment\": 34.93150684931507,\n            \"negative\": 95,\n            \"positive\": 51,\n            \"neutral\": 37,\n            \"uuid\": \"769bf650-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": 50,\n            \"volume_trend\": -0.5,\n            \"quotes\": 183,\n            \"star_rating\": 2.682634730538922,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Manufacturing country\",\n            \"volume\": 79,\n            \"sentiment\": 25.37313432835821,\n            \"negative\": 50,\n            \"positive\": 17,\n            \"neutral\": 23,\n            \"uuid\": \"7778e8d8-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": null,\n            \"volume_trend\": 0.5,\n            \"quotes\": 90,\n            \"star_rating\": 2.9873417721518987,\n            \"mega_topics\": null\n        },\n        {\n            \"name\": \"Replacement Parts\",\n            \"volume\": 88,\n            \"sentiment\": 35.526315789473685,\n            \"negative\": 49,\n            \"positive\": 27,\n            \"neutral\": 12,\n            \"uuid\": \"76c6d6e0-c3cf-11e9-b164-c3925ec7a797\",\n            \"sentiment_trend\": -100,\n            \"volume_trend\": -0.5,\n            \"quotes\": 88,\n            \"star_rating\": 3.0113636363636362,\n            \"mega_topics\": null\n        }\n    ],\n    \"audit\": null,\n    \"exception\": null,\n    \"transactionId\": null\n}"}],"_postman_id":"ecac302f-429c-4d76-88a5-cb2d7e3fa95a"},{"name":"Word Cloud","id":"606cafa7-785a-44c9-b979-71f2e467c534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"project_uuid","value":"<project uuid>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"onlyUniqueReviews\": false\n}"},"url":"https://explorer-api.revuze.it/api/analytics/wordcloud","description":"<p>Search for reviews in the data lake correlated based on a <strong>Word Cloud</strong>. Word Clouds are a collection, or cluster, with a rating based on how often it’s mentioned within a given text. This determines how important the word is. The more often a word, or words are mentioned, the higher the rating. Use the filter parameters to narrow your search results. For a detailed explanation of the filter parameters, see the Filter Table.</p>\n<p><strong>Response</strong></p>\n<p>A successful API response will include a <strong>response code</strong> and a JSON object with nested JSON objects with the requested data based on the applied filters in the request. The format of each JSON object is:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th></th>\n<th>Value Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td></td>\n<td>the parent JSON object that contains the embedded objects with the data</td>\n</tr>\n<tr>\n<td></td>\n<td><code>word</code></td>\n<td>a word to build the word cloud with</td>\n</tr>\n<tr>\n<td></td>\n<td><code>volume</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>sentiment</code></td>\n<td>opinion rating between 0 and 100</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","analytics","wordcloud"],"host":["explorer-api","revuze","it"],"query":[],"variable":[]}},"response":[{"id":"9c09098b-2934-43e1-9106-10cd59d65ef9","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"project_uuid","value":"<project uuid>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [\n            {\n                \"uuid\": \"77614229-c3cf-11e9-b164-c3925ec7a797\",\n                \"name\": \"Performance\"\n            }\n        ],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"onlyUniqueReviews\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://explorer-api.revuze.it/api/analytics/wordcloud"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Jun 2021 06:41:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"innerCode\": 0,\n    \"data\": [\n        {\n            \"word\": \"toast\",\n            \"volume\": 17115,\n            \"sentiment\": 51.439516370383679\n        },\n        {\n            \"word\": \"toaster\",\n            \"volume\": 15079,\n            \"sentiment\": 58.433904013471796\n        },\n        {\n            \"word\": \"bread\",\n            \"volume\": 7722,\n            \"sentiment\": 47.763371150729334\n        },\n        {\n            \"word\": \"toasting\",\n            \"volume\": 4183,\n            \"sentiment\": 48.097826086956523\n        },\n        {\n            \"word\": \"bagel\",\n            \"volume\": 4040,\n            \"sentiment\": 68.417575156921046\n        },\n        {\n            \"word\": \"setting\",\n            \"volume\": 3532,\n            \"sentiment\": 43.655015197568389\n        },\n        {\n            \"word\": \"love\",\n            \"volume\": 3347,\n            \"sentiment\": 95.404411764705884\n        },\n        {\n            \"word\": \"time\",\n            \"volume\": 2982,\n            \"sentiment\": 54.24374319912949\n        },\n        {\n            \"word\": \"nice\",\n            \"volume\": 2788,\n            \"sentiment\": 86.813880126182966\n        },\n        {\n            \"word\": \"burn\",\n            \"volume\": 2444,\n            \"sentiment\": 18.855721393034827\n        },\n        {\n            \"word\": \"slice\",\n            \"volume\": 2416,\n            \"sentiment\": 51.932989690721655\n        },\n        {\n            \"word\": \"toasts bread\",\n            \"volume\": 2208,\n            \"sentiment\": 48.215237080447523\n        },\n        {\n            \"word\": \"perfect\",\n            \"volume\": 1884,\n            \"sentiment\": 93.6890045543266\n        },\n        {\n            \"word\": \"feature\",\n            \"volume\": 1844,\n            \"sentiment\": 83.930300096805425\n        },\n        {\n            \"word\": \"button\",\n            \"volume\": 1789,\n            \"sentiment\": 53.2258064516129\n        },\n        {\n            \"word\": \"product\",\n            \"volume\": 1502,\n            \"sentiment\": 63.749999999999993\n        },\n        {\n            \"word\": \"perfectly\",\n            \"volume\": 1478,\n            \"sentiment\": 93.655371304974764\n        },\n        {\n            \"word\": \"toaster toast\",\n            \"volume\": 1438,\n            \"sentiment\": 48.697711128650354\n        },\n        {\n            \"word\": \"slot\",\n            \"volume\": 1417,\n            \"sentiment\": 38.527607361963192\n        },\n        {\n            \"word\": \"easy\",\n            \"volume\": 1378,\n            \"sentiment\": 95.765472312703579\n        },\n        {\n            \"word\": \"buy\",\n            \"volume\": 1361,\n            \"sentiment\": 54.7752808988764\n        },\n        {\n            \"word\": \"job\",\n            \"volume\": 1209,\n            \"sentiment\": 84.723618090452263\n        },\n        {\n            \"word\": \"heat\",\n            \"volume\": 1189,\n            \"sentiment\": 37.569676700111479\n        },\n        {\n            \"word\": \"month\",\n            \"volume\": 1145,\n            \"sentiment\": 27.472527472527474\n        },\n        {\n            \"word\": \"pop\",\n            \"volume\": 1042,\n            \"sentiment\": 39.141742522756829\n        },\n        {\n            \"word\": \"kitchen\",\n            \"volume\": 1040,\n            \"sentiment\": 81.950207468879668\n        },\n        {\n            \"word\": \"counter\",\n            \"volume\": 1037,\n            \"sentiment\": 77.678571428571431\n        },\n        {\n            \"word\": \"brown\",\n            \"volume\": 955,\n            \"sentiment\": 28.486646884272997\n        },\n        {\n            \"word\": \"price\",\n            \"volume\": 948,\n            \"sentiment\": 83.02658486707567\n        },\n        {\n            \"word\": \"function\",\n            \"volume\": 939,\n            \"sentiment\": 62\n        }\n    ],\n    \"audit\": null,\n    \"exception\": null,\n    \"transactionId\": null\n}"}],"_postman_id":"606cafa7-785a-44c9-b979-71f2e467c534"},{"name":"Products","id":"4347505b-713f-43e9-8f2f-7132946f1de4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"project_uuid","value":"<project_uuid>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"objectPaging\": {\n        \"numberOfRows\": 10,\n        \"page\": 1,\n        \"searchText\": \"\",\n        \"sort\": {\n            \"column\":\"<volume | starRating | post_date>\",\n            \"order\":\"<asc | desc>\"\n        }\n    },\n    \"onlyUniqueReviews\": false\n}"},"url":"https://explorer-api.revuze.it/api/entities","description":"<p>Search for reviews in the data lake correlated based on a single or multiple <strong>Products</strong>. Use the filter parameters to narrow your search results. For a detailed explanation of the filter parameters, see the Filter Table.</p>\n<p><strong>Response</strong></p>\n<p>A successful API response will include a <strong>response code</strong> and a JSON object with nested JSON objects with the requested data based on the applied filters in the request. The format of each JSON object is:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th></th>\n<th>Value Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td></td>\n<td>the parent JSON object that contains the embedded objects with the data</td>\n</tr>\n<tr>\n<td></td>\n<td><code>post_date</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>hierarchy</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>img</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>entity_uuid</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>entity_name</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>entity_view_name</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>sentiment</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>sentimentTrend</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>source</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>starRating</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>volume</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>volumeTrend</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>uuid</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>brand_uuid</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>brand_name</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>brand_view_name</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>url</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>groups</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>entity_deleted</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>is_parent</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>parent</code></td>\n<td>null,</td>\n</tr>\n<tr>\n<td></td>\n<td><code>price</code></td>\n<td>61.02,</td>\n</tr>\n<tr>\n<td></td>\n<td><code>parent_name</code></td>\n<td>null,</td>\n</tr>\n<tr>\n<td></td>\n<td><code>bulk_id</code></td>\n<td>null,</td>\n</tr>\n<tr>\n<td></td>\n<td><code>review_url</code></td>\n<td>null,</td>\n</tr>\n<tr>\n<td></td>\n<td><code>description</code></td>\n<td>\"Take toasting to a new level with the stylish stainless 4-slice countdown metal toaster by Cuisinart, Featuring generously wide slots to hold toast, English muffins, pastries, and even your favorite bagel halves. The separate controls mean you can defrost waffles before toasting, reheat toast without burning, and even reduce heat on the uncut side of bagels. Enjoy your toasting just how you like it with seven browning settings and an LCD countdown toasting-time display.\",</td>\n</tr>\n<tr>\n<td></td>\n<td><code>project_uuid</code></td>\n<td>null,</td>\n</tr>\n<tr>\n<td></td>\n<td><code>sku</code></td>\n<td>null,</td>\n</tr>\n<tr>\n<td></td>\n<td><code>ssn</code></td>\n<td>null,</td>\n</tr>\n<tr>\n<td></td>\n<td><code>origin_source</code></td>\n<td>null,</td>\n</tr>\n<tr>\n<td></td>\n<td><code>upc</code></td>\n<td>[],</td>\n</tr>\n<tr>\n<td></td>\n<td><code>customer_id</code></td>\n<td>\"1208\",</td>\n</tr>\n<tr>\n<td></td>\n<td><code>model_number</code></td>\n<td>\"CPT-435\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","entities"],"host":["explorer-api","revuze","it"],"query":[],"variable":[]}},"response":[{"id":"3ed1284a-bccc-4bb6-9744-691ab6c48386","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"project_uuid","value":"<project uuid>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [\n            {\n                \"name\": \"Color\",\n                \"data\": [\n                    {\n                        \"id\": 8589951743,\n                        \"name\": \"Silver\"\n                    }\n                ]\n            }\n        ],\n        \"quote_text\": []\n    },\n    \"objectPaging\": {\n        \"numberOfRows\": 10,\n        \"page\": 1,\n        \"searchText\": \"\",\n        \"sort\": null\n    },\n    \"onlyUniqueReviews\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://explorer-api.revuze.it/api/entities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jun 2021 12:45:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"innerCode\": 0,\n    \"data\": [\n        {\n            \"post_date\": \"2015-01-02T00:00:00\",\n            \"hierarchy\": \"Toasters\",\n            \"img\": \"https://images-na.ssl-images-amazon.com/images/I/81ehu9hadkL._SX679_.jpg\",\n            \"entity_uuid\": \"8808fa70-50f9-11ea-8af0-b79e142832c3\",\n            \"entity_name\": \"Cuisinart CPT-435 Countdown 4-Slice Stainless Steel Toaster\",\n            \"entity_view_name\": \"Oster 4-Slice Toaster, Brushed Metal (TSSTTRWF4S-SHP)123\",\n            \"sentiment\": 58.794967998234384,\n            \"sentimentTrend\": null,\n            \"source\": \"amazon\",\n            \"starRating\": 3.8001359619306596,\n            \"volume\": 2942,\n            \"volumeTrend\": null,\n            \"uuid\": null,\n            \"brand_uuid\": \"f5d86545-ae78-11eb-b361-5ae18bd55b22\",\n            \"brand_name\": \"Cuisinart\",\n            \"brand_view_name\": \"newbrand\",\n            \"url\": \"https://www.amazon.com/Oster-4-Slice-Toaster-Brushed-TSSTTRWF4S-SHP/dp/B007JRUSE0/ref=sr_1_96\",\n            \"groups\": null,\n            \"entity_deleted\": false,\n            \"is_parent\": true,\n            \"parent\": null,\n            \"price\": 61.02,\n            \"parent_name\": null,\n            \"bulk_id\": null,\n            \"review_url\": null,\n            \"description\": \"Take toasting to a new level with the stylish stainless 4-slice countdown metal toaster by Cuisinart, Featuring generously wide slots to hold toast, English muffins, pastries, and even your favorite bagel halves. The separate controls mean you can defrost waffles before toasting, reheat toast without burning, and even reduce heat on the uncut side of bagels. Enjoy your toasting just how you like it with seven browning settings and an LCD countdown toasting-time display.\",\n            \"project_uuid\": null,\n            \"sku\": null,\n            \"ssn\": null,\n            \"origin_source\": null,\n            \"upc\": [],\n            \"customer_id\": \"1208\",\n            \"model_number\": \"CPT-435\"\n        },\n        {\n            \"post_date\": \"2015-01-02T00:00:00\",\n            \"hierarchy\": \"Other\",\n            \"img\": \"https://images-na.ssl-images-amazon.com/images/I/81GcNJOmh2L._SY450_.jpg\",\n            \"entity_uuid\": \"870c9910-50f9-11ea-8af0-b79e142832c3\",\n            \"entity_name\": \"KRUPS KH732D50 2-Slice Toaster, Stainless Steel Toaster, 5 Functions with Cancel, Toasting, Defrost, Reheat and Bagel, Cord Storage, Silver\",\n            \"entity_view_name\": \"KRUPS KH732D50 2-Slice Toaster, Stainless Steel Toaster, 5 Functions with Cancel, Toasting, Defrost, Reheat and Bagel, Cord Storage, Silver\",\n            \"sentiment\": 61.266648545800486,\n            \"sentimentTrend\": null,\n            \"source\": \"amazon\",\n            \"starRating\": 3.8179680150517403,\n            \"volume\": 2126,\n            \"volumeTrend\": null,\n            \"uuid\": null,\n            \"brand_uuid\": \"ab91c666-55a0-11eb-bdfb-475e9c4de893\",\n            \"brand_name\": \"newBrand\",\n            \"brand_view_name\": \"newBrand1\",\n            \"url\": \"https://www.amazon.com/KRUPS-Toaster-Stainless-Functions-Toasting/dp/B0083VCXQM/ref=sr_1_12\",\n            \"groups\": [\n                \"OXO Motorized Lever-Less\",\n                \"CPT-122\"\n            ],\n            \"entity_deleted\": false,\n            \"is_parent\": false,\n            \"parent\": null,\n            \"price\": 34.62,\n            \"parent_name\": null,\n            \"bulk_id\": null,\n            \"review_url\": null,\n            \"description\": \"Housed in brushed and chrome stainless steel, this high quality KRUPS KH732D50 toaster not only looks good on the counter, but it also toasts bread to perfection—up to two slices at a time. The unit's extra large, self centering slots (1.5 inches wide by 5.75 inches long) can accommodate a variety of items, including bagels, buns, English muffins, and thick slices of homemade bread. Choose bagel mode for warming the outside and toasting the cut side of bagels; defrost mode for toasting items like frozen waffles, toaster pastries, or toaster hash browns; reheat mode for warming without toasting; or the cancel function to end the session at any time. You just have to turn the knob to select one of the six browning settings, from light to dark. After your items are toasted, push the lift lever up manually to get the smaller slices and items easier. Other highlights include blue LED indicators, two removable crumb trays for easy cleaning, and cord storage to help keep countertops looking tidy. The KRUPS KH732D50 two slice toaster offers exceptional convenience on its own or as part of the matching KRUPS Breakfast Set ensemble.\",\n            \"project_uuid\": null,\n            \"sku\": null,\n            \"ssn\": null,\n            \"origin_source\": null,\n            \"upc\": [],\n            \"customer_id\": \"1201\",\n            \"model_number\": \"KH732D50\"\n        },\n        {\n            \"post_date\": \"2015-02-22T00:00:00\",\n            \"hierarchy\": \"Toasters\",\n            \"img\": \"https://images-na.ssl-images-amazon.com/images/I/81tyvmk9NmL._AC_SY450_.jpg\",\n            \"entity_uuid\": \"873d1ef5-50f9-11ea-8af0-b79e142832c3\",\n            \"entity_name\": \"Hamilton Beach 4-Slice Extra-Wide Long Slot Stainless Steel Toaster with Keep Warm, Defrost and Bagel Functions, Shade Selector, Toast Boost, Auto-Shutoff and Cancel Button, Black (24810)\",\n            \"entity_view_name\": \"Hamilton Beach 4-Slice Extra-Wide Long Slot Stainless Steel Toaster with Keep Warm, Defrost and Bagel Functions, Shade Selector, Toast Boost, Auto-Shutoff and Cancel Button, Black (24810)\",\n            \"sentiment\": 48.985707699400642,\n            \"sentimentTrend\": null,\n            \"source\": \"amazon\",\n            \"starRating\": 3.4755054432348369,\n            \"volume\": 2572,\n            \"volumeTrend\": null,\n            \"uuid\": null,\n            \"brand_uuid\": \"70c2e100-50f9-11ea-8af0-b79e142832c3\",\n            \"brand_name\": \"Hamilton Beach\",\n            \"brand_view_name\": \"Cuisinart\",\n            \"url\": \"https://www.amazon.com/Hamilton-Beach-4-Slice-Toaster-24810/dp/B00EJQ8OR2/ref=sr_1_182_sspa\",\n            \"groups\": [\n                \"Motorized Lever-Less\"\n            ],\n            \"entity_deleted\": false,\n            \"is_parent\": true,\n            \"parent\": null,\n            \"price\": 44.99,\n            \"parent_name\": null,\n            \"bulk_id\": null,\n            \"review_url\": null,\n            \"description\": \"Keep your toast hot and fresh with Hamilton Beach keep warm 4 slice long slot toaster. Your breakfast or snack can stay warm for an extra 3 minutes without over-toasting thanks to the keep warm setting, making it great for multi-tasking mornings. Plus, with extra-long, extra-wide slots, it’s ideal for toasting bagels and your favorite thick-sliced bread.\",\n            \"project_uuid\": null,\n            \"sku\": null,\n            \"ssn\": null,\n            \"origin_source\": null,\n            \"upc\": [],\n            \"customer_id\": \"1200\",\n            \"model_number\": \"24810\"\n        },\n        {\n            \"post_date\": \"2015-01-03T00:00:00\",\n            \"hierarchy\": \"Other\",\n            \"img\": \"https://images-na.ssl-images-amazon.com/images/I/8159xjkhHOL._AC_SY450_.jpg\",\n            \"entity_uuid\": \"87c513a6-50f9-11ea-8af0-b79e142832c3\",\n            \"entity_name\": \"BLACK+DECKER 2-Slice Extra Wide Slot Toaster, Classic Oval, Black with Stainless Steel Accents, TR1278B\",\n            \"entity_view_name\": \"BLACK+DECKER 2-Slice Extra Wide Slot Toaster, Classic Oval, Black with Stainless Steel Accents, TR1278B\",\n            \"sentiment\": 53.192542484738489,\n            \"sentimentTrend\": null,\n            \"source\": \"amazon\",\n            \"starRating\": 3.5917132216014895,\n            \"volume\": 2148,\n            \"volumeTrend\": null,\n            \"uuid\": null,\n            \"brand_uuid\": \"ab91c666-55a0-11eb-bdfb-475e9c4de893\",\n            \"brand_name\": \"newBrand\",\n            \"brand_view_name\": \"newBrand1\",\n            \"url\": \"https://www.amazon.com/BLACK-DECKER-2-Slice-Stainless-TR1278B/dp/B008YS1ZAO/ref=sr_1_24\",\n            \"groups\": [\n                \"Motorized Lever-Less\"\n            ],\n            \"entity_deleted\": false,\n            \"is_parent\": false,\n            \"parent\": null,\n            \"price\": 19.09,\n            \"parent_name\": null,\n            \"bulk_id\": null,\n            \"review_url\": null,\n            \"description\": \"Breakfast just got easier. The BLACK+DECKER 2-Slice Toaster is the perfect way to start your day, with seven timed shade settings and special functions for bagels and frozen items. Plus, the extra-wide toasting slots accommodate bagels and thick cuts of bread, and the extra lift lever puts hot toast safely in reach. Do breakfast better with the BLACK+DECKER 2-Slice Toaster.\",\n            \"project_uuid\": null,\n            \"sku\": null,\n            \"ssn\": null,\n            \"origin_source\": null,\n            \"upc\": [],\n            \"customer_id\": \"1202\",\n            \"model_number\": \"TR1278B\"\n        },\n        {\n            \"post_date\": \"2015-01-04T00:00:00\",\n            \"hierarchy\": \"Toasters\",\n            \"img\": \"https://images-na.ssl-images-amazon.com/images/I/71HgreQlAfL._SY450_.jpg\",\n            \"entity_uuid\": \"878a0672-50f9-11ea-8af0-b79e142832c3\",\n            \"entity_name\": \"Cuisinart CPT-180 Metal Classic 4-Slice Toaster, Brushed Stainless (Renewed)\",\n            \"entity_view_name\": \"Cuisinart CPT-180 Metal Classic 4-Slice Toaster, Brushed Stainless (Renewed)\",\n            \"sentiment\": 58.949919224555735,\n            \"sentimentTrend\": null,\n            \"source\": \"amazon\",\n            \"starRating\": 3.8984744871120465,\n            \"volume\": 1901,\n            \"volumeTrend\": null,\n            \"uuid\": null,\n            \"brand_uuid\": \"70c2e100-50f9-11ea-8af0-b79e142832c3\",\n            \"brand_name\": \"Cuisinart\",\n            \"brand_view_name\": \"Cuisinart\",\n            \"url\": \"https://www.amazon.com/Cuisinart-CPT-180-Classic-4-Slice-Stainless/dp/B07NPPQ3QR/ref=sr_1_78\",\n            \"groups\": [\n                \"KitchenAid Motorized Lever-Less\",\n                \"Motorized Lever-Less\"\n            ],\n            \"entity_deleted\": false,\n            \"is_parent\": true,\n            \"parent\": null,\n            \"price\": 45.94,\n            \"parent_name\": null,\n            \"bulk_id\": null,\n            \"review_url\": null,\n            \"description\": \"\",\n            \"project_uuid\": null,\n            \"sku\": null,\n            \"ssn\": null,\n            \"origin_source\": null,\n            \"upc\": [],\n            \"customer_id\": \"1203\",\n            \"model_number\": null\n        },\n        {\n            \"post_date\": \"2015-01-06T00:00:00\",\n            \"hierarchy\": \"Toasters\",\n            \"img\": \"https://images-na.ssl-images-amazon.com/images/I/71qn3GOmnrL._AC_SY450_.jpg\",\n            \"entity_uuid\": \"abcf6f30-6449-11ea-b8d0-c1cee3b40421\",\n            \"entity_name\": \"Hamilton Beach 2 Slice Extra Wide Slot Toaster with Shade Selector, Toast Boost, Auto Shutoff, Red (22623)\",\n            \"entity_view_name\": \"Hamilton Beach 2 Slice Extra Wide Slot Toaster with Shade Selector, Toast Boost, Auto Shutoff, Red (22623)\",\n            \"sentiment\": 61.085427135678394,\n            \"sentimentTrend\": null,\n            \"source\": \"amazon\",\n            \"starRating\": 3.7703066164604628,\n            \"volume\": 1859,\n            \"volumeTrend\": null,\n            \"uuid\": null,\n            \"brand_uuid\": \"70c2e100-50f9-11ea-8af0-b79e142832c3\",\n            \"brand_name\": \"Hamilton Beach\",\n            \"brand_view_name\": \"Cuisinart\",\n            \"url\": \"https://www.amazon.com/Hamilton-Beach-2-Slice-Toaster-22623/dp/B00N8XFFDI/ref=sr_1_3\",\n            \"groups\": [\n                \"Motorized Lever-Less\"\n            ],\n            \"entity_deleted\": false,\n            \"is_parent\": false,\n            \"parent\": null,\n            \"price\": 17.99,\n            \"parent_name\": null,\n            \"bulk_id\": null,\n            \"review_url\": null,\n            \"description\": \"Sleek yet practical, for a contemporary kitchen. Hamilton Beach 2 Slice Toasters are popular not only for their expert toasting performance -- they also look great in your kitchen. Wider slots and smart buttons allow you to uniformly toast and warm bagels, English muffins and other breads and advanced toasting technology ensures consistent results with each use. For convenient toasting, these popular 2 Slice Toasters come equipped with toast boost and automatic shutoff; the slide-out crumb tray makes cleanup a snap.\",\n            \"project_uuid\": null,\n            \"sku\": null,\n            \"ssn\": null,\n            \"origin_source\": null,\n            \"upc\": [],\n            \"customer_id\": \"1204\",\n            \"model_number\": \"22623\"\n        },\n        {\n            \"post_date\": \"2015-01-01T00:00:00\",\n            \"hierarchy\": \"Toasters\",\n            \"img\": \"https://images-na.ssl-images-amazon.com/images/I/61Jyff1m6UL._SY450_.jpg\",\n            \"entity_uuid\": \"881d93e3-50f9-11ea-8af0-b79e142832c3\",\n            \"entity_name\": \"KRUPS KH732D50 2-Slice Toaster, Stainless Steel Toaster, 5 Functions with Cancel, Toasting, Defrost, Reheat and Bagel, Cord Storage, Silver\",\n            \"entity_view_name\": \"Cuisinart CPT-122 2-Slice Compact Plastic Toaster (White)\",\n            \"sentiment\": 55.281392597600131,\n            \"sentimentTrend\": null,\n            \"source\": \"amazon\",\n            \"starRating\": 3.6094420600858368,\n            \"volume\": 1864,\n            \"volumeTrend\": null,\n            \"uuid\": null,\n            \"brand_uuid\": \"70c2e100-50f9-11ea-8af0-b79e142832c3\",\n            \"brand_name\": \"newBrand\",\n            \"brand_view_name\": \"Cuisinart\",\n            \"url\": \"https://www.amazon.com/Cuisinart-CPT-122-2-Slice-Compact-Plastic/dp/B009GQ034C/ref=sr_1_14\",\n            \"groups\": [\n                \"CPT-122\",\n                \"Motorized Lever-Less\"\n            ],\n            \"entity_deleted\": false,\n            \"is_parent\": false,\n            \"parent\": null,\n            \"price\": 34.62,\n            \"parent_name\": null,\n            \"bulk_id\": null,\n            \"review_url\": null,\n            \"description\": \"Housed in brushed and chrome stainless steel, this high quality KRUPS KH732D50 toaster not only looks good on the counter, but it also toasts bread to perfection—up to two slices at a time. The unit's extra large, self centering slots (1.5 inches wide by 5.75 inches long) can accommodate a variety of items, including bagels, buns, English muffins, and thick slices of homemade bread. Choose bagel mode for warming the outside and toasting the cut side of bagels; defrost mode for toasting items like frozen waffles, toaster pastries, or toaster hash browns; reheat mode for warming without toasting; or the cancel function to end the session at any time. You just have to turn the knob to select one of the six browning settings, from light to dark. After your items are toasted, push the lift lever up manually to get the smaller slices and items easier. Other highlights include blue LED indicators, two removable crumb trays for easy cleaning, and cord storage to help keep countertops looking tidy. The KRUPS KH732D50 two slice toaster offers exceptional convenience on its own or as part of the matching KRUPS Breakfast Set ensemble.\",\n            \"project_uuid\": null,\n            \"sku\": null,\n            \"ssn\": null,\n            \"origin_source\": null,\n            \"upc\": [],\n            \"customer_id\": \"1201\",\n            \"model_number\": \"KH732D50\"\n        },\n        {\n            \"post_date\": \"2015-01-01T00:00:00\",\n            \"hierarchy\": \"Toasters\",\n            \"img\": \"https://images-na.ssl-images-amazon.com/images/I/91J6d-1rKOL._SX679_.jpg\",\n            \"entity_uuid\": \"8808fa74-50f9-11ea-8af0-b79e142832c3\",\n            \"entity_name\": \"Oster 2-Slice Toaster, Metallic Grey (TSSTTRJBG1)\",\n            \"entity_view_name\": \"Oster 2-Slice Toaster, Metallic Grey (TSSTTRJBG1)\",\n            \"sentiment\": 57.544407573687295,\n            \"sentimentTrend\": null,\n            \"source\": \"amazon\",\n            \"starRating\": 3.7369994022713686,\n            \"volume\": 1673,\n            \"volumeTrend\": null,\n            \"uuid\": null,\n            \"brand_uuid\": \"55f9c7e6-986a-11eb-98cd-39d5be7732c6\",\n            \"brand_name\": \"new1234\",\n            \"brand_view_name\": \"new1234\",\n            \"url\": \"https://www.amazon.com/Oster-2-Slice-Toaster-Metallic-TSSTTRJBG1/dp/B00F5NUOH6/ref=sr_1_6\",\n            \"groups\": [\n                \"Motorized Lever-Less\"\n            ],\n            \"entity_deleted\": false,\n            \"is_parent\": false,\n            \"parent\": null,\n            \"price\": 28.99,\n            \"parent_name\": null,\n            \"bulk_id\": null,\n            \"review_url\": null,\n            \"description\": \"Start your day with a perfectly crisp slice of toast using the Oster 2 Slice Toaster. With its two extra wide slots, this toaster can easily accommodate bagels, homemade bread, and more. Its dual bread guides automatically adjust to accommodate different bread thicknesses, helping ensure even toasting. Featuring a user friendly control panel and an intuitive dial, the toaster allows you to adjust toast shade and cancel toasting with just a push of a button. A high rise lever elevates toast for easy retrieval. This 2 slice toaster also makes cleanup easy thanks to its removable crumb tray, and it helps prevent jams with its anti jamming mechanism. It offers a timeless look that coordinates with nearly any kitchen decor.\",\n            \"project_uuid\": null,\n            \"sku\": null,\n            \"ssn\": null,\n            \"origin_source\": null,\n            \"upc\": [],\n            \"customer_id\": \"1206\",\n            \"model_number\": \"TSSTTRJBG1\"\n        },\n        {\n            \"post_date\": \"2015-01-07T00:00:00\",\n            \"hierarchy\": \"Toasters\",\n            \"img\": \"https://images-na.ssl-images-amazon.com/images/I/81zXy7Tr4UL._SY450_.jpg\",\n            \"entity_uuid\": \"873e3066-50f9-11ea-8af0-b79e142832c3\",\n            \"entity_name\": \"Hamilton Beach Keep Warm 2-Slice Toaster (22811)\",\n            \"entity_view_name\": \"Hamilton Beach Keep Warm 2-Slice Toaster (22811)\",\n            \"sentiment\": 57.265469061876253,\n            \"sentimentTrend\": null,\n            \"source\": \"amazon\",\n            \"starRating\": 3.7919075144508669,\n            \"volume\": 1557,\n            \"volumeTrend\": null,\n            \"uuid\": null,\n            \"brand_uuid\": \"70c2e100-50f9-11ea-8af0-b79e142832c3\",\n            \"brand_name\": \"Hamilton Beach\",\n            \"brand_view_name\": \"Cuisinart\",\n            \"url\": \"https://www.amazon.com/Hamilton-Beach-2-Slice-Toaster-22811/dp/B00CXMO02W/ref=sr_1_11_sspa\",\n            \"groups\": [\n                \"Motorized Lever-Less\"\n            ],\n            \"entity_deleted\": false,\n            \"is_parent\": false,\n            \"parent\": null,\n            \"price\": 29.99,\n            \"parent_name\": null,\n            \"bulk_id\": null,\n            \"review_url\": null,\n            \"description\": \"The Hamilton Beach Warm Mode 2 Slice Toaster keeps your toast warm without over toasting. For convenient toasting, this toaster comes with toast boost and automatic shutoff; the slide-out crumb tray and retractable cord make cleanup and storage a snap.\",\n            \"project_uuid\": null,\n            \"sku\": null,\n            \"ssn\": null,\n            \"origin_source\": null,\n            \"upc\": [],\n            \"customer_id\": \"1207\",\n            \"model_number\": \"22811\"\n        },\n        {\n            \"post_date\": \"2015-06-03T00:00:00\",\n            \"hierarchy\": \"Toasters\",\n            \"img\": \"https://images-na.ssl-images-amazon.com/images/I/71-RY7P2B0L._AC_SL1500_.jpg\",\n            \"entity_uuid\": \"d9faa440-9f0b-11ea-a136-29fd6ff16f55\",\n            \"entity_name\": \"Cuisinart Touch to Toast Leverless toaster, 4-Slice, Brushed Stainless Steel\",\n            \"entity_view_name\": \"Cuisinart Touch to Toast Leverless toaster, 4-Slice, Brushed Stainless Steel\",\n            \"sentiment\": 62.177850011609,\n            \"sentimentTrend\": null,\n            \"source\": \"amazon\",\n            \"starRating\": 4.0270270270270272,\n            \"volume\": 1221,\n            \"volumeTrend\": null,\n            \"uuid\": null,\n            \"brand_uuid\": \"70c2e100-50f9-11ea-8af0-b79e142832c3\",\n            \"brand_name\": \"Cuisinart\",\n            \"brand_view_name\": \"Cuisinart\",\n            \"url\": \"https://www.amazon.com/Cuisinart-CPT-440-Leverless-4-Slice-Toaster/dp/B006OQSNYY/ref=sr_1_7\",\n            \"groups\": [\n                \"Motorized Lever-Less\",\n                \"Cuisinart Motorized Lever-Less\"\n            ],\n            \"entity_deleted\": false,\n            \"is_parent\": false,\n            \"parent\": null,\n            \"price\": 0,\n            \"parent_name\": null,\n            \"bulk_id\": null,\n            \"review_url\": null,\n            \"description\": \"Cuisinart gets extra credit for its innovative Touch to Toast Lever-less Toaster! A motorized controllowers items into 4 extra wide slots with the touch of a button. Dual control panels, with blue backlit LCDdisplays and countdown timers, control two slots each. Features one-sided enhanced bagel toasting, reheatand defrost controls, audible alert signal, and 7 shade settings – everything you’ve come to expect from atop-of-the-line Cuisinart toaster. Streamlined, in elegant brushed stainless steel, it’s the toast of the town!\\n\\nIf the bagel button is On, only one side of the bread will be toasted.\",\n            \"project_uuid\": null,\n            \"sku\": null,\n            \"ssn\": null,\n            \"origin_source\": null,\n            \"upc\": [],\n            \"customer_id\": \"1210\",\n            \"model_number\": \"CPT-440P1\"\n        }\n    ],\n    \"audit\": null,\n    \"exception\": null,\n    \"transactionId\": null,\n    \"total\": 100,\n    \"actualTotalRecords\": 1629,\n    \"rows\": 10,\n    \"page\": 1,\n    \"totalPages\": 10\n}"}],"_postman_id":"4347505b-713f-43e9-8f2f-7132946f1de4"},{"name":"General Statistics","id":"0386fef3-d82a-4769-a990-54cb9511fa0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"project_uuid","value":"<project uuid>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"onlyUniqueReviews\": false\n}"},"url":"https://explorer-api.revuze.it/api/analytics/statistics/all","description":"<p>Search for reviews in the data lake correlated based on a set of <strong>Statistics</strong> (Examples here). Use the filter parameters to narrow your search results. For a detailed explanation of the filter parameters, see the Filter Table.</p>\n<p><strong>Response</strong></p>\n<p>A successful API response will include a <strong>response code</strong> and a JSON object with nested JSON objects with the requested data based on the applied filters in the request. The format of each JSON object is:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th></th>\n<th>Value Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td></td>\n<td>the parent JSON object that contains the embedded objects with the data</td>\n</tr>\n<tr>\n<td></td>\n<td><code>volume</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>totalVolume</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>sentiment</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>totalQuotes</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>quotes</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>starRating</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>audit</code></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><code>exception</code></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><code>transactionId</code></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","analytics","statistics","all"],"host":["explorer-api","revuze","it"],"query":[],"variable":[]}},"response":[{"id":"3598092e-1cdc-498e-95a5-624e361b7a8b","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"project_uuid","value":"<project uuid>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"onlyUniqueReviews\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://explorer-api.revuze.it/api/analytics/statistics/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jun 2021 13:01:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"innerCode\": 0,\n    \"data\": {\n        \"volume\": 65168,\n        \"totalVolume\": 0,\n        \"sentiment\": 60.537931623040123,\n        \"totalQuotes\": 0,\n        \"quotes\": 156192,\n        \"starRating\": 3.8489749570341272\n    },\n    \"audit\": null,\n    \"exception\": null,\n    \"transactionId\": null\n}"}],"_postman_id":"0386fef3-d82a-4769-a990-54cb9511fa0e"},{"name":"Reviews","id":"a16798b4-1c73-4511-a37c-0954a5ae550e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"project_uuid","value":"<project uuid>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"objectPaging\": {\n        \"numberOfRows\": 10,\n        \"page\": 1,\n        \"searchText\": \"\",\n        \"sort\": {\n            \"column\": \"<starRating | date>\",\n            \"order\": \"<asc | desc>\"\n        }\n    },\n    \"onlyUniqueReviews\": false\n}"},"url":"https://explorer-api.revuze.it/api/quotes/reviews","description":"<p>Search for reviews in the data lake correlated based on a single or multiple <strong>Reviews</strong>. Use the filter parameters to narrow your search results. For a detailed explanation of the filter parameters, see the Filter Table.</p>\n<p><strong>Response</strong></p>\n<p>A successful API response will include a <strong>response code</strong> and a JSON object with nested JSON objects with the requested data based on the applied filters in the request. The format of each JSON object is:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th></th>\n<th>Value Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td></td>\n<td>the parent JSON object that contains the embedded objects with the data</td>\n</tr>\n<tr>\n<td></td>\n<td><code>body</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>domain</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>date</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>productName</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>promoted</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>starRating</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>reviewUuid</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","quotes","reviews"],"host":["explorer-api","revuze","it"],"query":[],"variable":[]}},"response":[{"id":"cb6698bc-ceba-4bc5-b1a7-93207c7013a2","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"project_uuid","value":"<project_uuid>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"objectPaging\": {\n        \"numberOfRows\": 10,\n        \"page\": 1,\n        \"searchText\": \"\",\n        \"sort\": null\n    },\n    \"onlyUniqueReviews\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://explorer-api.revuze.it/api/quotes/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3947"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 17 Jun 2021 12:37:25 GMT"},{"key":"x-amzn-RequestId","value":"1984aaf3-e3b8-44ff-a4e5-2455e4856094"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"x-amz-apigw-id","value":"BEdA1E3MoAMFc4A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-60cb4205-179ac68f6bae9fdc4bfce5e8;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c929a0b0be95dbd556dd38270accc062.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"TLV50-C1"},{"key":"X-Amz-Cf-Id","value":"M0mAmaCJfZ40eOIkrPXEJ9uapCLgMl9h_3petDrE_Y_gCADV9t9ntA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 67132,\n    \"data\": [\n        {\n            \"body\": \"Bought this a few months ago. This is a nice toaster. Like everything about it but it burns everything and it only toast half the bread, even with setting on one. The half that is toasted is burnt. Going in the garbage. Ordering a new one but not kitchen aide!!\",\n            \"domain\": \"bedbathandbeyond\",\n            \"date\": \"2021-05-31T22:54:51\",\n            \"productName\": \"KitchenAid® 2-Slice Toaster with High Lift Lever\",\n            \"promoted\": false,\n            \"starRating\": 2,\n            \"reviewUuid\": \"0ba90812-c92a-11eb-af44-00163e87dc99\"\n        },\n        {\n            \"body\": \"This toaster is good quality, and works just as expected. The only thing missing which I did not notice in the description is that it does not \\\"ding\\\" to alert that the toast is done. \\nThe one we had before (another brand) did this and we just got used to it, and now miss it :-(. \\nSo if it is not an essential feature for you, then this toaster is great.\\nL.\",\n            \"domain\": \"bedbathandbeyond\",\n            \"date\": \"2021-05-31T02:37:56\",\n            \"productName\": \"Hamilton Beach® Professional Stainless Steel 2-Slice Toaster\",\n            \"promoted\": false,\n            \"starRating\": 4,\n            \"reviewUuid\": \"456a91ac-c514-11eb-bad5-00163e6358d0\"\n        },\n        {\n            \"body\": \"Great toaster\",\n            \"domain\": \"amazon\",\n            \"date\": \"2021-05-31T00:00:00\",\n            \"productName\": \"Cuisinart CPT-180 Metal Classic 4-Slice Toaster, Brushed Stainless (Renewed)\",\n            \"promoted\": false,\n            \"starRating\": 4,\n            \"reviewUuid\": \"babc068e-c929-11eb-b2a1-00163e87dc99\"\n        },\n        {\n            \"body\": \"My 20 plus year old Black & Decker toaster finally gave up the ghost, so after looking at numerous toasters here on Amazon this one just happened to catch my eye. I love the look and the functionality The bagel button is perfect. The crumb tray easily slides out from the back easy to clean with a Clorox wipe. I've been using this toaster for a couple of months now and I would definitely recommend it. Great value for the money.\",\n            \"domain\": \"amazon\",\n            \"date\": \"2021-05-31T00:00:00\",\n            \"productName\": \"AmazonBasics 4-Slot Toaster, Black\",\n            \"promoted\": false,\n            \"starRating\": 5,\n            \"reviewUuid\": \"0bf61062-c92a-11eb-980c-00163e87dc99\"\n        },\n        {\n            \"body\": \"Who knew that Amazon Basics could make such a great appliance? Not me. We have had a few toasters over the years - they always crap out, even if you clean them and take care of them. Our last one tied after getting jostled in a move. Whoops. But this toaster is sleek, attractive AND works really well. For once I actually trust the dial of a toaster! That's a first. Great product - highly recommend.\",\n            \"domain\": \"amazon\",\n            \"date\": \"2021-05-31T00:00:00\",\n            \"productName\": \"AmazonBasics 2-Slot Toaster, White\",\n            \"promoted\": false,\n            \"starRating\": 5,\n            \"reviewUuid\": \"0bdee176-c92a-11eb-85d9-00163edc8cb7\"\n        },\n        {\n            \"body\": \"This four slice toaster replaced exactly the same model which I had for more than 12 years! Excellent item and\\nbeautiful, quick del'y. Many thanks...\",\n            \"domain\": \"amazon\",\n            \"date\": \"2021-05-31T00:00:00\",\n            \"productName\": \"Cuisinart CPT-142P1 Compact toaster, 4-Slice, White\",\n            \"promoted\": false,\n            \"starRating\": 5,\n            \"reviewUuid\": \"bae9f4a4-c929-11eb-8fd9-00163e87dc99\"\n        },\n        {\n            \"body\": \"This is a nice toaster for the price\",\n            \"domain\": \"amazon\",\n            \"date\": \"2021-05-31T00:00:00\",\n            \"productName\": \"Cuisinart CPT-122 2-Slice Compact Plastic Toaster (White)\",\n            \"promoted\": false,\n            \"starRating\": 5,\n            \"reviewUuid\": \"b9d521e2-c929-11eb-a313-00163edc8cb7\"\n        },\n        {\n            \"body\": \"Works as described.\",\n            \"domain\": \"amazon\",\n            \"date\": \"2021-05-31T00:00:00\",\n            \"productName\": \"Breville BTA820XL Die-Cast 2-Slice Smart Toaster\",\n            \"promoted\": false,\n            \"starRating\": 5,\n            \"reviewUuid\": \"b9d999fc-c929-11eb-96cb-00163edc8cb7\"\n        },\n        {\n            \"body\": \"Really like\",\n            \"domain\": \"amazon\",\n            \"date\": \"2021-05-31T00:00:00\",\n            \"productName\": \"Sunbeam Wide Slot 4-Slice Toaster, Black (003911-100-000)\",\n            \"promoted\": false,\n            \"starRating\": 5,\n            \"reviewUuid\": \"ba856aac-c929-11eb-be2c-00163e87dc99\"\n        },\n        {\n            \"body\": \"It toasts things! The white color is pretty with my other white appliances. Looks nice and works well.\",\n            \"domain\": \"amazon\",\n            \"date\": \"2021-05-31T00:00:00\",\n            \"productName\": \"Cuisinart CPT-142P1 Compact toaster, 4-Slice, White\",\n            \"promoted\": false,\n            \"starRating\": 5,\n            \"reviewUuid\": \"b9aba38a-c929-11eb-849a-00163e87dc99\"\n        }\n    ]\n}"}],"_postman_id":"a16798b4-1c73-4511-a37c-0954a5ae550e"},{"name":"Quotes","id":"04d517e8-5364-4a34-8dd8-3d625775caa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"lang","value":"<language>"},{"description":"<p>(Required) </p>\n","key":"project_uuid","value":"<project uuid>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"objectPaging\": {\n        \"numberOfRows\": 10,\n        \"page\": 1,\n        \"searchText\": \"\",\n        \"sort\": {\n            \"column\": \"<date | starRating>\",\n            \"order\": \"<asc | desc>\"\n        }\n    },\n    \"onlyUniqueReviews\": false\n}"},"url":"https://explorer-api.revuze.it/api/quotes","description":"<p>Search for reviews in the data lake correlated based on a single or multiple <strong>Quotes</strong>. Use the filter parameters to narrow your search results. For a detailed explanation of the filter parameters, see the Filter Table.</p>\n<p><strong>Response</strong></p>\n<p>A successful API response will include a <strong>response code</strong> and a JSON object with nested JSON objects with the requested data based on the applied filters in the request. The format of each JSON object is:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th></th>\n<th>Value Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td></td>\n<td>the parent JSON object that contains the embedded objects with the data</td>\n</tr>\n<tr>\n<td></td>\n<td><code>quote</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>topic</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>volume</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>sentiment</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>star_rating</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>entity_name</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>entity_view_name</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>source</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>post_date</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>mentions</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>quote_uuid</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>review_uuid</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>id</code></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>brand_view_name</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","quotes"],"host":["explorer-api","revuze","it"],"query":[],"variable":[]}},"response":[{"id":"6722ddaf-0bd6-4f18-b51d-1c9255694ced","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"lang","value":"<language>"},{"description":"(Required) ","key":"project_uuid","value":"<project_uuid>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": {\n        \"hierarchies\": [],\n        \"sources\": [],\n        \"star_ratings\": [],\n        \"brands\": [],\n        \"entities\": [],\n        \"topics\": [\n            {\n                \"uuid\": \"77614229-c3cf-11e9-b164-c3925ec7a797\",\n                \"name\": \"Performance\"\n            }\n        ],\n        \"mega_topics\": [],\n        \"review_text\": [],\n        \"groups\": [],\n        \"fromDate\": \"2015-01-01\",\n        \"toDate\": \"2021-05-31\",\n        \"selectedRange\": \"First Review\",\n        \"price\": [],\n        \"promotion\": null,\n        \"custom_filters\": [],\n        \"quote_text\": []\n    },\n    \"objectPaging\": {\n        \"numberOfRows\": 10,\n        \"page\": 1,\n        \"searchText\": \"\",\n        \"sort\": null\n    },\n    \"onlyUniqueReviews\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://explorer-api.revuze.it/api/quotes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6231"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sun, 20 Jun 2021 11:39:20 GMT"},{"key":"x-amzn-RequestId","value":"3bf7c0c5-4532-49e4-b539-ed7d607f403b"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"x-amz-apigw-id","value":"BONRdHWvIAMFphQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-60cf28d5-16b3355146d3ca1a67c32503;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 db1f6995e379bad9dba7aab202386277.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"TLV50-C1"},{"key":"X-Amz-Cf-Id","value":"KMQ5essZanK5JIdHgLdD0w83jqPsCYseGmbER1yqBZbz-Kqtc9uN6Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"innerCode\": 0,\n    \"data\": [\n        {\n            \"quote\": \"The waffles come out looking just like Eggo waffles.\",\n            \"topic\": \"Performance\",\n            \"volume\": 0,\n            \"sentiment\": 0,\n            \"star_rating\": 5,\n            \"entity_name\": \"Dash Mini Maker: The Mini Waffle Maker Machine for Individual Waffles, Paninis, Hash browns, & other on the go Breakfast, Lunch, or Snacks - Aqua\",\n            \"entity_view_name\": \"Dash Mini Maker: The Mini Waffle Maker Machine for Individual Waffles, Paninis, Hash browns, & other on the go Breakfast, Lunch, or Snacks - Aqua\",\n            \"source\": \"amazon\",\n            \"post_date\": \"2021-05-31T00:00:00\",\n            \"mentions\": null,\n            \"quote_uuid\": \"6b3b24e4-c930-11eb-858d-00163e4a4259\",\n            \"review_uuid\": \"4d3cb174-c930-11eb-8ce5-00163e4a4259\",\n            \"id\": 0,\n            \"brand_view_name\": \"DASH\"\n        },\n        {\n            \"quote\": \"It's made well enough (similar to the Cuisnart that I own), and works just as well.\",\n            \"topic\": \"Performance\",\n            \"volume\": 0,\n            \"sentiment\": 1,\n            \"star_rating\": 5,\n            \"entity_name\": \"Hamilton Beach 26201 Belgian Waffle Maker with Removable Nonstick Plates, Double Flip, Black\",\n            \"entity_view_name\": \"Hamilton Beach 26201 Belgian Waffle Maker with Removable Nonstick Plates, Double Flip, Black\",\n            \"source\": \"amazon\",\n            \"post_date\": \"2021-05-31T00:00:00\",\n            \"mentions\": null,\n            \"quote_uuid\": \"6a7d0a0e-c930-11eb-88c5-00163efc127e\",\n            \"review_uuid\": \"4d4ed322-c930-11eb-9465-00163e4a4259\",\n            \"id\": 0,\n            \"brand_view_name\": \"Hamilton Beach\"\n        },\n        {\n            \"quote\": \"I make Weight Watchers zero point waffles with this and it is a great product!\",\n            \"topic\": \"Performance\",\n            \"volume\": 0,\n            \"sentiment\": 1,\n            \"star_rating\": 5,\n            \"entity_name\": \"Dash DMMW400GBGT04 MULTI Mini waffle maker, Graphite\",\n            \"entity_view_name\": \"Dash DMMW400GBGT04 MULTI Mini waffle maker, Graphite\",\n            \"source\": \"amazon\",\n            \"post_date\": \"2021-05-31T00:00:00\",\n            \"mentions\": null,\n            \"quote_uuid\": \"6a9caae4-c930-11eb-b243-00163efc127e\",\n            \"review_uuid\": \"4d1fe8be-c930-11eb-bb00-00163efc127e\",\n            \"id\": 0,\n            \"brand_view_name\": \"DASH\"\n        },\n        {\n            \"quote\": \"The waffles came out perfect and crispy.\",\n            \"topic\": \"Performance\",\n            \"volume\": 0,\n            \"sentiment\": 1,\n            \"star_rating\": 5,\n            \"entity_name\": \"Dash Mini Maker: The Mini Waffle Maker Machine for Individual Waffles, Paninis, Hash browns, & other on the go Breakfast, Lunch, or Snacks - Aqua\",\n            \"entity_view_name\": \"Dash Mini Maker: The Mini Waffle Maker Machine for Individual Waffles, Paninis, Hash browns, & other on the go Breakfast, Lunch, or Snacks - Aqua\",\n            \"source\": \"amazon\",\n            \"post_date\": \"2021-05-31T00:00:00\",\n            \"mentions\": null,\n            \"quote_uuid\": \"6a55fde2-c930-11eb-a607-00163e6adaf3\",\n            \"review_uuid\": \"4da2790a-c930-11eb-9fd4-00163e4a4259\",\n            \"id\": 0,\n            \"brand_view_name\": \"DASH\"\n        },\n        {\n            \"quote\": \"92\\\" Deep Fluffy Belgian waffles that are crisp on the outside and perfectly cooked on the inside quickly, just like a restaurant chef.\",\n            \"topic\": \"Performance\",\n            \"volume\": 0,\n            \"sentiment\": 1,\n            \"star_rating\": 5,\n            \"entity_name\": \"Hamilton Beach 26201 Belgian Waffle Maker with Removable Nonstick Plates, Double Flip, Black\",\n            \"entity_view_name\": \"Hamilton Beach 26201 Belgian Waffle Maker with Removable Nonstick Plates, Double Flip, Black\",\n            \"source\": \"amazon\",\n            \"post_date\": \"2021-05-31T00:00:00\",\n            \"mentions\": null,\n            \"quote_uuid\": \"6ad0e8fe-c930-11eb-ad12-00163efc127e\",\n            \"review_uuid\": \"4d3cae04-c930-11eb-8ce5-00163e4a4259\",\n            \"id\": 0,\n            \"brand_view_name\": \"Hamilton Beach\"\n        },\n        {\n            \"quote\": \"Makes great waffles and eggs‼️\",\n            \"topic\": \"Performance\",\n            \"volume\": 0,\n            \"sentiment\": 1,\n            \"star_rating\": 5,\n            \"entity_name\": \"Dash Mini Maker: The Mini Waffle Maker Machine for Individual Waffles, Paninis, Hash browns, & other on the go Breakfast, Lunch, or Snacks - Red\",\n            \"entity_view_name\": \"Dash Mini Maker: The Mini Waffle Maker Machine for Individual Waffles, Paninis, Hash browns, & other on the go Breakfast, Lunch, or Snacks - Red\",\n            \"source\": \"amazon\",\n            \"post_date\": \"2021-05-31T00:00:00\",\n            \"mentions\": null,\n            \"quote_uuid\": \"6ab13cac-c930-11eb-8fd2-00163e4a4259\",\n            \"review_uuid\": \"4ece5268-c930-11eb-871d-00163e6adaf3\",\n            \"id\": 0,\n            \"brand_view_name\": \"DASH\"\n        },\n        {\n            \"quote\": \"Get a can of cinnamon rolls and put one roll in at a time, bam cinnamon roll waffles, delicious!\",\n            \"topic\": \"Performance\",\n            \"volume\": 0,\n            \"sentiment\": 1,\n            \"star_rating\": 5,\n            \"entity_name\": \"Dash Mini Maker: The Mini Waffle Maker Machine for Individual Waffles, Paninis, Hash browns, & other on the go Breakfast, Lunch, or Snacks - Aqua\",\n            \"entity_view_name\": \"Dash Mini Maker: The Mini Waffle Maker Machine for Individual Waffles, Paninis, Hash browns, & other on the go Breakfast, Lunch, or Snacks - Aqua\",\n            \"source\": \"amazon\",\n            \"post_date\": \"2021-05-31T00:00:00\",\n            \"mentions\": null,\n            \"quote_uuid\": \"6b1bfe98-c930-11eb-a802-00163efc127e\",\n            \"review_uuid\": \"4e39f1c2-c930-11eb-b210-00163e4a4259\",\n            \"id\": 0,\n            \"brand_view_name\": \"DASH\"\n        },\n        {\n            \"quote\": \"This waffle maker makes good, eggo sized waffles.\",\n            \"topic\": \"Performance\",\n            \"volume\": 0,\n            \"sentiment\": 1,\n            \"star_rating\": 5,\n            \"entity_name\": \"Dash Mini Maker: The Mini Waffle Maker Machine for Individual Waffles, Paninis, Hash browns, & other on the go Breakfast, Lunch, or Snacks - Aqua\",\n            \"entity_view_name\": \"Dash Mini Maker: The Mini Waffle Maker Machine for Individual Waffles, Paninis, Hash browns, & other on the go Breakfast, Lunch, or Snacks - Aqua\",\n            \"source\": \"amazon\",\n            \"post_date\": \"2021-05-31T00:00:00\",\n            \"mentions\": null,\n            \"quote_uuid\": \"6b591418-c930-11eb-8461-00163e6adaf3\",\n            \"review_uuid\": \"4eb2fa22-c930-11eb-bbf1-00163e6adaf3\",\n            \"id\": 0,\n            \"brand_view_name\": \"DASH\"\n        },\n        {\n            \"quote\": \"Other brands that make larger waffles take up less space than this.\",\n            \"topic\": \"Performance\",\n            \"volume\": 0,\n            \"sentiment\": 1,\n            \"star_rating\": 4,\n            \"entity_name\": \"Dash DMMW400GBGT04 MULTI Mini waffle maker, Graphite\",\n            \"entity_view_name\": \"Dash DMMW400GBGT04 MULTI Mini waffle maker, Graphite\",\n            \"source\": \"amazon\",\n            \"post_date\": \"2021-05-31T00:00:00\",\n            \"mentions\": null,\n            \"quote_uuid\": \"6a89a00c-c930-11eb-8268-00163e6adaf3\",\n            \"review_uuid\": \"4dac95c0-c930-11eb-a928-00163efc127e\",\n            \"id\": 0,\n            \"brand_view_name\": \"DASH\"\n        },\n        {\n            \"quote\": \"As far as it's accurately telling me when the waffles are properly cooked.\",\n            \"topic\": \"Performance\",\n            \"volume\": 0,\n            \"sentiment\": -1,\n            \"star_rating\": 5,\n            \"entity_name\": \"Cuisinart WAF-F20 Double Belgian Waffle Maker, Stainless Steel\",\n            \"entity_view_name\": \"Cuisinart WAF-F20 Double Belgian Waffle Maker, Stainless Steel\",\n            \"source\": \"amazon\",\n            \"post_date\": \"2021-05-31T00:00:00\",\n            \"mentions\": null,\n            \"quote_uuid\": \"de5ebfb4-c514-11eb-8b42-00163e23708b\",\n            \"review_uuid\": \"c42267ea-c514-11eb-853e-00163e23708b\",\n            \"id\": 0,\n            \"brand_view_name\": \"Cuisinart\"\n        }\n    ],\n    \"audit\": null,\n    \"exception\": null,\n    \"transactionId\": null,\n    \"total\": 23833,\n    \"actualTotalRecords\": 0,\n    \"rows\": 10,\n    \"page\": 1,\n    \"totalPages\": 2384\n}"}],"_postman_id":"04d517e8-5364-4a34-8dd8-3d625775caa7"},{"name":"Authentication","event":[{"listen":"test","script":{"id":"09dbdc7b-8500-44b4-b8a1-66d6327c1247","exec":[""],"type":"text/javascript"}}],"id":"7045065d-b163-48ae-ba21-7499fc5fc156","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"<username>\",\r\n    \"password\": \"<password>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-production.revuze.it/api/auth","description":"<p>This endpoint allows access to the project. It accepts the user name and password of the project.</p>\n<p><strong>Results</strong>\nThe results of this API is an access token. Enter this token in the header of any request.</p>\n","urlObject":{"protocol":"https","path":["api","auth"],"host":["api-production","revuze","it"],"query":[],"variable":[]}},"response":[{"id":"cbcb2445-3921-4ac9-9529-2d9e0e7adedd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"<username>\",\r\n    \"password\": \"<password>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-production.revuze.it/api/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"758"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sun, 27 Jun 2021 14:24:37 GMT"},{"key":"x-amzn-RequestId","value":"ac948f66-4580-4ebe-802f-1fd7a2fd4bdf"},{"key":"x-amz-apigw-id","value":"BlqFyH3WIAMF3fA="},{"key":"x-amzn-Remapped-Server","value":"Kestrel"},{"key":"x-amzn-Remapped-Date","value":"Sun, 27 Jun 2021 14:24:37 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e287a2eedc3ea7a96ca60cf17cda7733.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"TLV50-C2"},{"key":"X-Amz-Cf-Id","value":"aa_eG6Jo_0kthDnlYTI-WvRAF2X1CVeMaQMfTpjjNpXIABcQn05OzA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"<token>\",\n    \"expires_in\": 2592000,\n    \"token_type\": \"Bearer\"\n}"}],"_postman_id":"7045065d-b163-48ae-ba21-7499fc5fc156"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"b1bfa206-6b4f-4191-944e-d5624c0893ae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"58fa666e-75a9-4bf6-b74b-186b13fb5185","type":"text/javascript","exec":[""]}}]}