{
	"info": {
		"_postman_id": "d5c89b65-3e64-45f0-b3f6-d815c26a2d88",
		"name": "The Data Appeal Company - Sandbox APIs",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "18178434"
	},
	"item": [
		{
			"name": "Licences",
			"item": [
				{
					"name": "List Licences",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "x-api-key",
								"value": "{{api_key}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.datappeal.io/v4/account/{{account_id}}/licences",
							"protocol": "https",
							"host": [
								"api",
								"datappeal",
								"io"
							],
							"path": [
								"v4",
								"account",
								"{{account_id}}",
								"licences"
							],
							"query": [
								{
									"key": "resource_id",
									"value": "{{VTH4JuXB19fjk3ueS8Ab1B}}",
									"description": "Filter licences based on resource ID",
									"disabled": true
								},
								{
									"key": "licence_type",
									"value": "{{BASIC, PRO, PREMIUM, ADDON}}",
									"description": "Filter licences by type",
									"disabled": true
								},
								{
									"key": "associated",
									"value": "{{true, false}}",
									"description": "Filter licences based on boolean association to resource",
									"disabled": true
								},
								{
									"key": "page",
									"value": "{{1, 2, 3...}}",
									"description": "Request target page",
									"disabled": true
								},
								{
									"key": "page_size",
									"value": "{{1 to 100}}",
									"description": "Customize page size",
									"disabled": true
								}
							]
						},
						"description": "List Licences API returns the list of licences for a specific account."
					},
					"response": []
				}
			]
		},
		{
			"name": "Competitors",
			"item": [
				{
					"name": "List Competitors",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "x-api-key",
								"value": "{{api_key}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.datappeal.io/v4/account/{{account_id}}/{{resource_type}}({{resource_id}}/competitors",
							"protocol": "https",
							"host": [
								"api",
								"datappeal",
								"io"
							],
							"path": [
								"v4",
								"account",
								"{{account_id}}",
								"{{resource_type}}({{resource_id}}",
								"competitors"
							],
							"query": [
								{
									"key": "page",
									"value": "{{1, 2, 3...}}",
									"description": "Request target page",
									"disabled": true
								},
								{
									"key": "page_size",
									"value": "{{1 to 100}}",
									"description": "Customize page size",
									"disabled": true
								}
							]
						},
						"description": "List Competitors API request returns the list of the competitors for specific resource."
					},
					"response": []
				}
			]
		},
		{
			"name": "Reputation",
			"item": [
				{
					"name": "Sentiment",
					"item": [
						{
							"name": "Overall",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/overall?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"overall"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_type}}",
											"description": "Filter by user type",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns aggregated sentiment data for a selected POI."
							},
							"response": []
						},
						{
							"name": "Compare Overalls",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/overall/compare?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"overall",
										"compare"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns overall data for the selected POI for two different timeframes at once: one defined by **\\[from,to\\]** query parameters and another auto-calculated for the same duration in the past. Additional comparative data between the two timeframes is also returned: sentiment variation, contents variation (positive, negative, neutral)."
							},
							"response": []
						},
						{
							"name": "Group Overalls",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/overall/grouped?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&group_type={{network, user_country, content_language, user_type}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"overall",
										"grouped"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "group_type",
											"value": "{{network, user_country, content_language, user_type}}",
											"description": "Perform grouping"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										},
										{
											"key": "order_by",
											"value": "{{+contents.total, -contents.total, contents.negative, +contents.neutral}}",
											"description": "Order results by specifying: ±{order_value} where + is ascending order and - is descending order",
											"disabled": true
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Page selection",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1,100}}",
											"description": "Page size for results pagination",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns overall data for the selected POI grouped by the field defined by the **group_type** query parameter."
							},
							"response": []
						},
						{
							"name": "Compare Grouped Overalls",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/overall/grouped/compare?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&group_type={{network, user_country, content_language, user_type}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"overall",
										"grouped",
										"compare"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "group_type",
											"value": "{{network, user_country, content_language, user_type}}",
											"description": "Perform grouping"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										},
										{
											"key": "order_by",
											"value": "{{+contents.total, -contents.total, contents.negative, +contents.neutral}}",
											"description": "Order results by specifying: ±{order_value} where + is ascending order and - is descending order",
											"disabled": true
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Page selection",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1,100}}",
											"description": "Page size for results pagination",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns overall data for the selected POI for two groups defined and for two different timeframes at once: one defined by **\\[from,to\\]** query parameters and another auto-calculated for the same duration in the past. Additional comparative data between the two timeframes and groups is also returned: sentiment variation, contents variation (positive, negative, neutral)."
							},
							"response": []
						},
						{
							"name": "Overall Timeseries",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/overall/series?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&period={{day, week, month}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"overall",
										"series"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "period",
											"value": "{{day, week, month}}",
											"description": "Sampling time period"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns overall timeseries sentiment data for a selected POI."
							},
							"response": []
						},
						{
							"name": "Compare Overall Timeseries",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/overall/series/compare?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&period={{day, week, month}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"overall",
										"series",
										"compare"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "period",
											"value": "{{day, week, month}}",
											"description": "Sampling time period"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns overall timeseries data for the selected POI for two different timeframes at once: one defined by **\\[from,to\\]** query parameters and another auto-calculated for the same duration in the past. Additional comparative data between the two timeframes is also returned: sentiment variation, contents variation (positive, negative, neutral)."
							},
							"response": []
						},
						{
							"name": "Group Overalls Timeseries",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/overall/grouped?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&period={{day, week, month}}&group_type={{network, user_country, content_language, user_type}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"overall",
										"grouped"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "period",
											"value": "{{day, week, month}}",
											"description": "Sampling time period"
										},
										{
											"key": "group_type",
											"value": "{{network, user_country, content_language, user_type}}",
											"description": "Perform grouping"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										},
										{
											"key": "order_by",
											"value": "{{+contents.total, -contents.total, contents.negative, +contents.neutral}}",
											"description": "Order results by specifying: ±{order_value} where + is ascending order and - is descending order",
											"disabled": true
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Page selection",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1,100}}",
											"description": "Page size for results pagination",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns overall timeseries data for the selected POI grouped by the field defined by the **group_type** query parameter."
							},
							"response": []
						},
						{
							"name": "Compare Grouped Overall Timeseries",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/overall/grouped/compare?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&group_type={{network, user_country, content_language, user_type}}&period={{day, week, month}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"overall",
										"grouped",
										"compare"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "group_type",
											"value": "{{network, user_country, content_language, user_type}}",
											"description": "Perform grouping"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										},
										{
											"key": "order_by",
											"value": "{{+contents.total, -contents.total, contents.negative, +contents.neutral}}",
											"description": "Order results by specifying: ±{order_value} where + is ascending order and - is descending order",
											"disabled": true
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Page selection",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1,100}}",
											"description": "Page size for results pagination",
											"disabled": true
										},
										{
											"key": "period",
											"value": "{{day, week, month}}",
											"description": "Samplling time period"
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns overall timeseries data for the selected POI for two groups defined and for two different timeframes at once: one defined by **\\[from,to\\]** query parameters and another auto-calculated for the same duration in the past. Additional comparative timeseries data between the two timeframes and groups is also returned: sentiment variation, contents variation (positive, negative, neutral)."
							},
							"response": []
						}
					]
				},
				{
					"name": "Ratings",
					"item": [
						{
							"name": "Ratings",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/ratings?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"ratings"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns aggregated data based on numerical evaluations left by users for a POI."
							},
							"response": []
						},
						{
							"name": "Compare Ratings",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/ratings/compare?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"ratings",
										"compare"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns overall ratings for the selected POI for two different timeframes at once: one defined by **\\[from,to\\]** query parameters and another auto-calculated for the same duration in the past. Additional comparative data between the two timeframes is also returned: ratings variation, contents variation (positive, negative, neutral)."
							},
							"response": []
						},
						{
							"name": "Group Ratings",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/ratings/grouped?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&group_type={{network, user_country, content_language, user_type}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"ratings",
										"grouped"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "group_type",
											"value": "{{network, user_country, content_language, user_type}}",
											"description": "Perform grouping"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										},
										{
											"key": "order_by",
											"value": "{{+contents.total, -contents.total, contents.negative, +contents.neutral}}",
											"description": "Order results by specifying: ±{order_value} where + is ascending order and - is descending order",
											"disabled": true
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Page selection",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1,100}}",
											"description": "Page size for results pagination",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns ratings for the selected POI grouped by the field defined by the **group_type** query parameter."
							},
							"response": []
						},
						{
							"name": "Compare Grouped Ratings",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/ratings/grouped/compare?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&group_type={{network, user_country, content_language, user_type}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"ratings",
										"grouped",
										"compare"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "group_type",
											"value": "{{network, user_country, content_language, user_type}}",
											"description": "Perform grouping"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										},
										{
											"key": "order_by",
											"value": "{{+contents.total, -contents.total, contents.negative, +contents.neutral}}",
											"description": "Order results by specifying: ±{order_value} where + is ascending order and - is descending order",
											"disabled": true
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Page selection",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1,100}}",
											"description": "Page size for results pagination",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns ratings for the selected POI for two groups defined and for two different timeframes at once: one defined by **\\[from,to\\]** query parameters and another auto-calculated for the same duration in the past. Additional comparative data between the two timeframes and groups is also returned: ratings variation, contents variation (positive, negative, neutral)."
							},
							"response": []
						}
					]
				},
				{
					"name": "Clusters",
					"item": [
						{
							"name": "Clusters",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/clusters/overall?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"clusters",
										"overall"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "topic",
											"value": "{{dinner, breakfast...}}",
											"description": "Filter by topic",
											"disabled": true
										},
										{
											"key": "cluster",
											"value": "{{accomodation, atmosphere...}}",
											"description": "Filter by cluster",
											"disabled": true
										},
										{
											"key": "language",
											"value": "{{it, en, fr, de...}}",
											"description": "Translate cluster names in the specified language. It also allows the user to filter by cluster and topic parameter by setting its value in the specified language.",
											"disabled": true
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Requested page for paginated results",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1, 100}}",
											"description": "Requested page size for paginated results",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nreturns general information about clusters for a POI. A cluster identifies a super-set of topics which have a similar argument pertinence."
							},
							"response": []
						},
						{
							"name": "Compare Clusters",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/clusters/overall/compare?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"clusters",
										"overall",
										"compare"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										},
										{
											"key": "topic",
											"value": "{{dinner, breakfast...}}",
											"description": "Filter by topic",
											"disabled": true
										},
										{
											"key": "cluster",
											"value": "{{accomodation, atmosphere...}}",
											"description": "Filter by cluster",
											"disabled": true
										},
										{
											"key": "language",
											"value": "{{it, en, fr, de...}}",
											"description": "Translate cluster names in the specified language. It also allows the user to filter by cluster and topic parameter by setting its value in the specified language.",
											"disabled": true
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Requested page for paginated results",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1, 100}}",
											"description": "Requested page size for paginated results",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns clusters data of the selected POI for two different timeframes at once: one defined by **\\[from,to\\]** query parameters and another auto-calculated for the same duration in the past. Additional comparative data between the two timeframes are returned: sentiment variation, contents variation (positive, negative, neutral), opinions variation (positive, negative, neutral)"
							},
							"response": []
						}
					]
				},
				{
					"name": "Topics",
					"item": [
						{
							"name": "Topics",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/topics/overall?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"topics",
										"overall"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "topic",
											"value": "{{dinner, breakfast...}}",
											"description": "Filter by topic",
											"disabled": true
										},
										{
											"key": "cluster",
											"value": "{{accomodation, atmosphere...}}",
											"description": "Filter by cluster",
											"disabled": true
										},
										{
											"key": "language",
											"value": "{{it, en, fr, de...}}",
											"description": "Translate cluster names in the specified language. It also allows the user to filter by cluster and topic parameter by setting its value in the specified language.",
											"disabled": true
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Requested page for paginated results",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1, 100}}",
											"description": "Requested page size for paginated results",
											"disabled": true
										},
										{
											"key": "sentiment.value.eq",
											"value": "{{value}}",
											"description": "Filter by sentiment equal to the specified value",
											"disabled": true
										},
										{
											"key": "sentiment.value.gt",
											"value": "{{value}}",
											"description": "Filter by sentiment greater than the specified value",
											"disabled": true
										},
										{
											"key": "sentiment.value.gte",
											"value": "{{value}}",
											"description": "Filter by sentiment greater than or equal to the specified value",
											"disabled": true
										},
										{
											"key": "sentiment.value.lt",
											"value": "{{value}}",
											"description": "Filter by sentiment lower than the specified value",
											"disabled": true
										},
										{
											"key": "sentimenti.value.lte",
											"value": "{{value}}",
											"description": "Filter by sentimenti lower than or equal to the specified value",
											"disabled": true
										}
									]
								},
								"description": "Returns general information about topics for a POI. A topic identifies a subject on which users express opinions."
							},
							"response": []
						},
						{
							"name": "Compare Topics",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/topics/overall/compare?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"topics",
										"overall",
										"compare"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "topic",
											"value": "{{dinner, breakfast...}}",
											"description": "Filter by topic",
											"disabled": true
										},
										{
											"key": "cluster",
											"value": "{{accomodation, atmosphere...}}",
											"description": "Filter by cluster",
											"disabled": true
										},
										{
											"key": "language",
											"value": "{{it, en, fr, de...}}",
											"description": "Translate cluster names in the specified language. It also allows the user to filter by cluster and topic parameter by setting its value in the specified language.",
											"disabled": true
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Requested page for paginated results",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1, 100}}",
											"description": "Requested page size for paginated results",
											"disabled": true
										},
										{
											"key": "sentiment.value.eq",
											"value": "{{value}}",
											"description": "Filter by sentiment equal to the specified value",
											"disabled": true
										},
										{
											"key": "sentiment.value.gt",
											"value": "{{value}}",
											"description": "Filter by sentiment greater than the specified value",
											"disabled": true
										},
										{
											"key": "sentiment.value.gte",
											"value": "{{value}}",
											"description": "Filter by sentiment greater than or equal to the specified value",
											"disabled": true
										},
										{
											"key": "sentiment.value.lt",
											"value": "{{value}}",
											"description": "Filter by sentiment lower than the specified value",
											"disabled": true
										},
										{
											"key": "sentimenti.value.lte",
											"value": "{{value}}",
											"description": "Filter by sentimenti lower than or equal to the specified value",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == B**\n\n### **LICENCE TYPE == ALL**\n\nReturns general information about topics for a POI. A topic identifies a subject on which users express opinions."
							},
							"response": []
						}
					]
				},
				{
					"name": "Contents",
					"item": [
						{
							"name": "Fragments",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/contents/fragments?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"contents",
										"fragments"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "topic",
											"value": "{{dinner, breakfast...}}",
											"description": "Filter by topic",
											"disabled": true
										},
										{
											"key": "cluster",
											"value": "{{accomodation, atmosphere...}}",
											"description": "Filter by cluster",
											"disabled": true
										},
										{
											"key": "language",
											"value": "{{it, en, fr, de...}}",
											"description": "Translate cluster names in the specified language. It also allows the user to filter by cluster and topic parameter by setting its value in the specified language.",
											"disabled": true
										},
										{
											"key": "reply_received",
											"value": "{{true, false}}",
											"description": "Filter contents by reply",
											"disabled": true
										},
										{
											"key": "network",
											"value": "{{id1, id2, ... idn}}",
											"description": "Filter contents by network",
											"disabled": true
										},
										{
											"key": "user_country",
											"value": "{{it, en, de...}}",
											"description": "Filter by reviewer's country of origin in ISO 3166-1 alpha-2 standard format (in lower case).",
											"disabled": true
										},
										{
											"key": "content_language",
											"value": "{{en, fr, de...}}",
											"description": "Filter by contents language in ISO_639-1 standard format.",
											"disabled": true
										},
										{
											"key": "user_type",
											"value": "{{user_id}}",
											"description": "Filter by user type",
											"disabled": true
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Requested page for paginated results",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1, 100}}",
											"description": "Requested page size for paginated results",
											"disabled": true
										},
										{
											"key": "sentiment.value.eq",
											"value": "{{value}}",
											"description": "Filter by sentiment equal to the specified value",
											"disabled": true
										},
										{
											"key": "sentiment.value.gt",
											"value": "{{value}}",
											"description": "Filter by sentiment greater than the specified value",
											"disabled": true
										},
										{
											"key": "sentiment.value.gte",
											"value": "{{value}}",
											"description": "Filter by sentiment greater than or equal to the specified value",
											"disabled": true
										},
										{
											"key": "sentiment.value.lt",
											"value": "{{value}}",
											"description": "Filter by sentiment lower than the specified value",
											"disabled": true
										},
										{
											"key": "sentimenti.value.lte",
											"value": "{{value}}",
											"description": "Filter by sentimenti lower than or equal to the specified value",
											"disabled": true
										},
										{
											"key": "rating.value.eq",
											"value": "{{value}}",
											"description": "Filter by rating value equal to the specified value",
											"disabled": true
										},
										{
											"key": "rating.value.gt",
											"value": "{{value}}",
											"description": "Filter by rating value greater than the specified value",
											"disabled": true
										},
										{
											"key": "rating.value.gte",
											"value": "{{value}}",
											"description": "Filter by rating value greater than or equal to the specified value",
											"disabled": true
										},
										{
											"key": "rating.value.lt",
											"value": "{{value}}",
											"description": "Filter by rating value less than the specified value",
											"disabled": true
										},
										{
											"key": "rating.value.lte",
											"value": "{{value}}",
											"description": "Filter by rating value less than or equal to the specified value",
											"disabled": true
										},
										{
											"key": "rating.percent.eq",
											"value": "{{value}}",
											"description": "Filter by rating percentage value equal to the specified value",
											"disabled": true
										},
										{
											"key": "rating.percent.gt",
											"value": "{{value}}",
											"description": "Filter by rating percentage value greater than the specified value",
											"disabled": true
										},
										{
											"key": "rating.percent.gte",
											"value": "{{value}}",
											"description": "Filter by rating percentage value greater than or equal to the specified value",
											"disabled": true
										},
										{
											"key": "rating.percent.lt",
											"value": "{{value}}",
											"description": "Filter by rating percentage value less than the specified value",
											"disabled": true
										},
										{
											"key": "rating.percent.lte",
											"value": "{{value}}",
											"description": "Filter by rating percentage value less than or equal to the specified value",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == C**\n\n### **LICENCE TYPE == PREMIUM**\n\nReturns a list of content fragments relative to a POI. A content fragment is a piece of content left by a user which is extracted according to criteria of meaningfulness, relevance, synthesis and self-consistency."
							},
							"response": []
						}
					]
				}
			]
		},
		{
			"name": "Rates",
			"item": [
				{
					"name": "Offers",
					"item": [
						{
							"name": "Offers",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/rates/details?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"rates",
										"details"
									],
									"query": [
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Requested page for paginated results",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1, 100}}",
											"description": "Requested page size for paginated results",
											"disabled": true
										},
										{
											"key": "refundable",
											"value": "{{boolean value}}",
											"description": "Filter by offers refundability",
											"disabled": true
										},
										{
											"key": "breakfast_included",
											"value": "{{boolean value}}",
											"description": "Filter by breaskfast inclusion offers",
											"disabled": true
										},
										{
											"key": "lunch_included",
											"value": "{{boolean value}}",
											"description": "Filter by lunch inclusion offers",
											"disabled": true
										},
										{
											"key": "dinner_included",
											"value": "{{boolean value}}",
											"description": "Filter by dinner inclusion offers",
											"disabled": true
										},
										{
											"key": "number_of_guests",
											"value": "{{boolean value}}",
											"description": "Filter by allowed number of guests",
											"disabled": true
										},
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}"
										}
									]
								},
								"description": "### **PRICING TIER == C**\n\n### **LICENCE TYPE == ADD-ON**\n\nReturns information about accommodation offers for a POI."
							},
							"response": []
						}
					]
				},
				{
					"name": "Rooms",
					"item": [
						{
							"name": "Rooms",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/rates/rooms?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"rates",
										"rooms"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Requested page for paginated results",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1, 100}}",
											"description": "Requested page size for paginated results",
											"disabled": true
										},
										{
											"key": "refundable",
											"value": "{{boolean value}}",
											"description": "Filter by offers refundability",
											"disabled": true
										},
										{
											"key": "breakfast_included",
											"value": "{{boolean value}}",
											"description": "Filter by breaskfast inclusion offers",
											"disabled": true
										},
										{
											"key": "lunch_included",
											"value": "{{boolean value}}",
											"description": "Filter by lunch inclusion offers",
											"disabled": true
										},
										{
											"key": "dinner_included",
											"value": "{{boolean value}}",
											"description": "Filter by dinner inclusion offers",
											"disabled": true
										},
										{
											"key": "number_of_guests",
											"value": "{{boolean value}}",
											"description": "Filter by allowed number of guests",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == A**\n\n### **LICENCE TYPE == ADD-ON**\n\nReturns all available room typologies in a timeframe for a POI"
							},
							"response": []
						}
					]
				},
				{
					"name": "Rates Timeseries",
					"item": [
						{
							"name": "Rates Timeseries",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/rates/series?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&period={{day, week, month}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"rates",
										"series"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "period",
											"value": "{{day, week, month}}",
											"description": "Sampling time period"
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Requested page for paginated results",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1, 100}}",
											"description": "Requested page size for paginated results",
											"disabled": true
										},
										{
											"key": "refundable",
											"value": "{{boolean value}}",
											"description": "Filter by offers refundability",
											"disabled": true
										},
										{
											"key": "breakfast_included",
											"value": "{{boolean value}}",
											"description": "Filter by breaskfast inclusion offers",
											"disabled": true
										},
										{
											"key": "lunch_included",
											"value": "{{boolean value}}",
											"description": "Filter by lunch inclusion offers",
											"disabled": true
										},
										{
											"key": "dinner_included",
											"value": "{{boolean value}}",
											"description": "Filter by dinner inclusion offers",
											"disabled": true
										},
										{
											"key": "number_of_guests",
											"value": "{{boolean value}}",
											"description": "Filter by allowed number of guests",
											"disabled": true
										},
										{
											"key": "percentile",
											"value": "{{0, 1}}",
											"description": "Request percentile expressed in the range (0, 1). Median value 0.5 will always be implicitly requested.",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == C**\n\n### **LICENCE TYPE == ADD-ON**\n\nReturns a time-based rate series for the selected POI, grouped by a time period."
							},
							"response": []
						},
						{
							"name": "Rates Timeseries Compare",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/rates/series/compare?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&period={{day, week, month}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"rates",
										"series",
										"compare"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "period",
											"value": "{{day, week, month}}",
											"description": "Sampling time period"
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Requested page for paginated results",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1, 100}}",
											"description": "Requested page size for paginated results",
											"disabled": true
										},
										{
											"key": "refundable",
											"value": "{{boolean value}}",
											"description": "Filter by offers refundability",
											"disabled": true
										},
										{
											"key": "breakfast_included",
											"value": "{{boolean value}}",
											"description": "Filter by breaskfast inclusion offers",
											"disabled": true
										},
										{
											"key": "lunch_included",
											"value": "{{boolean value}}",
											"description": "Filter by lunch inclusion offers",
											"disabled": true
										},
										{
											"key": "dinner_included",
											"value": "{{boolean value}}",
											"description": "Filter by dinner inclusion offers",
											"disabled": true
										},
										{
											"key": "number_of_guests",
											"value": "{{boolean value}}",
											"description": "Filter by allowed number of guests",
											"disabled": true
										},
										{
											"key": "percentile",
											"value": "{{0, 1}}",
											"description": "Request percentile expressed in the range (0, 1). Median value 0.5 will always be implicitly requested.",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == C**\n\n### **LICENCE TYPE == ADD-ON**\n\nReturns two, time-based rate series for the selected POI for two different timeframes at once: one defined by **\\[from,to\\]** query parameters and another auto-calculated for the same duration in the past. Additional comparative time-based data series between the two timeframes are returned as well."
							},
							"response": []
						}
					]
				},
				{
					"name": "Saturation Timeseries",
					"item": [
						{
							"name": "Saturation Timeseries",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/rates/saturation/series?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&period={{day, week, month}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"rates",
										"saturation",
										"series"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "period",
											"value": "{{day, week, month}}",
											"description": "Sampling time period"
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Requested page for paginated results",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1, 100}}",
											"description": "Requested page size for paginated results",
											"disabled": true
										},
										{
											"key": "refundable",
											"value": "{{boolean value}}",
											"description": "Filter by offers refundability",
											"disabled": true
										},
										{
											"key": "breakfast_included",
											"value": "{{boolean value}}",
											"description": "Filter by breaskfast inclusion offers",
											"disabled": true
										},
										{
											"key": "lunch_included",
											"value": "{{boolean value}}",
											"description": "Filter by lunch inclusion offers",
											"disabled": true
										},
										{
											"key": "dinner_included",
											"value": "{{boolean value}}",
											"description": "Filter by dinner inclusion offers",
											"disabled": true
										},
										{
											"key": "number_of_guests",
											"value": "{{boolean value}}",
											"description": "Filter by allowed number of guests",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == C**\n\n### **LICENCE TYPE == ADD-ON**\n\nReturns two, time-based accommodation occupancy data series for the selected POI for two different timeframes at once: one defined by **\\[from,to\\]** query parameters and another auto-calculated for the same duration in the past. Additional comparative time-based data series between the two timeframes are returned as well"
							},
							"response": []
						},
						{
							"name": "Saturation Timeseries Compare",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "{{api_key}}",
										"type": "text"
									},
									{
										"key": "Accept-Language",
										"value": "{{it, fr, en}}",
										"description": "Translate the requested dictionary entries in a language specified in in ISO_639-1 standard format.",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://api.datappeal.io/v4/{{billing_plan}}/account/{{account_id}}/poi/{{poi_id}}/rates/saturation/series/compare?from={{yyyy-mm-dd}}&to={{yyyy-mm-dd}}&period={{day, week, month}}",
									"protocol": "https",
									"host": [
										"api",
										"datappeal",
										"io"
									],
									"path": [
										"v4",
										"{{billing_plan}}",
										"account",
										"{{account_id}}",
										"poi",
										"{{poi_id}}",
										"rates",
										"saturation",
										"series",
										"compare"
									],
									"query": [
										{
											"key": "from",
											"value": "{{yyyy-mm-dd}}",
											"description": "Start date of the timeframe"
										},
										{
											"key": "to",
											"value": "{{yyyy-mm-dd}}",
											"description": "End date of the timeframe"
										},
										{
											"key": "period",
											"value": "{{day, week, month}}",
											"description": "Sampling time period"
										},
										{
											"key": "page",
											"value": "{{1, 2, 3...}}",
											"description": "Requested page for paginated results",
											"disabled": true
										},
										{
											"key": "page_size",
											"value": "{{1, 100}}",
											"description": "Requested page size for paginated results",
											"disabled": true
										},
										{
											"key": "refundable",
											"value": "{{boolean value}}",
											"description": "Filter by offers refundability",
											"disabled": true
										},
										{
											"key": "breakfast_included",
											"value": "{{boolean value}}",
											"description": "Filter by breaskfast inclusion offers",
											"disabled": true
										},
										{
											"key": "lunch_included",
											"value": "{{boolean value}}",
											"description": "Filter by lunch inclusion offers",
											"disabled": true
										},
										{
											"key": "dinner_included",
											"value": "{{boolean value}}",
											"description": "Filter by dinner inclusion offers",
											"disabled": true
										},
										{
											"key": "number_of_guests",
											"value": "{{boolean value}}",
											"description": "Filter by allowed number of guests",
											"disabled": true
										}
									]
								},
								"description": "### **PRICING TIER == C**\n\n### **LICENCE TYPE == ADD-ON**\n\nReturns a time-based accommodation occupancy data series for the selected POI, grouped by a time period."
							},
							"response": []
						}
					]
				}
			]
		}
	]
}