From 7ed2a1a603383a2bbed4172241a7c81ebdd4ce2a Mon Sep 17 00:00:00 2001 From: cdartnell-wgs Date: Mon, 11 May 2026 17:03:58 +0200 Subject: [PATCH 1/2] feat(localities): add existing specific subtypes for poi transit.station.rail --- specification/schemas/LocalitiesTypesPoi.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/specification/schemas/LocalitiesTypesPoi.yml b/specification/schemas/LocalitiesTypesPoi.yml index f7518e38..755f7f1c 100644 --- a/specification/schemas/LocalitiesTypesPoi.yml +++ b/specification/schemas/LocalitiesTypesPoi.yml @@ -7,6 +7,12 @@ enum: - 'transit.station' - 'transit.station.airport' - 'transit.station.rail' + - 'transit.station.rail.funicular' + - 'transit.station.rail.light_rail' + - 'transit.station.rail.monorail' + - 'transit.station.rail.subway' + - 'transit.station.rail.train' + - 'transit.station.rail.tram' - 'beach' - 'business' - 'business.car_repair' From 36b46be216c527204ab6abce3fdf90bc0a366b7c Mon Sep 17 00:00:00 2001 From: gaelsimon Date: Thu, 28 May 2026 13:24:45 +0000 Subject: [PATCH 2/2] chore: update dist folder [skip ci] --- dist/merged-woosmap-openapi3.json | 6 + dist/woosmap-openapi3.json | 6 + dist/woosmap-openapi3.yml | 6 + dist/woosmap-postman.json | 890 +++++++++++++++--------------- 4 files changed, 463 insertions(+), 445 deletions(-) diff --git a/dist/merged-woosmap-openapi3.json b/dist/merged-woosmap-openapi3.json index 34bf33e5..3e43104a 100755 --- a/dist/merged-woosmap-openapi3.json +++ b/dist/merged-woosmap-openapi3.json @@ -14251,6 +14251,12 @@ "transit.station", "transit.station.airport", "transit.station.rail", + "transit.station.rail.funicular", + "transit.station.rail.light_rail", + "transit.station.rail.monorail", + "transit.station.rail.subway", + "transit.station.rail.train", + "transit.station.rail.tram", "beach", "business", "business.car_repair", diff --git a/dist/woosmap-openapi3.json b/dist/woosmap-openapi3.json index a4aa93e9..b6fd30b5 100755 --- a/dist/woosmap-openapi3.json +++ b/dist/woosmap-openapi3.json @@ -6841,6 +6841,12 @@ "transit.station", "transit.station.airport", "transit.station.rail", + "transit.station.rail.funicular", + "transit.station.rail.light_rail", + "transit.station.rail.monorail", + "transit.station.rail.subway", + "transit.station.rail.train", + "transit.station.rail.tram", "beach", "business", "business.car_repair", diff --git a/dist/woosmap-openapi3.yml b/dist/woosmap-openapi3.yml index 939ffead..456e1bfe 100755 --- a/dist/woosmap-openapi3.yml +++ b/dist/woosmap-openapi3.yml @@ -5921,6 +5921,12 @@ components: - transit.station - transit.station.airport - transit.station.rail + - transit.station.rail.funicular + - transit.station.rail.light_rail + - transit.station.rail.monorail + - transit.station.rail.subway + - transit.station.rail.train + - transit.station.rail.tram - beach - business - business.car_repair diff --git a/dist/woosmap-postman.json b/dist/woosmap-postman.json index 754edba8..2f390be9 100755 --- a/dist/woosmap-postman.json +++ b/dist/woosmap-postman.json @@ -10,7 +10,7 @@ "description": "Manage the store and asset data within your Woosmap project. It provides full CRUD (Create, Read, Update, Delete) operations through standard HTTP methods, supporting batch imports up to 15MB, along with an atomic replace operation for swapping entire datasets without downtime.\nThis endpoint handles the complete lifecycle of your location data. You can add new assets in batch using POST, update existing assets with PUT, retrieve assets as GeoJSON with GET, remove individual or all assets with DELETE, and atomically replace your entire dataset using the replace operation. All write operations accept JSON payloads containing an array of store objects, each with a unique storeId, name, and geographic coordinates.\n\n``` POST|GET|PUT|DELETE https://api.woosmap.com/stores ```\n", "item": [ { - "id": "bd50eb91-ba29-41c0-84bd-2de5c211f113", + "id": "e95283f9-3a21-4d88-bf50-69acb5d21623", "name": "Create your Assets", "request": { "name": "Create your Assets", @@ -44,7 +44,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -72,7 +72,7 @@ }, "response": [ { - "id": "dc33bb61-357a-4dae-aef7-133d83d18b61", + "id": "e8219841-c556-49d4-80ce-4980aa47ae44", "name": "Assets successfully created", "originalRequest": { "url": { @@ -110,7 +110,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -132,7 +132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc6f633d-4a0b-4f8c-9c4d-dbd33cf3bb45", + "id": "1db9cf82-876a-49b3-a140-9f3c4c1f631c", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -170,7 +170,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -192,7 +192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d009325-6351-4da3-b81f-7c0ad2f6db73", + "id": "1275f9e4-6083-48d0-8569-4443b88151c7", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -230,7 +230,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -252,7 +252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71d2580d-f081-4da6-97de-1aea8e478ff1", + "id": "ecdebb12-ce06-409e-af5d-404bf799278b", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -290,7 +290,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -318,7 +318,7 @@ } }, { - "id": "ee347501-bf1d-4b68-b3b3-32660f269926", + "id": "723f7816-a5ff-4dc8-855c-cef5415c5ae5", "name": "Update the Assets", "request": { "name": "Update the Assets", @@ -352,7 +352,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -380,7 +380,7 @@ }, "response": [ { - "id": "8c744bf0-212e-437f-93d3-10fdd929d4ca", + "id": "c3eba065-5161-4463-9a84-ac58bd8617fa", "name": "Assets successfully updated", "originalRequest": { "url": { @@ -418,7 +418,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -440,7 +440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f12ed61c-7fbd-434a-bce6-e32825cbe1ba", + "id": "9a4d0de6-25f2-40ce-9a55-8edeaccc41e0", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -478,7 +478,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -500,7 +500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fceb866e-7d9d-4085-9a7f-ddea59d8b408", + "id": "d6eea6d6-df8b-4e17-a499-3f5657bc72f9", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -538,7 +538,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -560,7 +560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31525bf9-a499-40d1-959a-4f5e431bd942", + "id": "0a8a8b29-651f-4fc1-8689-b4ce79067234", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -598,7 +598,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -626,7 +626,7 @@ } }, { - "id": "dc15c42d-b0bc-4bce-b12f-14cee48b5b84", + "id": "d8dae6bb-1a60-4186-976d-2ad36d6bfcbb", "name": "Delete the Assets", "request": { "name": "Delete the Assets", @@ -685,7 +685,7 @@ }, "response": [ { - "id": "caa81ec9-5d4d-490c-a87d-08c061ba9ece", + "id": "073e5a18-6cc8-4ebf-a01e-657cfaaa7783", "name": "Assets successfully deleted", "originalRequest": { "url": { @@ -741,7 +741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9d157c3-b0a7-4a1a-9852-31a5767b95e6", + "id": "959ebfc2-0475-46e4-b0a8-f5f959f011d1", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -797,7 +797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acd22d3e-7dfc-408e-a802-0f1d539204ad", + "id": "7e97492f-2bc0-4d79-a0ce-fcf9e6f9acaf", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -859,7 +859,7 @@ } }, { - "id": "7e3b9156-c1e7-46b9-b578-9b960e14d310", + "id": "390d4f51-a514-4ecf-8c17-bbd721481949", "name": "Get Asset from ID", "request": { "name": "Get Asset from ID", @@ -920,7 +920,7 @@ }, "response": [ { - "id": "f7ce8b4f-11d9-4a40-8df9-3dddfb6a8cc8", + "id": "2bf5511b-e920-4478-b899-f821edf9d6be", "name": "Asset successfully retrieved", "originalRequest": { "url": { @@ -974,12 +974,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 1039.9750635050075,\n \"key_1\": true,\n \"key_2\": false,\n \"key_3\": 789.7188409444111,\n \"key_4\": 5028\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n}", + "body": "{\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a1d3a82d-968b-46d9-a7a4-43f868e62ac3", + "id": "9f1bfd53-fe71-40be-a2b7-cdba2988181a", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1038,7 +1038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "592c5325-fcae-4c06-8e4d-251a182d2ba6", + "id": "4b68c593-1414-4a35-932b-369cf6780cea", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1097,7 +1097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7a52244-84ba-4702-8f2c-891be4c52582", + "id": "3b0565bc-bd45-4b3c-b897-b7a132982d0f", "name": "Not Found - `storeId` do not exist.", "originalRequest": { "url": { @@ -1150,7 +1150,7 @@ } }, { - "id": "6328056a-faea-4e9c-a2fc-4e2bb079e502", + "id": "3d1cc7cb-7337-4029-a063-a0257a1ca226", "name": "Replace all assets", "request": { "name": "Replace all assets", @@ -1185,7 +1185,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1213,7 +1213,7 @@ }, "response": [ { - "id": "ba473e40-7c1e-4f01-9230-f5357cc3aa4a", + "id": "ed9fcead-ad30-4275-b5e1-69cf692892c5", "name": "Assets successfully replaced", "originalRequest": { "url": { @@ -1252,7 +1252,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1274,7 +1274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "788f8039-5603-4003-b4a4-182b3f2b5de7", + "id": "4971e67f-ab09-43af-84ee-a8fbcf6dea99", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1313,7 +1313,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1335,7 +1335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecf6de73-1a76-4eff-9354-e583b9233df1", + "id": "6c44ef42-2ba9-4f15-b90b-57fd716e0303", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1374,7 +1374,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1396,7 +1396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc23e12e-45db-4366-bc0c-c3f78c812017", + "id": "d394dfdc-793b-4c46-be86-9e1df45058bf", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1435,7 +1435,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": false\n },\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1469,7 +1469,7 @@ "description": "The Zones Endpoint lets you associate geographic polygons (zones) with your stores and then search for stores whose zone contains a specific point. Unlike distance-based search, which relies on straight-line proximity, zone-based search accounts for real-world boundaries like delivery areas, service regions, or franchise territories.\nZone management provides a full set of CRUD operations: import zones in bulk, update existing zones, list all zones in your project, retrieve or delete individual zones by ID, and remove all zones at once. Each zone links a polygon (defined in WKT format) to a specific store via store_id and zone_id.\n\nOnce zones are imported, you can search for stores by adding `zone=true` to your Search request. The API returns stores whose zone polygon intersects the queried location rather than the nearest stores by distance.\n\n``` https://api.woosmap.com/zones ```\n", "item": [ { - "id": "daafb07a-684d-4152-a443-2c94038f4e72", + "id": "2fa9b599-63a4-4dec-b59e-01a00002c92f", "name": "List your Zones", "request": { "name": "List your Zones", @@ -1537,7 +1537,7 @@ }, "response": [ { - "id": "e1230a8b-663a-4435-b8d8-fd76bb01eeb4", + "id": "6438f576-f6c5-44c0-9732-36f34ff51284", "name": "Zones successfully retrieved", "originalRequest": { "url": { @@ -1602,7 +1602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec687784-5eff-46db-8e3d-d46aa3c92ff5", + "id": "6c0cb4c4-8796-446d-8b4e-7f0cc189e99e", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1667,7 +1667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fe04560-0413-492d-952f-4519424f6e84", + "id": "14cbc382-9efc-44e2-a18c-1a386d75519b", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1732,7 +1732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6a696d1-c65f-4022-8b52-230c7f2d18ff", + "id": "0b2050b3-515d-400c-ba2b-fffd950a2547", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -1803,7 +1803,7 @@ } }, { - "id": "7c7143bd-3e71-410a-ba8f-993883688352", + "id": "ebfe64f6-2b19-4b9d-9181-4bd0dcbff35f", "name": "Create your Zones", "request": { "name": "Create your Zones", @@ -1865,7 +1865,7 @@ }, "response": [ { - "id": "36b2a163-2764-4078-b2d1-8952036d5f0f", + "id": "b5e0add2-8883-4d18-9994-b9d35a683ad8", "name": "Zones successfully created", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "987200eb-f421-4655-969c-7122b77bf80b", + "id": "09582113-1372-4f83-9ade-9a0b50672f5a", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1985,7 +1985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d66c4c1e-c257-4115-aaa2-de763a6ee2ec", + "id": "f3d24a8d-1de8-4880-a5e3-f72ae4e2f1bd", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2045,7 +2045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bea04163-0ee9-48c6-b6aa-6df4bddce944", + "id": "b01bea36-43df-4143-a489-ba101f19bd8c", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2111,7 +2111,7 @@ } }, { - "id": "00b6384c-7d5e-4fb8-9a4c-388d72204609", + "id": "1d8548ff-0f27-4175-9622-ecaebc7a4a80", "name": "Update the Zones", "request": { "name": "Update the Zones", @@ -2173,7 +2173,7 @@ }, "response": [ { - "id": "9bbd0a7c-9394-45ca-bcb3-f358289daf1e", + "id": "873a0d35-916e-4ddf-92c9-cf515598e06a", "name": "Zones successfully updated", "originalRequest": { "url": { @@ -2233,7 +2233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e692e471-74c8-429e-9a1c-b8231739944e", + "id": "d1a3db0d-45b8-4576-9006-93eaf8cc657c", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -2293,7 +2293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0797680-a35c-4cc4-bc41-b2aafa94d8c0", + "id": "4a44ecc0-1492-4359-b0ce-235b9fbff853", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2353,7 +2353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e623969-cf20-4e4e-9ad1-0881c92cdb87", + "id": "80f39857-e01f-441a-9e74-92fa0f5aae16", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2419,7 +2419,7 @@ } }, { - "id": "854d2ac0-51ca-46dd-9f02-3192bef80a9f", + "id": "e2353e00-6887-4b35-9eff-adbf7569b63f", "name": "Delete the Zones", "request": { "name": "Delete the Zones", @@ -2468,7 +2468,7 @@ }, "response": [ { - "id": "b508cb05-70b9-4f91-ba44-ba7b7d0f3c4d", + "id": "4c0f2226-f292-4dc1-899b-fb6d0ca1ae9b", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -2515,7 +2515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f734981-2a38-49bf-9d29-6efb46cb76f1", + "id": "d74a6a70-b273-49da-9ec0-7bd135260dd8", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2562,7 +2562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1182248-bf8f-4b35-9fc2-085ef86fdecc", + "id": "cd96e73f-1640-4bc2-8fce-bc0e5bbd9a2a", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2615,7 +2615,7 @@ } }, { - "id": "af077a37-6aeb-425d-9ad3-fcb929ee50c6", + "id": "d832588d-d0c5-4864-918e-a9f8405078ef", "name": "Get Zone from ID", "request": { "name": "Get Zone from ID", @@ -2676,7 +2676,7 @@ }, "response": [ { - "id": "3c4a2dbd-852a-4de4-9531-bf0ec8fcfa47", + "id": "1326971b-5a3d-49f1-8786-f9b94cae4eb5", "name": "Zone successfully retrieved", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18315819-e593-4706-b0ee-871fc2d7196d", + "id": "820a3713-a7eb-4859-8a5f-d14434112d7a", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2794,7 +2794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67f76053-ed03-4115-9602-30fcd65c50d6", + "id": "93757cdb-37fa-42a9-a9fd-c7df8664ba60", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2853,7 +2853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc052500-7c39-42b8-bfac-e3954b89ae6e", + "id": "2d095030-0f64-43bc-b1c7-1378127f6753", "name": "Not Found - `zone_id` do not exist.", "originalRequest": { "url": { @@ -2906,7 +2906,7 @@ } }, { - "id": "6f016b3b-3eb8-45f7-ae39-cf1376a5b659", + "id": "93bb7ac1-a39f-4e0f-a091-d6f8958c097f", "name": "Delete Zone from ID", "request": { "name": "Delete Zone from ID", @@ -2967,7 +2967,7 @@ }, "response": [ { - "id": "49b7c50d-a62f-412a-a33e-27d61f69c51e", + "id": "34e421d9-bae6-4332-8c13-0ce6a3614e0d", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -3026,7 +3026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37efb323-71b0-47e7-a578-31cca22029cb", + "id": "aed47d38-9529-46d5-8b65-49a7c3386bbe", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3085,7 +3085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c78b3af7-9cca-4da5-93c2-83789e8c79b6", + "id": "f1e1f692-1a23-48a8-be45-b2ecd87081e5", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3156,7 +3156,7 @@ "description": "Geolocation API returns a location (or nearby stores) and accuracy radius based on an IP address. Request is done over HTTPS using GET. Response is formatted as JSON. You must specify a key in your request, included as the value of a `key` parameter for your public key or `private_key` for your private key. This key identifies your application for purposes of quota management. Learn how to [get a key](https://developers.woosmap.com/support/api-keys/).\n", "item": [ { - "id": "a3f77bd8-f6ce-4672-8b76-d11daf415ef5", + "id": "efcaaf8f-e73a-4fee-82de-0fd6fefab5d5", "name": "Geolocation from an IP address", "request": { "name": "Geolocation from an IP address", @@ -3216,7 +3216,7 @@ }, "response": [ { - "id": "40a226fe-1f72-470e-b8dd-65feb2c0d69b", + "id": "426952fd-6643-45ad-b297-7a3b90ae49c3", "name": "Geolocation successfully retrieved", "originalRequest": { "url": { @@ -3273,7 +3273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7d623a7-f0c6-4c01-bf57-2e3cfb4e127c", + "id": "d6e4215d-1cae-4645-8be6-b9224570db00", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3330,7 +3330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53f6ce0d-9bbe-4b5b-8383-ff84df378eed", + "id": "56002b39-f2f4-43f8-b02f-6658cb712d2c", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3387,7 +3387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b158cfac-cd44-40ef-a3e3-66206c36805a", + "id": "b293f8c8-e0ba-44fd-818b-6b3e84679d99", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3450,7 +3450,7 @@ } }, { - "id": "93772ae3-1327-4535-a469-4c22fe156d8b", + "id": "33822efe-8207-4e62-9509-5482c2d6520c", "name": "Assets nearby a Geolocation", "request": { "name": "Assets nearby a Geolocation", @@ -3528,7 +3528,7 @@ }, "response": [ { - "id": "fee6c5ad-0442-487e-8400-1c928fe36e8a", + "id": "03f9261a-69f3-49e3-ac3e-ecdbc6f76a2f", "name": "Geolocation and Stores successufully retrieved", "originalRequest": { "url": { @@ -3598,12 +3598,12 @@ "value": "application/json" } ], - "body": "{\n \"stores\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": false,\n \"key_1\": 2815.465795971714\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"country_code\": \"\",\n \"country_name\": \"\",\n \"continent\": \"\",\n \"region_state\": \"\",\n \"city\": \"\",\n \"postal_code\": \"\",\n \"timezone\": \"\",\n \"raw_offset\": \"\",\n \"dst_offset\": \"\"\n}", + "body": "{\n \"stores\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\",\n \"key_2\": \"string\"\n },\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"country_code\": \"\",\n \"country_name\": \"\",\n \"continent\": \"\",\n \"region_state\": \"\",\n \"city\": \"\",\n \"postal_code\": \"\",\n \"timezone\": \"\",\n \"raw_offset\": \"\",\n \"dst_offset\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3214d901-fb08-4a91-b2c7-d511cd4ade2a", + "id": "1c3034f8-2f68-406f-8fe5-005932096cc4", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3678,7 +3678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a110a5d3-fde5-45e6-849b-184ada65aad2", + "id": "c222b440-4fec-4e04-ba78-a8e665402a11", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3753,7 +3753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7a976e2-9e73-4d78-8888-65821f361806", + "id": "68d66e4a-b996-4b85-900a-8442fd2a9015", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3834,7 +3834,7 @@ } }, { - "id": "c2261dd1-0817-4bd0-a484-dda63e2271ac", + "id": "d49559b0-e85a-4daa-b71f-3b0268e36a3c", "name": "Timezone", "request": { "name": "Timezone", @@ -3903,7 +3903,7 @@ }, "response": [ { - "id": "e681fcc0-179d-4da3-b645-cb81ba6b11ea", + "id": "e8a0c52f-2ae3-430e-97fd-d6e60aaaa277", "name": "Timezone successfully retrieved", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f17dfc4-d8e8-44b9-86ce-051e9024b5b2", + "id": "edb7f2db-fa38-4b16-bf08-7f3625fda8c9", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4035,7 +4035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0d9d3d9-1d6b-44ea-b217-cc4633930ee6", + "id": "ccd29246-9d82-4a7c-916b-ade60b261950", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4101,7 +4101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "593ae285-d3bf-407a-bf4c-922192129b7c", + "id": "c44dc9bf-10a3-491a-bd44-b3ba7145112b", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -4179,7 +4179,7 @@ "description": "Woosmap Localities API is a web service that returns a great amount of geographical places in response to an HTTP request. Among others are city names, postal codes, suburbs, addresses or airports. Request is done over HTTPS using GET. Response is formatted as JSON. You must specify a key in your request, included as the value of a `key` parameter for your public key or `private_key` for your private key. This key identifies your application for purposes of quota management. Learn how to [get a key](https://developers.woosmap.com/support/api-keys/).\n", "item": [ { - "id": "89c54193-28f1-46a9-9556-6b5fba6024e2", + "id": "3472f65d-7e04-47e2-8a39-6af5f0cca4ef", "name": "Autocomplete for Localities", "request": { "name": "Autocomplete for Localities", @@ -4215,7 +4215,7 @@ "type": "text/plain" }, "key": "types", - "value": "admin_level_3" + "value": "village" }, { "disabled": false, @@ -4320,7 +4320,7 @@ }, "response": [ { - "id": "1b374057-51a6-489b-9996-795b6043018f", + "id": "06ce3f3e-03f0-4b12-812f-d6c236f65c56", "name": "Autocompletion Localities successfully retrieved", "originalRequest": { "url": { @@ -4351,7 +4351,7 @@ "type": "text/plain" }, "key": "types", - "value": "admin_level_3" + "value": "village" }, { "disabled": false, @@ -4453,12 +4453,12 @@ "value": "application/json" } ], - "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"city\",\n \"city\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n },\n {\n \"public_id\": \"\",\n \"types\": [\n \"borough\",\n \"locality\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n }\n ]\n}", + "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"town\",\n \"admin_level_2\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n },\n {\n \"public_id\": \"\",\n \"types\": [\n \"admin_level\",\n \"address\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2ffc303e-254e-459c-9a24-898e6e75b22d", + "id": "99bfabc6-c067-4dcd-b19a-8500b2459289", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4489,7 +4489,7 @@ "type": "text/plain" }, "key": "types", - "value": "admin_level_3" + "value": "village" }, { "disabled": false, @@ -4596,7 +4596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfa03459-f6dc-43a3-8a76-25e23308483c", + "id": "c48500a7-a4f6-4e0a-b305-ddae154762e7", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4627,7 +4627,7 @@ "type": "text/plain" }, "key": "types", - "value": "admin_level_3" + "value": "village" }, { "disabled": false, @@ -4734,7 +4734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12c1ce7c-2daf-438d-bcb6-c796a7aea3c1", + "id": "f935f2dd-ff5c-47e8-8ac5-20e9beb0f633", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -4765,7 +4765,7 @@ "type": "text/plain" }, "key": "types", - "value": "admin_level_3" + "value": "village" }, { "disabled": false, @@ -4878,7 +4878,7 @@ } }, { - "id": "7846414d-a64d-42de-b615-cde2f241d37f", + "id": "e5e30f5b-4626-489e-8d44-2c3b69b964e9", "name": "Details of a Locality", "request": { "name": "Details of a Locality", @@ -4983,7 +4983,7 @@ }, "response": [ { - "id": "63ae4e79-2abf-4c05-8b5c-0da3c4cf3029", + "id": "cd541c50-3f3e-49ce-84a1-5492b0cdb01e", "name": "Details Localities successfully retrieved", "originalRequest": { "url": { @@ -5080,12 +5080,12 @@ "value": "application/json" } ], - "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"postal_code\",\n \"admin_level_3\"\n ],\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n },\n \"accuracy\": \"ROUTE\"\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"administrative_area_label\": \"\",\n \"status\": \"not_yet_built\",\n \"addresses\": {\n \"pagination\": {\n \"page\": \"\",\n \"page_count\": \"\",\n \"addresses_per_page\": \"\",\n \"address_count\": \"\"\n },\n \"list\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n }\n}", + "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"village\",\n \"hamlet\"\n ],\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n },\n \"accuracy\": \"RANGE_INTERPOLATED\"\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"administrative_area_label\": \"\",\n \"status\": \"not_yet_built\",\n \"addresses\": {\n \"pagination\": {\n \"page\": \"\",\n \"page_count\": \"\",\n \"addresses_per_page\": \"\",\n \"address_count\": \"\"\n },\n \"list\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "35fd2ec4-dbc1-4d75-a5c3-10f9b2c0ff86", + "id": "b46e6afa-5708-40b3-9274-5d082c8a665b", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5187,7 +5187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf95e1ab-37eb-4e40-8f8b-8f1c5c80bd94", + "id": "325f7671-cebd-435b-9f80-139e2c6dac88", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5289,7 +5289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6733f69-5f6b-4f3c-a3b9-441da883cd76", + "id": "8f7bb971-c10c-44ef-9ceb-8acfee646ee4", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5397,7 +5397,7 @@ } }, { - "id": "d1844ab7-bc86-469a-ade3-c5f43882c34a", + "id": "2f02c25c-678a-4a13-817c-81b2aeaeeaa9", "name": "Geocode a locality or Reverse Geocode a latlng", "request": { "name": "Geocode a locality or Reverse Geocode a latlng", @@ -5442,7 +5442,7 @@ "type": "text/plain" }, "key": "types", - "value": "admin_level_3" + "value": "village" }, { "disabled": false, @@ -5538,7 +5538,7 @@ }, "response": [ { - "id": "69aef766-2d59-4c11-a79c-e280d5995316", + "id": "90722488-4e77-4bb2-b889-5b614fbe32a1", "name": "Request Localities Geocode successful", "originalRequest": { "url": { @@ -5578,7 +5578,7 @@ "type": "text/plain" }, "key": "types", - "value": "admin_level_3" + "value": "village" }, { "disabled": false, @@ -5671,12 +5671,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"village\",\n \"hamlet\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"APPROXIMATE\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"route\",\n \"hamlet\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"RANGE_INTERPOLATED\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n }\n ]\n}", + "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"hamlet\",\n \"admin_level\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"GEOMETRIC_CENTER\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"hamlet\",\n \"neighbourhood\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"APPROXIMATE\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b59fbe3c-c2f4-4dac-85b5-a950ce686d62", + "id": "15e9f9c7-28ea-4759-b8ec-2ccfba9bbc24", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5716,7 +5716,7 @@ "type": "text/plain" }, "key": "types", - "value": "admin_level_3" + "value": "village" }, { "disabled": false, @@ -5814,7 +5814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "763f44dc-d7bf-46da-91e8-f488a5838aa9", + "id": "41122469-3b4e-4cee-8bf1-c213b9f10158", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5854,7 +5854,7 @@ "type": "text/plain" }, "key": "types", - "value": "admin_level_3" + "value": "village" }, { "disabled": false, @@ -5952,7 +5952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17344aca-d008-4314-827c-2fff53073a95", + "id": "3f600f8a-c6ae-4367-b264-aee6416b0a2e", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5992,7 +5992,7 @@ "type": "text/plain" }, "key": "types", - "value": "admin_level_3" + "value": "village" }, { "disabled": false, @@ -6096,7 +6096,7 @@ } }, { - "id": "e981a384-6902-4be0-a58a-6beef4d53ed6", + "id": "fe57fb09-7206-4c42-8a68-06bd71eb4e0b", "name": "Nearby points of interest", "request": { "name": "Nearby points of interest", @@ -6119,11 +6119,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "government" + "value": "business.shop.bakery" }, { "disabled": false, @@ -6164,11 +6164,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "government" + "value": "business.shop.bakery" } ], "variable": [] @@ -6201,7 +6201,7 @@ }, "response": [ { - "id": "9650ff4d-69a2-4e1a-b691-e9b95e69409d", + "id": "209f1145-3510-4c3a-bb4b-643fe96c9264", "name": "Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`.", "originalRequest": { "url": { @@ -6219,11 +6219,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "government" + "value": "business.shop.bakery" }, { "disabled": false, @@ -6264,11 +6264,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "government" + "value": "business.shop.bakery" }, { "description": { @@ -6298,12 +6298,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"business.shop.electronics\",\n \"tourism.monument\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"business.shop\",\n \"medical.clinic\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"place_of_worship\",\n \"business.shop.clothes\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"medical.hospital\",\n \"education.kindergarten\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"sports\",\n \"business\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"place_of_worship\",\n \"tourism.attraction.amusement_park\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"education.college\",\n \"tourism.attraction\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"park.national\",\n \"medical\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a4cf76d9-83bf-4fe1-b412-6f47a6ff0185", + "id": "1692bde6-594f-42b8-b98a-baf32e3f020b", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6321,11 +6321,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "government" + "value": "business.shop.bakery" }, { "disabled": false, @@ -6366,11 +6366,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "government" + "value": "business.shop.bakery" }, { "description": { @@ -6405,7 +6405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afad1238-c2f9-4720-8d9c-d33b233b3e86", + "id": "2e7bc804-33d9-4b29-9301-e51dfc6428a7", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -6423,11 +6423,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "government" + "value": "business.shop.bakery" }, { "disabled": false, @@ -6468,11 +6468,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "government" + "value": "business.shop.bakery" }, { "description": { @@ -6507,7 +6507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99be6f1f-40ec-41b2-9cc9-eeb60de075fa", + "id": "45005bb3-8971-4a90-ad58-c4846d4ad897", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -6525,11 +6525,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "government" + "value": "business.shop.bakery" }, { "disabled": false, @@ -6570,11 +6570,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "government" + "value": "business.shop.bakery" }, { "description": { @@ -6621,7 +6621,7 @@ "description": "", "item": [ { - "id": "52171012-e8b1-43a9-b51c-5b39ff42375e", + "id": "ef08f842-fa4e-4796-9b3f-500d367d96f0", "name": "Search for assets", "request": { "name": "Search for assets", @@ -6744,7 +6744,7 @@ }, "response": [ { - "id": "c099e7f6-8c97-4c60-b0e1-679c6a225b4f", + "id": "95a38507-8b93-4e69-b469-235a01b5453f", "name": "Assets successfully retrieved", "originalRequest": { "url": { @@ -6859,12 +6859,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": \"string\"\n },\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", + "body": "{\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 3108\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2a057cde-d499-4a67-a307-e93f1c10cfb4", + "id": "2a82985d-d7af-4a36-adf7-3fb26ecbb5c7", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6984,7 +6984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a99b6f00-64b9-42f3-aaab-e22f9b179275", + "id": "2d744253-4c22-4dd8-9d7b-cb8ca2dc44a8", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7104,7 +7104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5e24afa-49a2-4d58-a3cd-2808b72524d3", + "id": "5c34db4c-817c-4c65-a015-0968975d5d8c", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7230,7 +7230,7 @@ } }, { - "id": "a959e1dd-6814-463f-8aa8-d1e0598fbca7", + "id": "5345df45-043d-4031-9370-373fc8b3fa83", "name": "Autocomplete for assets", "request": { "name": "Autocomplete for assets", @@ -7308,7 +7308,7 @@ }, "response": [ { - "id": "849737cb-5592-410e-8cd7-cf78be47c669", + "id": "08b2e9d9-3cf9-4186-8a6f-c182326512d6", "name": "Assets Successfully Replaced", "originalRequest": { "url": { @@ -7383,7 +7383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6635d2e-8562-42cb-91c9-ec4c69d0680b", + "id": "30f0d940-81f9-4910-a863-b8e542e10413", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7458,7 +7458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b12eb2f8-000b-4353-bf08-a2c8fda1afda", + "id": "cd880190-1698-40d9-9609-4e0bf7f92715", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7533,7 +7533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f977d89-3446-4db1-b945-2010b3685778", + "id": "9145f946-21e0-4984-98a6-92b2365ec59f", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7614,7 +7614,7 @@ } }, { - "id": "b690f983-5fa3-4405-a088-1a59fa4b830c", + "id": "1741f417-fc34-4b82-a913-3b1cf2c865ad", "name": "Bounds for assets", "request": { "name": "Bounds for assets", @@ -7702,7 +7702,7 @@ }, "response": [ { - "id": "9f87b441-337c-49a8-a41b-a5b61bb8b5c0", + "id": "77e54009-51d4-4061-b7d9-1f5bdf4946eb", "name": "Bounds successfully retrieved", "originalRequest": { "url": { @@ -7787,7 +7787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1ba0eee-b121-4cc0-9a76-ce45ec4e8330", + "id": "b48eb790-61f9-46c4-94c8-45f14c8ce4e3", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7872,7 +7872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79aa4bf6-0b60-4071-8c3f-59012bd3610e", + "id": "343cfa1d-30c9-45f9-b477-e6eb65b67600", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7957,7 +7957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf192d54-3e5a-4fb2-946d-61be633fb938", + "id": "0151661a-1df7-431d-a5d4-276ce85ab7bb", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -8054,7 +8054,7 @@ "description": "The Woosmap Static Maps API lets you generate customizable, embeddable map images using simple HTTP requests. It’s a lightweight alternative to interactive maps—ideal for emails, reports, or websites where dynamic JavaScript maps aren't needed.\n\nYou provide parameters such as location, zoom level, size, and markers, and the API returns a map image that can be embedded directly into any webpage or application.\n", "item": [ { - "id": "ca83fc4e-f96f-45bf-9a60-158a21618d63", + "id": "22ace297-410a-4608-bcb5-1db1f5f51a0b", "name": "Get Static Map", "request": { "name": "Get Static Map", @@ -8228,7 +8228,7 @@ }, "response": [ { - "id": "b3fe10fc-c343-4266-a8e6-6447c998850e", + "id": "3cee4588-0458-4367-9c30-98c00d526a92", "name": "Successful Response", "originalRequest": { "url": { @@ -8372,7 +8372,7 @@ "_postman_previewlanguage": "text" }, { - "id": "30eafaf4-e732-4235-97d5-b006ae0f0ec1", + "id": "22bac439-5783-4a6c-9a04-1bb9ffc96e69", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -8516,7 +8516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8495112-2035-4577-890e-f0de9b078252", + "id": "ecafb2f8-6cd8-49b5-a52b-4c73254b04d8", "name": "Out of free quota.", "originalRequest": { "url": { @@ -8660,7 +8660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6da2fe61-14ca-42ac-8753-9fe8097cd01d", + "id": "beb3228e-c093-4f9b-ad76-a2e1e924d66b", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -8804,7 +8804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e78ad4c7-8f52-413d-a15c-4d0e7d67e30a", + "id": "e3685d99-073c-43e5-8993-4db110dd686d", "name": "Validation Error", "originalRequest": { "url": { @@ -8948,7 +8948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9524b5d6-895f-47f7-9450-3038b7eea3eb", + "id": "7f10ee51-729c-4e8e-9317-b9e500a171aa", "name": "Rate limit reached", "originalRequest": { "url": { @@ -9104,7 +9104,7 @@ "description": "The Woosmap for what3words integration enhances location search capabilities by incorporating what3words' unique\n3-word addressing system.\n\nThis API is a drop in replacement of what3words API but hosted on Woosmap Platform, with the addition of an endpoint leveraging the power of\n[Localities API](#tag/Woosmap_Platform_API_Reference_Localities-API) to convert a what3words address into a street address, bringing address level accuracy to what3words.\n", "item": [ { - "id": "9a253d7f-ba18-4cac-85cd-46549a7f3cc4", + "id": "1d7c1a1d-8cae-4eaf-88dc-f83d8745020b", "name": "Convert To What 3 Words", "request": { "name": "Convert To What 3 Words", @@ -9179,7 +9179,7 @@ }, "response": [ { - "id": "5543dc8f-5110-4059-91b0-78b7f2c0070f", + "id": "19bbae0c-1c23-4321-bac3-14b2a42da543", "name": "Successful Response", "originalRequest": { "url": { @@ -9251,7 +9251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7b7d9b1-918c-4e3d-adce-12222bbcca29", + "id": "55813e7a-715d-4f8d-b523-c567b1406984", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9323,7 +9323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e80782db-3eb0-4878-a973-6534c71a1288", + "id": "52a7e6a4-7a9d-49c2-9109-79139ffcd5b5", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9395,7 +9395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06391cca-f658-4762-81f1-ba62ebcf3f62", + "id": "f862d377-56af-49d3-9b1d-879246b514e6", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9467,7 +9467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d35e373e-bf30-4fb4-b7c0-0ceaa7b48728", + "id": "23cd4c4c-db50-4da3-a6eb-6ec7a32b50dc", "name": "Validation Error", "originalRequest": { "url": { @@ -9539,7 +9539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f541c7a6-2a57-4abb-81ab-8a7e3e09563a", + "id": "690fef01-52db-4bad-ba06-5c847a2467e7", "name": "Rate limit reached", "originalRequest": { "url": { @@ -9617,7 +9617,7 @@ } }, { - "id": "92af8db1-5883-46ca-abb6-bf5adb68f7d9", + "id": "5ac0400d-3c99-4cc0-b583-e8d86f1f9e9b", "name": "Convert To Address", "request": { "name": "Convert To Address", @@ -9683,7 +9683,7 @@ }, "response": [ { - "id": "a7739b82-ed4e-4368-bff0-c455c7ccfa9d", + "id": "9b75e5c7-ed58-452c-8da6-9defc459d7aa", "name": "Successful Response", "originalRequest": { "url": { @@ -9741,12 +9741,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"locality\",\n \"locality\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n {\n \"types\": [\n \"postal_code\",\n \"borough\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"city\",\n \"town\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n {\n \"types\": [\n \"town\",\n \"city\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "041767bd-89fe-4ecc-8f02-ec0ae8e4713d", + "id": "c3c2d413-fab0-41f7-828a-b884411b6300", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9809,7 +9809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05f02bb7-c191-43f1-ba91-2a31791c3ca2", + "id": "a7329568-d986-4d6e-a356-08bbf025868e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9872,7 +9872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e341884-8eb6-46a7-ab92-1de60b6200b5", + "id": "33176f14-a2ff-4091-b2a4-1f7ebbf7b5bd", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9935,7 +9935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed6256f-57ae-4c1c-971e-b4a9e4cbcc57", + "id": "9f008c59-3a61-41e5-b4ad-10bfefa76a77", "name": "Validation Error", "originalRequest": { "url": { @@ -9998,7 +9998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eac2e54f-c4db-4728-8c3b-3227c63b5095", + "id": "0c5efc3a-b19b-4e9b-9196-2d2e9576f281", "name": "Rate limit reached", "originalRequest": { "url": { @@ -10067,7 +10067,7 @@ } }, { - "id": "f57d98c4-1613-4384-b4ea-924a674b3bf3", + "id": "0d8d0781-1a25-49e2-bd6b-ff808207b050", "name": "Autosuggest", "request": { "name": "Autosuggest", @@ -10196,7 +10196,7 @@ }, "response": [ { - "id": "f9787f3e-2620-49b5-b89a-22c5ea523667", + "id": "bff5562a-9d43-47ca-890f-b80a2c637e9f", "name": "Successful Response", "originalRequest": { "url": { @@ -10322,7 +10322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28ed2912-4dac-4d70-a1a4-f744721f71ec", + "id": "dc0bef80-7575-4cf7-b695-414a4f8fddd6", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -10448,7 +10448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e25b886b-9d6b-4c1a-93b0-e497d0879a13", + "id": "5a281f4d-5e84-48a4-acf8-921c580d7024", "name": "Out of free quota.", "originalRequest": { "url": { @@ -10574,7 +10574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3668f592-a433-4b7e-9e75-f00cc253b4c6", + "id": "7b3509c0-af05-49c5-9b0e-54658323aa00", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -10700,7 +10700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a86299f-2e8b-4446-9fce-f63f7c41ee40", + "id": "b815a194-585b-4db8-9435-0153ee02b95c", "name": "Validation Error", "originalRequest": { "url": { @@ -10826,7 +10826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e46b150-0cdc-49a6-9f05-0c2a2187adee", + "id": "cf5af5ee-fbc2-4046-938c-6c9bd8b148bc", "name": "Rate limit reached", "originalRequest": { "url": { @@ -10964,7 +10964,7 @@ "description": "The Indoor API suite provides comprehensive tools for indoor mapping, search, and navigation in complex venues.\n\nThe Indoor Map API renders detailed floor plans with customizable styling, while the Indoor Search API enables\nprecise location searching through an intelligent POI engine with autocompletion capabilities.\n\nFor wayfinding, the Indoor Distance API calculates optimal routes between indoor points, delivering polylines\nand turn-by-turn instructions. Advanced features include custom routing profiles for different user types\n(staff, visitors, etc.) and seamless integration with external systems.\n", "item": [ { - "id": "acc7fbe2-cad3-4f6c-965b-ec4b1636d662", + "id": "830fcde5-a853-448e-bcb0-47a9ce01d55b", "name": "Get Venue By Key", "request": { "name": "Get Venue By Key", @@ -11023,7 +11023,7 @@ }, "response": [ { - "id": "90e49f5a-7632-4484-8f4c-5e0133d79ad0", + "id": "e43b1e20-f730-4388-8404-2b8f10d395f8", "name": "OK", "originalRequest": { "url": { @@ -11080,7 +11080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d37f12-2cda-4aec-aadb-417d9e2618f8", + "id": "b78f9627-eccf-4747-be78-adcbf9828200", "name": "Unauthorized", "originalRequest": { "url": { @@ -11137,7 +11137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f0269bf-da5a-4387-aa15-e2461bc0c0fc", + "id": "e8a9b671-bbd8-4d6f-90c5-6fa26d17f193", "name": "Payment Required", "originalRequest": { "url": { @@ -11194,7 +11194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c967e93b-08e4-4a4e-9ff1-345fece96958", + "id": "f14dd60f-e321-4db1-b50f-10f6fdc620e9", "name": "Forbidden", "originalRequest": { "url": { @@ -11251,7 +11251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce854fa3-9d5a-401f-9aa7-6114356b43bd", + "id": "6761a66f-d087-48da-9811-bb1d101b1d0c", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11303,7 +11303,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11314,7 +11314,7 @@ } }, { - "id": "1ef79885-264e-41ca-bc47-001cc3a2fcce", + "id": "3307cc40-5273-4c76-a6f1-20b76fea4861", "name": "Get Venues By Key", "request": { "name": "Get Venues By Key", @@ -11371,7 +11371,7 @@ }, "response": [ { - "id": "e58ab052-9996-4533-952a-390ca52d2c5b", + "id": "aa752697-8c47-4adc-aea9-4fec0106c532", "name": "OK", "originalRequest": { "url": { @@ -11425,7 +11425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e824bd44-39f6-4c3e-8cde-cdb0cd8cf7ee", + "id": "33f56ef0-ad28-4716-af1a-9fae60b3d3c0", "name": "Unauthorized", "originalRequest": { "url": { @@ -11479,7 +11479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70a0c7e2-418a-4a03-a462-89bf0c4e53d7", + "id": "6442c9a7-6ea9-4147-8ba8-90be2288d53a", "name": "Payment Required", "originalRequest": { "url": { @@ -11533,7 +11533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72eaf311-2d3c-40b6-adf6-da460d7c5024", + "id": "788b36d9-ea75-4ec7-87c6-d6a5fb1361eb", "name": "Forbidden", "originalRequest": { "url": { @@ -11587,7 +11587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d47a78f6-e085-4bfd-902c-a78f6d8d58d0", + "id": "d238cf39-d5e3-4320-ae52-47ad481243b7", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11636,7 +11636,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11647,7 +11647,7 @@ } }, { - "id": "5eec2f43-22cf-472e-9216-950f52653043", + "id": "9b9ad39e-c4db-4013-af06-02173adb975c", "name": "Get Indoor Style", "request": { "name": "Get Indoor Style", @@ -11713,7 +11713,7 @@ }, "response": [ { - "id": "eda022f6-8598-44f8-a98b-29a6bc61b67f", + "id": "7f7ce6e6-89e2-4fd1-baf9-48ae71941396", "name": "OK", "originalRequest": { "url": { @@ -11771,12 +11771,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": 4412.781751895504\n}", + "body": "{\n \"key_0\": \"string\",\n \"key_1\": 1506.1078745639645\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1c96859d-9357-4cf4-a8fc-33719652b60e", + "id": "a5be1924-290f-44a8-b630-d066bd81247f", "name": "Unauthorized", "originalRequest": { "url": { @@ -11839,7 +11839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35b0018c-21a3-446b-987b-3d99bd4e1a21", + "id": "5fcc0e1b-de74-4b65-a322-0c48b74cf66d", "name": "Payment Required", "originalRequest": { "url": { @@ -11902,7 +11902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceaa7afe-9e4a-4b23-9e47-2ad27f5d8224", + "id": "b25c3ec5-4fb9-4ffd-8e04-34a1f11083e3", "name": "Forbidden", "originalRequest": { "url": { @@ -11965,7 +11965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a14d4b84-b524-40fa-bfbe-c75482fe9792", + "id": "5fcacdd6-b47e-4d1c-ab78-a961fdf72f1a", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12023,7 +12023,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12034,7 +12034,7 @@ } }, { - "id": "a34600be-dcb9-4b9a-ae09-fb20444608d7", + "id": "bc4aa00a-aa7e-4e9b-a890-577bc437bfed", "name": "Distance Matrix", "request": { "name": "Distance Matrix", @@ -12139,7 +12139,7 @@ }, "response": [ { - "id": "f53aa758-3310-4853-8565-2f7cde6e9ca5", + "id": "7f26d71a-98b5-4e9c-9bb2-99d2568d9a84", "name": "OK", "originalRequest": { "url": { @@ -12241,7 +12241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91770d92-7582-4353-9988-71eaf32bdaeb", + "id": "4f41783f-f52a-4530-891b-9a881b25e173", "name": "Bad Request", "originalRequest": { "url": { @@ -12343,7 +12343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4009513d-49fd-465c-b6e1-0ca55764bfd3", + "id": "f8a97f08-b6d4-4209-9808-3cf213c70404", "name": "Unauthorized", "originalRequest": { "url": { @@ -12445,7 +12445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc6db3c2-f61c-4fa7-b55a-2556d5b402bd", + "id": "fcc4a82f-fb88-42b5-8172-ea380b10f684", "name": "Payment Required", "originalRequest": { "url": { @@ -12547,7 +12547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4c45bbc-3a0c-4e85-9d9e-0416ae708484", + "id": "1495fd00-2d3a-4738-bacb-d3bb9bf17f42", "name": "Forbidden", "originalRequest": { "url": { @@ -12649,7 +12649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3237f9f-6908-4c28-a6b1-addd20337ffc", + "id": "c61becca-b116-4239-9c21-db6809b105d7", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12746,7 +12746,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12757,7 +12757,7 @@ } }, { - "id": "9e28eb58-4f64-4ada-8e79-7e52d38000a8", + "id": "89d9af31-2849-4e00-a38c-8a6424b10cb7", "name": "Directions", "request": { "name": "Directions", @@ -12889,7 +12889,7 @@ }, "response": [ { - "id": "bab5e95e-03b9-4ba7-8639-8340de50a014", + "id": "7df00518-7c38-4816-979a-59049bf49fd5", "name": "OK", "originalRequest": { "url": { @@ -13018,7 +13018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fea2c13c-6954-48ea-bf26-3ad99eee8f81", + "id": "fa6dda3b-3748-46af-b8a6-8f1c40279b1a", "name": "Bad Request", "originalRequest": { "url": { @@ -13147,7 +13147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8242af99-5c8e-45a6-a541-1202890f09fe", + "id": "a2b1f957-c947-49c8-8019-30591dc63279", "name": "Unauthorized", "originalRequest": { "url": { @@ -13276,7 +13276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8b1b6ca-4f13-41c2-adda-256dd2a28890", + "id": "ca874068-aae5-4c56-b4d6-d9c30f004c2c", "name": "Payment Required", "originalRequest": { "url": { @@ -13405,7 +13405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "426f2148-2742-4fb3-8cdc-46f8cbc3e961", + "id": "548ffa96-b501-492e-b093-50bc7da11df5", "name": "Forbidden", "originalRequest": { "url": { @@ -13534,7 +13534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e94b139e-2901-4860-819a-27fa4bf32d71", + "id": "d4ea6efc-86d9-4465-a135-8f1323bbb3d1", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -13658,7 +13658,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -13669,7 +13669,7 @@ } }, { - "id": "01ee3b19-a513-4f73-8c52-ed0aabf7f09b", + "id": "d433a74d-f8a7-4bba-a593-82708c652194", "name": "Search Venue Pois By Key", "request": { "name": "Search Venue Pois By Key", @@ -13839,7 +13839,7 @@ }, "response": [ { - "id": "dfe3fba6-94fc-48bd-b32e-4e853c783702", + "id": "dd5fec0b-c686-4c8a-a9d7-009965c1715c", "name": "OK", "originalRequest": { "url": { @@ -14006,7 +14006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fcdd900-e7d5-4404-8744-04dd1bd4f7f9", + "id": "e0409589-abb7-4f22-bd9c-2bad4843e8bb", "name": "Unauthorized", "originalRequest": { "url": { @@ -14173,7 +14173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74201d03-8948-4f35-9224-dbbaface072a", + "id": "82c065d8-47af-4e12-a387-4840d10db904", "name": "Payment Required", "originalRequest": { "url": { @@ -14340,7 +14340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3b4cb37-87a4-4fc6-984b-fe95e40e0cba", + "id": "cde1ff3e-2ed6-4703-80bd-4b00df7fd5a8", "name": "Forbidden", "originalRequest": { "url": { @@ -14507,7 +14507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2971be6-feef-4adf-b8d8-7d1076bed0b3", + "id": "90eeae15-2182-41a6-a233-3f560d78a063", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -14669,7 +14669,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -14680,7 +14680,7 @@ } }, { - "id": "726af5b0-d122-486b-bc61-f0957a19a250", + "id": "30281df3-7ec9-4460-ae5f-4aff00ae478f", "name": "Autocomplete Venue Pois By Key", "request": { "name": "Autocomplete Venue Pois By Key", @@ -14841,7 +14841,7 @@ }, "response": [ { - "id": "c27b6d5d-9355-40af-b30e-e27672c26890", + "id": "89b5f75b-daeb-491f-a842-0f8761d33929", "name": "OK", "originalRequest": { "url": { @@ -14999,7 +14999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b19dc98b-7f96-403d-880b-d5d85e34594c", + "id": "2c3dc669-71b4-48b7-b611-b81b25359f26", "name": "Unauthorized", "originalRequest": { "url": { @@ -15157,7 +15157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f0691f8-d7a2-4136-911f-4283b17240c1", + "id": "a1deee4c-d91a-46c3-a2f1-2e8057d3c047", "name": "Payment Required", "originalRequest": { "url": { @@ -15315,7 +15315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4329f3d-ecce-4e29-a2b0-4a97ac67bd24", + "id": "28b5f6a2-d395-4c66-a5e0-74e54b75e9a1", "name": "Forbidden", "originalRequest": { "url": { @@ -15473,7 +15473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95dc9022-b588-4261-a1e2-ac43a5bc62a0", + "id": "7d4c3fbe-3650-4105-919a-ad16eb566028", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -15626,7 +15626,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -15637,7 +15637,7 @@ } }, { - "id": "c86b8f57-a8ff-4dce-9262-7768d57b4f71", + "id": "63e6ee56-ac2a-4e07-942f-88c56451501e", "name": "Get Feature By Key", "request": { "name": "Get Feature By Key", @@ -15708,7 +15708,7 @@ }, "response": [ { - "id": "24ece985-bb5f-4d32-8593-ca9cc30d2fee", + "id": "09970edc-bada-4492-b52a-07e8a6b84277", "name": "OK", "originalRequest": { "url": { @@ -15772,12 +15772,12 @@ "value": "application/json" } ], - "body": "{\n \"properties\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": \"string\",\n \"key_3\": \"string\"\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", + "body": "{\n \"properties\": {\n \"key_0\": 3801.0989698358676,\n \"key_1\": 2996,\n \"key_2\": 2100.105617847001\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0896db22-a757-4b5f-9a74-92482bcd8a4b", + "id": "459e6c23-2d6a-40e1-a96d-768cf78762dc", "name": "Unauthorized", "originalRequest": { "url": { @@ -15846,7 +15846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38dfb64d-cee4-4547-b5c9-a3c9a1d033a2", + "id": "77c244c8-1ebb-49d0-b78a-6b3f745c67ee", "name": "Payment Required", "originalRequest": { "url": { @@ -15915,7 +15915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20224938-6059-41a6-9d0f-50d0b93ffd27", + "id": "369a130f-7682-467c-839b-2cfbfc9ca84f", "name": "Forbidden", "originalRequest": { "url": { @@ -15984,7 +15984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "292a8752-719d-410a-9c47-50322292bf45", + "id": "f88a8048-9322-4376-9793-949d901564f5", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16048,7 +16048,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16059,7 +16059,7 @@ } }, { - "id": "22734f65-dfd5-4325-93a7-2f3cb282bb11", + "id": "b8a21fca-8110-499a-b4a9-a7395410ae66", "name": "Tiles By Key", "request": { "name": "Tiles By Key", @@ -16161,7 +16161,7 @@ }, "response": [ { - "id": "122be966-79ed-4470-9778-c1ea47901186", + "id": "c6ec1b51-1718-4672-afa3-07209c479f71", "name": "OK", "originalRequest": { "url": { @@ -16260,7 +16260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a66d813a-26f5-480a-9ae7-68c940dc8e8e", + "id": "c8f5211b-e3f6-4427-8701-fb47f1e5fb96", "name": "Unauthorized", "originalRequest": { "url": { @@ -16359,7 +16359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e37c8409-ddb9-4e85-97e1-bc530d7396b4", + "id": "fa0f908a-4cf1-41d2-8688-db90f5a41b70", "name": "Payment Required", "originalRequest": { "url": { @@ -16458,7 +16458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2a9c2bf-436a-4a7a-87fd-db93f46e05cb", + "id": "ccdaddb6-0380-431e-81ac-07cea107a83d", "name": "Forbidden", "originalRequest": { "url": { @@ -16557,7 +16557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb5c12eb-9677-49cd-a47d-e46f2dcc67c0", + "id": "a57c2a88-5d86-47ea-86ce-2a886c5c0008", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16651,7 +16651,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": 7442\n },\n {\n \"key_0\": 4438,\n \"key_1\": true,\n \"key_2\": 720.8116831157296\n }\n ],\n \"context\": {\n \"key_0\": false,\n \"key_1\": false,\n \"key_2\": false,\n \"key_3\": 4941.8121487206945\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16668,7 +16668,7 @@ "description": "The Woosmap Distance Async API suite provides tools for large or difficult distance calculations.\n\n* **Matrix:** Compute travel distance and time for a matrix of multiple origins and destinations.\n\nRequests are made via HTTPS (GET/POST) and require an API key (`key` or `private_key`) for quota management.\n", "item": [ { - "id": "a2df4dc5-5d51-483e-bffa-979d0a025797", + "id": "fc1b7484-ee1b-443f-bd85-6d6ac821c4b5", "name": "Start Matrix Calculation", "request": { "name": "Start Matrix Calculation", @@ -16730,7 +16730,7 @@ }, "response": [ { - "id": "e729b099-f645-4dce-baf2-1544200c02e3", + "id": "71cba6b1-56bb-4f1e-b1fe-0cc13553d3cd", "name": "Successful Response", "originalRequest": { "url": { @@ -16785,12 +16785,12 @@ "value": "application/json" } ], - "body": "{\n \"matrix_id\": \"\",\n \"status\": \"error\"\n}", + "body": "{\n \"matrix_id\": \"\",\n \"status\": \"completed\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "15d70c0d-64e8-4e40-908f-f65043d2bcfb", + "id": "3f826e6f-f323-49cc-8bca-66afeb3549e1", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -16850,7 +16850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b47e5b2-2403-4e1e-ae59-868ed95c7539", + "id": "a28852e5-5ab2-435f-a3e4-20959a165616", "name": "Out of free quota.", "originalRequest": { "url": { @@ -16910,7 +16910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60160d21-eb32-4f3d-ae8d-75954f82c061", + "id": "1c6eb9cc-5f56-4418-96fc-54ab3cee022a", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -16970,7 +16970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04b44a2c-983c-4f74-8144-a3e085f89744", + "id": "426b7df8-7e39-4290-af9b-5b8ea1738fba", "name": "Validation Error", "originalRequest": { "url": { @@ -17030,7 +17030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74695f74-f1e7-4f3d-a14c-b7190df6365a", + "id": "5772d570-ba02-4b13-a3dc-eb896c50025e", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17096,7 +17096,7 @@ } }, { - "id": "dde6dae6-9399-4ddc-b643-b0a798af157e", + "id": "91b821a2-716f-4d1f-96bf-74c0afd6a184", "name": "Check Matrix Calculation Status", "request": { "name": "Check Matrix Calculation Status", @@ -17157,7 +17157,7 @@ }, "response": [ { - "id": "4572146e-29c8-4698-ad02-ea7bbe733e56", + "id": "ac6390a9-5baf-488a-b69b-a6a04475c494", "name": "Successful Response", "originalRequest": { "url": { @@ -17211,12 +17211,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"error\"\n}", + "body": "{\n \"status\": \"completed\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "74457e7a-8360-4a00-b62f-3a778662a763", + "id": "a8c6a3b7-fdfc-4028-9222-c71f70587623", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17275,7 +17275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a0f87fc-bc46-4f2d-adda-edf4c4c3efb4", + "id": "ef57c961-f338-46d9-8fdd-850eeff62e50", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17334,7 +17334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62e53d2d-63ea-4494-8b89-24bddfd316c9", + "id": "e66bab1c-4cbd-47e3-a48f-58646a129240", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17393,7 +17393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5c66704-eac4-4ff6-8475-5cb6d4b29763", + "id": "ab82c2f9-c946-4536-acab-e1b4e066de07", "name": "Validation Error", "originalRequest": { "url": { @@ -17452,7 +17452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f71bd98d-bb18-400a-9843-f0319fca5ebd", + "id": "11767291-7588-418e-9dae-674b3979c155", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17517,7 +17517,7 @@ } }, { - "id": "5a29e9af-3ed0-4f74-b816-11f23c08ab67", + "id": "093ed7e4-58b1-46e9-8964-dbf42bee8cdc", "name": "Get Matrix Calculation Result", "request": { "name": "Get Matrix Calculation Result", @@ -17577,7 +17577,7 @@ }, "response": [ { - "id": "ad85b41c-0900-4b67-bbda-3ba478fa20f3", + "id": "145869bf-b89b-410b-9578-1eea61cbd80c", "name": "Redirect to the result of the matrix calculation.", "originalRequest": { "url": { @@ -17635,7 +17635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e87e16b-68f4-44e6-a280-80e9b251ba45", + "id": "b2026da1-9c97-4b4a-997c-287e577efd1a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17693,7 +17693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df71427f-9f18-42bb-8fcb-fa5fba2f100e", + "id": "05d2d81f-43ba-45a3-a027-2ff36283bf5e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17751,7 +17751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6d9915a-0ae2-43bb-8c9b-44b088bef83c", + "id": "d2332e45-3939-4b3e-9f7c-813f52cd31be", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17809,7 +17809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d93795-5cbb-4b4f-90c2-ad68677b999f", + "id": "51c17825-57a9-475e-a4a0-8df48afe678a", "name": "Validation Error", "originalRequest": { "url": { @@ -17867,7 +17867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b5cdb8f-a1db-49d5-807e-7d6215de5e25", + "id": "784ae3a6-c163-41ef-9c6b-73c7b6256e18", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17937,7 +17937,7 @@ "description": "The Transit API delivers comprehensive public transportation routing information by calculating optimal travel paths between\norigins and destinations. It provides detailed route data including distance, duration, polyline visualization,\nand complete step-by-step transit instructions with transfer points and transportation modes. The API is ideal for\napplications requiring accurate public transit navigation and trip planning capabilities.\n", "item": [ { - "id": "71a7ace8-af4a-4de3-bcda-e7ab76c315a9", + "id": "667f6618-41f4-4026-bf2c-7cd080a089f4", "name": "Transit Route", "request": { "name": "Transit Route", @@ -18030,7 +18030,7 @@ }, "response": [ { - "id": "cd7b3173-0627-469c-80dc-c59c5e7f58eb", + "id": "cc8df10b-f4bb-4053-a595-109cd3279086", "name": "Successful Response", "originalRequest": { "url": { @@ -18120,7 +18120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96ce1382-0830-4d9b-9f4e-3223a6edb39a", + "id": "0600270d-67f7-4288-b70c-7d17742f9f3a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18210,7 +18210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36a488ec-1f3a-4bce-a6c2-67fd4b6ca935", + "id": "fc0ef089-3736-4c03-ae21-173dc9aed562", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18300,7 +18300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57e25e68-72ca-4f3f-9a73-9128be1c0410", + "id": "de2120e9-026d-4060-ad43-380fdc2858e3", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18390,7 +18390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "780f9c8f-aba2-4b97-8440-f520ae27fc96", + "id": "e87d7a8f-bf95-4acb-b820-db66bda6be9d", "name": "Validation Error", "originalRequest": { "url": { @@ -18480,7 +18480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10f73f9c-cf63-46ac-8b64-1c072ab304cf", + "id": "863fc414-eccc-4acc-8287-d314944d907e", "name": "Rate limit reached", "originalRequest": { "url": { @@ -18582,7 +18582,7 @@ "description": "Manage the full lifecycle of your geospatial data alongside powerful analysis and retrieval.\n\n* **Management:** Programmatically create datasets, import features in bulk (CSV/GeoJSON), and handle updates or deletions.\n* **Search:** Execute **Nearby**, **Contains**, **Intersects**, and **Within** queries using SQL-like `WHERE` filters.\n* **Features:** Direct access to individual geographic features by unique ID with field masking.\n\nIdeal for applications that require precise location analysis, spatial queries and geographic data management.\n", "item": [ { - "id": "10edd4b6-f850-4078-ba7f-0e2b976ba73b", + "id": "cbfed3e3-46b1-4d60-8917-4edd6b708b46", "name": "Get Dataset", "request": { "name": "Get Dataset", @@ -18640,7 +18640,7 @@ }, "response": [ { - "id": "9bd88052-63d4-4cee-93ab-0049aeac7d4d", + "id": "98958998-de3b-4fb8-9bb1-de2868b80650", "name": "Successful Response", "originalRequest": { "url": { @@ -18696,7 +18696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "756922d8-5552-4219-89c2-83c55df618da", + "id": "d7714306-0da0-478e-9f82-02d905cfb7d3", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18752,7 +18752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8fe578b-e8e0-4da9-946a-da3213d6dc59", + "id": "f57f71f5-e2b4-4523-9920-1d3147fd8efd", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18808,7 +18808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "447c1daf-3d6e-4192-abd6-ff1ee98b1470", + "id": "8660d90f-f712-42c6-a014-7659942ba903", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18864,7 +18864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91b0cd87-aae7-4b75-8337-cf74c1693122", + "id": "2c3914ac-6215-4d0d-954a-e600286c10ce", "name": "Dataset was not found", "originalRequest": { "url": { @@ -18920,7 +18920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e885da6-a2dd-482d-9101-93329a279982", + "id": "0879c0e0-b667-4991-a4df-45d0ce19a563", "name": "Validation Error", "originalRequest": { "url": { @@ -18976,7 +18976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b21e2463-b97c-4e5d-a68d-76762a71cd1c", + "id": "3e807f75-2d78-4bf1-b48e-353939fa1d50", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19038,7 +19038,7 @@ } }, { - "id": "9fbda15b-2a5b-413f-a359-079ea10f6aa8", + "id": "3a8fefc3-3fee-4916-8471-b55c861ed2e9", "name": "Delete Dataset", "request": { "name": "Delete Dataset", @@ -19096,7 +19096,7 @@ }, "response": [ { - "id": "b647841d-c977-480a-b00a-15fc442a63ab", + "id": "5b0d4a9c-8dde-431e-8180-fcee30009109", "name": "Successful Response", "originalRequest": { "url": { @@ -19147,12 +19147,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": false,\n \"key_1\": \"string\"\n}", + "body": "{\n \"key_0\": 6527\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ffd6cfdd-7727-466c-8a3f-fb01b178a49a", + "id": "1b81fbf1-b8b4-439d-aae7-168cb0a9c62e", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19208,7 +19208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f16d1e36-0964-43f9-8553-2704b40e642e", + "id": "192494a4-47de-4211-ad57-686b843a24a4", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19264,7 +19264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86768513-643e-4a51-a553-388d436000fd", + "id": "4f525b5c-4a3e-4b37-bb8f-aef688679092", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19320,7 +19320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5821f981-f7cc-44bc-896b-9027c0cf79a9", + "id": "e3352784-42f4-4f15-84ae-8f0886bda9bc", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19376,7 +19376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b5691a-e160-4405-bf49-d06158208c03", + "id": "5388bb0a-84cd-47f1-9e07-4877ae328467", "name": "The Dataset was already scheduled for deletion.", "originalRequest": { "url": { @@ -19432,7 +19432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9c8e872-1b5a-4416-a513-787b9afabaed", + "id": "076e7e9f-9254-4bc6-8a2f-9d28d22c6f80", "name": "Validation Error", "originalRequest": { "url": { @@ -19488,7 +19488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24d44127-7494-4bf8-9cc8-8ff9674d418a", + "id": "6882cee9-4377-4bd9-be72-f5c1bf28f766", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19550,7 +19550,7 @@ } }, { - "id": "db6a0c35-995f-4c6b-9614-92b362b0b4cd", + "id": "932a7f42-7301-4641-a3f6-fecc44707f5f", "name": "Update Dataset", "request": { "name": "Update Dataset", @@ -19621,7 +19621,7 @@ }, "response": [ { - "id": "374ff5d0-05cd-4cb2-b536-7e279c1528c5", + "id": "85e8bf5b-c199-421c-b00c-5a153e50edfb", "name": "Successful Response", "originalRequest": { "url": { @@ -19690,7 +19690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eef0a13-67e8-43d4-837d-0202ce28d21a", + "id": "b3e7ab0e-56f9-4771-bad5-73fc75653240", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19759,7 +19759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a5e95fc-ff21-4929-80d7-c2392b145b05", + "id": "42abc068-1a24-463a-93bf-af58fac43abe", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19828,7 +19828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e911cac5-e70f-47e4-b601-6a610f2e9f12", + "id": "c581117e-1873-44bd-ace0-c31c7c82ae48", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19897,7 +19897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee4ee333-9782-46c1-ae4a-93f60ae63196", + "id": "ce596fd1-03d0-4755-9406-f5f13ba3ac85", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19966,7 +19966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d97c25e-a5a2-4750-a555-d26b3908fa08", + "id": "8c031dfd-9392-46bd-9140-186cc61463a0", "name": "Validation Error", "originalRequest": { "url": { @@ -20035,7 +20035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "347c5c6e-e325-4be6-8296-beb4fbcd9d5d", + "id": "d663afcf-d12c-4f7e-b231-e33fef65c0d8", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20110,7 +20110,7 @@ } }, { - "id": "5e2a6989-f402-4c10-b79f-f9bb0484b900", + "id": "1c088903-dc32-48fb-b4a4-1bbfb7934890", "name": "List Datasets", "request": { "name": "List Datasets", @@ -20176,7 +20176,7 @@ }, "response": [ { - "id": "72b12e95-a439-4fa3-985a-e0ff37e8b371", + "id": "8fe1edfa-32e6-410a-8db8-829e65895600", "name": "Successful Response", "originalRequest": { "url": { @@ -20239,7 +20239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "376d23b8-0294-482a-949f-72c9ba349bc9", + "id": "afb768a6-48bd-427b-9bf0-f9505333da0e", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20302,7 +20302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d368710b-6a0b-49cf-8ac4-93a68bcccc6b", + "id": "aa67eb64-d1df-43bc-a621-25cc1779d2aa", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20365,7 +20365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "998f391e-d188-4a34-812e-e062326b21f5", + "id": "8e1ceb4e-5dc1-489e-94cb-7b1e12728de6", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20428,7 +20428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bd32bb1-e90f-4866-8fe6-9af8ac9b8fea", + "id": "f5d077d8-870e-4220-8250-f53bc4c8bad9", "name": "Validation Error", "originalRequest": { "url": { @@ -20491,7 +20491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e450ad2-9735-40ec-ba0d-41d6781c993b", + "id": "243ef145-8bf9-4a59-b107-ea9a1ec17596", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20560,7 +20560,7 @@ } }, { - "id": "57e42eb7-e5f5-4d61-9e7c-f4f335f1feb5", + "id": "2f0b4c89-2d68-4805-840a-9beb3d605ea6", "name": "Create Dataset", "request": { "name": "Create Dataset", @@ -20620,7 +20620,7 @@ }, "response": [ { - "id": "dd7d9de2-f409-4b7d-af01-6492da27eea7", + "id": "016349b1-4fd2-4e42-afac-bf13e8d03354", "name": "Successful Response", "originalRequest": { "url": { @@ -20678,7 +20678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f10fb323-7033-485c-91fb-815953086f20", + "id": "a8bcf36b-0145-44f2-9dc1-a03454046cce", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20736,7 +20736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d69e7947-baa9-4b5a-a4ce-28beb6e59866", + "id": "328b5508-9bbf-4b5a-938a-8588a65ae6aa", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20794,7 +20794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9344cefe-a2b8-4d16-9786-bdcbe861877f", + "id": "932b3324-b44a-4531-ab35-5859783a69c9", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20852,7 +20852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0948ce29-3db7-41bb-952a-0f64e8e5cb8a", + "id": "a77b39eb-c149-4e68-aad2-3b2f1414de81", "name": "Validation Error", "originalRequest": { "url": { @@ -20910,7 +20910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "845300c8-8269-4b28-b105-315fb4498d80", + "id": "82223429-cb66-4e0a-a354-b77c03c69a98", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20974,7 +20974,7 @@ } }, { - "id": "f2784c23-4a17-480f-83a7-94b38bccb697", + "id": "9de9e8dc-bc2a-4d4f-bb93-6c21d2d4663e", "name": "Get Dataset Status", "request": { "name": "Get Dataset Status", @@ -21033,7 +21033,7 @@ }, "response": [ { - "id": "995f279b-e1db-496a-8bd7-9789e0e05dda", + "id": "0a572d9a-9a7b-48b7-9a12-44d665a8f797", "name": "Successful Response", "originalRequest": { "url": { @@ -21085,12 +21085,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"steps\": [\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"in_progress\"\n },\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n }\n ],\n \"status\": \"success\"\n }\n ],\n \"status\": \"in_progress\"\n}", + "body": "{\n \"id\": \"\",\n \"steps\": [\n {\n \"name\": \"fetch\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"in_progress\"\n },\n {\n \"name\": \"fetch\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n }\n ],\n \"status\": \"failed\"\n }\n ],\n \"status\": \"failed\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "29304cb1-4009-417b-b51b-7b951b49e846", + "id": "5bd32112-8d6e-4ed0-984d-5ac249461350", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21147,7 +21147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d53ce8d-d50d-477e-8d80-683bec1bf4bf", + "id": "ba6d3886-aad4-4962-a037-acc2dee9c7c1", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21204,7 +21204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41d6a741-e08f-4e7b-9333-cb6d5214ce93", + "id": "3e5009b1-e8e4-42c5-a1e1-0e5048e22d7a", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21261,7 +21261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "236b9224-296f-4c4b-9852-1ef8fd8b9cfb", + "id": "8a9e514d-a57f-472a-9b66-cda6ca0effc3", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21318,7 +21318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ab1bd7f-295d-4f46-8af0-bbd1b7d47183", + "id": "d395d72d-7933-4697-bed1-f73a1e7441a5", "name": "Validation Error", "originalRequest": { "url": { @@ -21375,7 +21375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76742539-e003-478e-b4d5-116df8acf8e4", + "id": "34dbce96-3061-4b5f-a74b-85ad86ba164e", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21438,7 +21438,7 @@ } }, { - "id": "446c9f81-bb5c-4d09-9009-8858878f0495", + "id": "f8851785-4b67-4148-8a04-793d39de2584", "name": "Trigger Import", "request": { "name": "Trigger Import", @@ -21497,7 +21497,7 @@ }, "response": [ { - "id": "ab442df4-0836-4561-84ba-592cb6a40508", + "id": "ea91f27b-3b27-42bc-9ba2-c12c47b6a911", "name": "Successful Response", "originalRequest": { "url": { @@ -21554,7 +21554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d108c00-cf3c-430a-9274-aa67d2001585", + "id": "b6814223-5b2b-4e65-8e19-bae32cc89365", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21611,7 +21611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "626e9d3b-e40e-42c4-8534-e960ee1a1327", + "id": "fe6f377d-e10e-4a54-b413-28d4e432783a", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21668,7 +21668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c00a52ee-ff73-47c9-9b5e-b43910c77630", + "id": "f3a260a7-d98a-4716-8853-94ffd2d37ab2", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21725,7 +21725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639114c3-3884-4b50-bac7-af7219ae6c27", + "id": "c1177bd6-488d-4744-8ec6-1f6aa58c04b3", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21782,7 +21782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63e1a948-c470-4543-af3f-f9433803815b", + "id": "836169ae-e33a-4167-920b-91fb14d501aa", "name": "Validation Error", "originalRequest": { "url": { @@ -21839,7 +21839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5657e51-433a-4edb-994a-4abd166cf807", + "id": "5f5362ca-0ec2-434c-b423-b76268ac66b0", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21902,7 +21902,7 @@ } }, { - "id": "c807eddd-a364-436d-85ad-433f8f640420", + "id": "d77617a9-ffeb-4e79-a743-49a54eabf025", "name": "Reimport Dataset Webhook", "request": { "name": "Reimport Dataset Webhook", @@ -21946,7 +21946,7 @@ }, "response": [ { - "id": "4cf639be-e16e-4030-b791-074235f34293", + "id": "dd61b292-bd6e-4930-a5a5-9d2fc344fb5c", "name": "Successful Response", "originalRequest": { "url": { @@ -21995,7 +21995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8385273-54ea-428c-99e1-229beb16a57b", + "id": "a7f44475-c073-4cf3-b63b-25b517f91262", "name": "Unauthorized", "originalRequest": { "url": { @@ -22032,7 +22032,7 @@ "_postman_previewlanguage": "text" }, { - "id": "69804e75-3ef1-4e0a-9c0d-aed35cf4be76", + "id": "ce845cef-0fce-41ff-a2eb-76fd17767a92", "name": "Payment Required", "originalRequest": { "url": { @@ -22069,7 +22069,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7ae523dc-e7a7-4cf0-8b2c-3a1f34312ed5", + "id": "a898ec1c-014f-4f91-bbc5-d1b4a33e88bd", "name": "Forbidden", "originalRequest": { "url": { @@ -22106,7 +22106,7 @@ "_postman_previewlanguage": "text" }, { - "id": "89de4a4d-8aad-469b-8c57-d093ff202ec9", + "id": "adc7dbf9-9921-482c-a17b-852da7c2b086", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22155,7 +22155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fbf0644-451c-43f5-bc90-da49996260e0", + "id": "1bb35bc4-dedc-471a-9a3e-a64e6858ffcc", "name": "Validation Error", "originalRequest": { "url": { @@ -22204,7 +22204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "168d27f0-69ef-4ed0-9142-cac8138054d3", + "id": "a33d7905-3ffe-46f7-8947-c81a29ce6f6c", "name": "Rate limit reached", "originalRequest": { "url": { @@ -22259,7 +22259,7 @@ } }, { - "id": "1000bd58-38d5-45ab-a73a-26d629ce66ef", + "id": "d36bb88c-89e0-4048-904a-f7ee5f003a5c", "name": "Search Features", "request": { "name": "Search Features", @@ -22361,7 +22361,7 @@ }, "response": [ { - "id": "7ef09545-55e3-48ff-bdb0-2539172744a8", + "id": "cdac6102-3679-47dd-826d-e65440d4ee86", "name": "Successful Response", "originalRequest": { "url": { @@ -22455,12 +22455,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8485,\n \"key_1\": 6157.87348528221,\n \"key_2\": 7568\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3085,\n \"key_1\": 6689,\n \"key_2\": 9586.65840281479,\n \"key_3\": 8728\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3021.420037250957,\n \"key_1\": 8458.49446095255,\n \"key_2\": false,\n \"key_3\": 1760.1077198726812\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ae61d260-1650-4e3c-8a49-19d63a0adbf0", + "id": "d7323bb5-e288-49a1-ac43-9be643a32916", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -22559,7 +22559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ba7548f-dc52-4032-b4dd-f6c8f65b162f", + "id": "f10c494e-79c2-423d-9d8a-dce2129508e7", "name": "Out of free quota.", "originalRequest": { "url": { @@ -22658,7 +22658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9072a859-8275-4648-a471-e81b7c61aed2", + "id": "6bc66b42-a3dd-476e-8e11-ead645608fe5", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -22757,7 +22757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6af572be-df5c-47b6-af84-db47fdec777b", + "id": "25357b17-5e18-43b1-915a-365f9c4e3921", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22856,7 +22856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c285db42-9c60-4706-a5dc-da850cf7cba5", + "id": "34b539ff-e92b-4216-9c8f-6623ecc133e4", "name": "Validation Error", "originalRequest": { "url": { @@ -22955,7 +22955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "765685f6-b906-4713-9bf5-49ee31c659c4", + "id": "0e06c6ed-7e0f-4a5f-8de5-310c1020b715", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23060,7 +23060,7 @@ } }, { - "id": "995a7018-e199-4d5b-b567-7dd8846dff5b", + "id": "88efdf30-f4f5-409e-ac58-3784a7b85e1d", "name": "Nearby Features", "request": { "name": "Nearby Features", @@ -23162,7 +23162,7 @@ }, "response": [ { - "id": "08ec140c-4499-41b6-98ef-bfa2b31c29fd", + "id": "f88052e9-243a-4dd3-bd0b-629697f48ea6", "name": "Successful Response", "originalRequest": { "url": { @@ -23256,12 +23256,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8485,\n \"key_1\": 6157.87348528221,\n \"key_2\": 7568\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3085,\n \"key_1\": 6689,\n \"key_2\": 9586.65840281479,\n \"key_3\": 8728\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3021.420037250957,\n \"key_1\": 8458.49446095255,\n \"key_2\": false,\n \"key_3\": 1760.1077198726812\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "53517612-cbde-4054-a78a-ba7736ea1805", + "id": "f71c6ef9-78d5-479a-a8eb-42b3b85acc7a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -23360,7 +23360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b75634-6ebc-43a8-8c61-d293c06acaf4", + "id": "f4e78af1-1b4f-416e-aadc-bdb9e7363056", "name": "Out of free quota.", "originalRequest": { "url": { @@ -23459,7 +23459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f454812e-a10f-4135-9ab4-62a680451b3f", + "id": "182cc241-ef73-4ddc-b2bb-25370d8fff5a", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -23558,7 +23558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a06d3e7-b08b-4998-a6b7-a2a868c2428d", + "id": "7a9b79ab-7d12-4fcd-a5eb-b51169f7ec39", "name": "Dataset was not found", "originalRequest": { "url": { @@ -23657,7 +23657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eabc7537-cfb1-4ccc-936c-f96cf94474ca", + "id": "55459ec4-8eee-480c-adcd-8a697a3315a3", "name": "Validation Error", "originalRequest": { "url": { @@ -23756,7 +23756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c15fe6-adba-429b-8a9f-437699e7ace0", + "id": "8ff40ca0-0c5b-403c-8304-b265fada0d56", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23861,7 +23861,7 @@ } }, { - "id": "4fbfa283-01bc-4ece-ab30-976fcc2d7960", + "id": "c479f1dc-34f9-4f2b-82f0-d895c704d6d2", "name": "Intersect Features", "request": { "name": "Intersect Features", @@ -23963,7 +23963,7 @@ }, "response": [ { - "id": "a8bcb80f-e5b5-4c6d-9749-7f89f24d039a", + "id": "9e716333-ae3a-4124-803a-2518df53b450", "name": "Successful Response", "originalRequest": { "url": { @@ -24057,12 +24057,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8485,\n \"key_1\": 6157.87348528221,\n \"key_2\": 7568\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3085,\n \"key_1\": 6689,\n \"key_2\": 9586.65840281479,\n \"key_3\": 8728\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3021.420037250957,\n \"key_1\": 8458.49446095255,\n \"key_2\": false,\n \"key_3\": 1760.1077198726812\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c5e5d6a4-f093-4a48-be42-690f9bce56ee", + "id": "1ed4ceec-c1a4-4e18-aae5-f3592244ab64", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24161,7 +24161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aa73b34-1f79-4881-adda-1aa732926504", + "id": "1413ca07-b186-40cf-8c92-a9588eacd42f", "name": "Out of free quota.", "originalRequest": { "url": { @@ -24260,7 +24260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "540298d2-8570-4903-b95b-587bff9d17a0", + "id": "3f2c469d-ecce-44ec-b500-6c3843b1718a", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -24359,7 +24359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25301fde-fbd9-430f-859f-71162a1668d5", + "id": "f3fb96fa-5a73-428d-9c9e-1cb579179ea0", "name": "Dataset was not found", "originalRequest": { "url": { @@ -24458,7 +24458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e47e350-6eaf-43b7-95a6-95af707b4883", + "id": "b1ae33fa-577c-4857-91e8-8d891ec9a081", "name": "Validation Error", "originalRequest": { "url": { @@ -24557,7 +24557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36f9b88d-60a6-4b4f-89a4-7f038098a821", + "id": "77b29534-9522-42fc-b5bf-357d50302bfc", "name": "Rate limit reached", "originalRequest": { "url": { @@ -24662,7 +24662,7 @@ } }, { - "id": "46af34b4-5b44-420d-b639-77092c036cb9", + "id": "c0b9c349-1d65-4ee4-a01e-d9e0c54e9afd", "name": "Contains Features", "request": { "name": "Contains Features", @@ -24764,7 +24764,7 @@ }, "response": [ { - "id": "458ac00e-8425-49d5-804b-63e44c340a33", + "id": "f08b1c68-27c0-49b3-a926-99b67f68eb12", "name": "Successful Response", "originalRequest": { "url": { @@ -24858,12 +24858,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8485,\n \"key_1\": 6157.87348528221,\n \"key_2\": 7568\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3085,\n \"key_1\": 6689,\n \"key_2\": 9586.65840281479,\n \"key_3\": 8728\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3021.420037250957,\n \"key_1\": 8458.49446095255,\n \"key_2\": false,\n \"key_3\": 1760.1077198726812\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "89c1bccb-1074-4d0b-87cb-530449f1c6d0", + "id": "827a9237-fc43-4601-a101-fe941601cd31", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24962,7 +24962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39cd0b6b-dd26-47e6-8036-c8a2c113d7cf", + "id": "898bf0d4-c7d0-4b2a-9ee2-4cffd3ef01b3", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25061,7 +25061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b419d8b3-dd77-41e7-a3dd-e4e71894bd48", + "id": "8db5dfcd-1c8c-4022-a1e7-7a3c1e24d43d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25160,7 +25160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d261695c-135b-45b9-bc5f-d58bcf4fdf77", + "id": "6b388281-2487-47d0-b69f-c3f920854f23", "name": "Dataset was not found", "originalRequest": { "url": { @@ -25259,7 +25259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "745f1c00-963c-460d-aff2-bdafca038c92", + "id": "ebfbe129-b2db-4446-a619-74f4d0e522d4", "name": "Validation Error", "originalRequest": { "url": { @@ -25358,7 +25358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "282cf664-f991-49a5-b547-174564691061", + "id": "fee36d9f-d381-414d-99a9-e6d6e8cd91c0", "name": "Rate limit reached", "originalRequest": { "url": { @@ -25463,7 +25463,7 @@ } }, { - "id": "b1c5a9ee-b367-415e-8196-359460b4d2a0", + "id": "2be05907-0f9d-4ad5-bf67-d15bfbddff16", "name": "Within Features", "request": { "name": "Within Features", @@ -25565,7 +25565,7 @@ }, "response": [ { - "id": "b112ab60-3978-4537-80f4-7c71bca2e4fa", + "id": "a2678aeb-dd94-4452-be14-00449ea3d9ef", "name": "Successful Response", "originalRequest": { "url": { @@ -25659,12 +25659,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8485,\n \"key_1\": 6157.87348528221,\n \"key_2\": 7568\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3085,\n \"key_1\": 6689,\n \"key_2\": 9586.65840281479,\n \"key_3\": 8728\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3021.420037250957,\n \"key_1\": 8458.49446095255,\n \"key_2\": false,\n \"key_3\": 1760.1077198726812\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f18b67dd-8d88-401e-90aa-4390d2d90884", + "id": "f98d5172-0e4e-4304-8222-4db57a3700a9", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -25763,7 +25763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b285e37d-1f86-4521-8d11-aa04559dc5aa", + "id": "fbc06cbd-4d51-4213-8e45-6402f582a7c2", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25862,7 +25862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5814cfd3-3e3a-417f-ae9e-7f09a54917d3", + "id": "0a7936ca-f58c-4c5c-bb5b-364756d0d48a", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25961,7 +25961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13864522-1cc7-4d73-9fbe-0cad07b76f31", + "id": "310b77cc-2d25-40ac-835d-e4036097ec9f", "name": "Dataset was not found", "originalRequest": { "url": { @@ -26060,7 +26060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d6123dc-f3fd-4d06-a2b5-0068528d903b", + "id": "03a18a07-36cd-4e3c-956a-6b6c7673faf9", "name": "Validation Error", "originalRequest": { "url": { @@ -26159,7 +26159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87b8f349-0a44-43b5-9f32-a314278c158a", + "id": "60c57889-a261-4467-8fe9-cfc16c35b2ce", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26264,7 +26264,7 @@ } }, { - "id": "99a55e38-9200-4e1c-b342-084b2221b2cf", + "id": "f700afff-4217-4f2b-9728-2b222f4d03f9", "name": "Get Feature", "request": { "name": "Get Feature", @@ -26353,7 +26353,7 @@ }, "response": [ { - "id": "1df6f9eb-6837-443c-8ecd-c0cb0f6d00ad", + "id": "68084e2e-842a-48b2-850a-3f66ae3101f7", "name": "Successful Response", "originalRequest": { "url": { @@ -26434,12 +26434,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 1655,\n \"key_1\": 7718\n }\n}", + "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 7889.575528332353,\n \"key_1\": 536.7602246118031\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "da513356-9ec0-4462-bf36-83f258e72588", + "id": "4ae45cd2-7f61-430f-8cab-ba3c8175ca24", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -26525,7 +26525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7355d9b-a2b4-4bf7-953b-f3c173c15c88", + "id": "5d76848d-b699-4849-ba14-9549244e75ed", "name": "Out of free quota.", "originalRequest": { "url": { @@ -26611,7 +26611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17ff0c0a-e550-4859-ba57-d9126360ba91", + "id": "53e9f85d-a31b-47c5-bd16-2bf4822ad063", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -26697,7 +26697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29ae339f-7c18-4f13-86f1-0dbb1a84905a", + "id": "81d583b0-2628-46be-b23b-c33ab2d579a1", "name": "Feature or Dataset were not found", "originalRequest": { "url": { @@ -26783,7 +26783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49402ee8-8ca2-4054-8879-c517df0e9a05", + "id": "839be785-7591-4e2a-aa5b-de1da5e8cb65", "name": "Validation Error", "originalRequest": { "url": { @@ -26869,7 +26869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f83bd0e3-2964-4321-9462-40ed4a3bc68f", + "id": "88300ca6-0212-405a-97ca-93dc97e1c527", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26967,7 +26967,7 @@ "description": "The Woosmap Distance API suite provides comprehensive tools for road travel calculations worldwide.\n\n* **Route:** Calculate travel distance, duration, and paths between origin and destination.\n* **Matrix:** Compute travel distance and time for a matrix of multiple origins and destinations.\n* **Isochrone:** Determine all locations reachable within a specific time or distance.\n* **Tolls:** Estimate toll costs and details for specific routes.\n\nRequests are made via HTTPS (GET/POST) and require an API key (`key` or `private_key`) for quota management.\n", "item": [ { - "id": "ba83afd9-022f-413d-bf4d-02fcfe31fe51", + "id": "ec423bcd-a073-4c31-8be8-7a40e76da0d8", "name": "Find Routes", "request": { "name": "Find Routes", @@ -27134,7 +27134,7 @@ }, "response": [ { - "id": "33e857af-477b-49d6-a0e8-2c8d4a78a4dd", + "id": "ff0afcf5-269c-4c26-8c78-f6fc72170946", "name": "Successful Response", "originalRequest": { "url": { @@ -27298,7 +27298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c52ec4b-8a36-4a34-98b6-e90852675cba", + "id": "41e6747e-7db0-489d-b088-a56e700e38d7", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -27462,7 +27462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3324d9b-5930-4f0e-9797-40d827795657", + "id": "65ede236-d7bc-4a51-8d4b-f65e02ba402f", "name": "Out of free quota.", "originalRequest": { "url": { @@ -27626,7 +27626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cc3ac87-be30-465e-8b9a-d5681e22ca41", + "id": "192a8020-ddcf-4ab2-a81a-c591f065f3d9", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -27790,7 +27790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e49419-5a24-4d62-ac08-356e67854cd0", + "id": "d09709f7-671f-4710-9754-74b2355df3df", "name": "Validation Error", "originalRequest": { "url": { @@ -27954,7 +27954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea1844bd-f97d-4245-8b58-c068c689898d", + "id": "c844e0e7-efa5-4f4a-905b-ed21861376d2", "name": "Rate limit reached", "originalRequest": { "url": { @@ -28124,7 +28124,7 @@ } }, { - "id": "0c6e79b3-5bf8-472c-9257-ada549e4a036", + "id": "652bda0a-3024-44ec-91e8-259ad38dd6bb", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -28273,7 +28273,7 @@ }, "response": [ { - "id": "3f665f07-1135-4e8b-9564-6b35c7932cad", + "id": "1d2f3b24-879e-4242-a475-da40ac23585a", "name": "Successful Response", "originalRequest": { "url": { @@ -28414,12 +28414,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ZERO_RESULTS\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c6dd1979-7c75-4017-b0b4-c63fa2e146fd", + "id": "26a88b77-3844-4633-8035-1a1fc6b2e8dc", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -28565,7 +28565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9d5c764-906a-4440-bd67-c1da5da85a58", + "id": "18305deb-e0f1-4bd8-bfac-f4c82eb8bb8e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -28711,7 +28711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9250928e-b802-4a58-98d2-7f96e32c007c", + "id": "ab9e4091-92cd-4b7a-9814-20d836fa3b93", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -28857,7 +28857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d41b102c-156e-4000-bfcc-ff328ac105be", + "id": "95e9d0c0-f682-444a-aee4-4bd2eeab629f", "name": "Validation Error", "originalRequest": { "url": { @@ -29003,7 +29003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d1aeb71-eded-4d70-bb8a-1bfb56ad61d6", + "id": "619b3005-dfde-4e50-a2fb-82abe1b8aa90", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29155,7 +29155,7 @@ } }, { - "id": "f08f9e42-66f3-443c-a358-da74fc63b5e8", + "id": "eb94ed0e-a02e-415d-81e3-e088dc6a1e69", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -29226,7 +29226,7 @@ }, "response": [ { - "id": "ae9a20f2-6818-445d-ac65-993595067c8e", + "id": "fa0b10fd-a325-4739-8c76-8fa3ef271a05", "name": "Successful Response", "originalRequest": { "url": { @@ -29290,12 +29290,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ZERO_RESULTS\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e985b378-c318-44c7-b23c-23902ee3a718", + "id": "ceef5773-8eaf-4566-93cc-1c8852cab958", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -29364,7 +29364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6e289f8-2141-47d1-901a-14971797b000", + "id": "13caf956-54fd-498b-b550-46110c88188b", "name": "Out of free quota.", "originalRequest": { "url": { @@ -29433,7 +29433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dca7bde0-0287-46ac-9fe2-acd4da1c7b03", + "id": "13f509e8-ae2b-480e-9ec5-a4b83ca40884", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -29502,7 +29502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8abab26f-46bd-48d5-9ed5-7ac0b65aa121", + "id": "839ef117-6ca9-4522-ac8f-fd18cc3dc0bb", "name": "Validation Error", "originalRequest": { "url": { @@ -29571,7 +29571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c70a4eb-aa32-4aa1-975c-4e4e39ff4807", + "id": "b9a6b1a0-9230-4737-96be-dbac8453c6f9", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29646,7 +29646,7 @@ } }, { - "id": "5b4b9582-dbf0-47d0-9d78-a73e1e23c792", + "id": "63cc8afd-7980-454e-818e-bef2b3055834", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -29768,7 +29768,7 @@ }, "response": [ { - "id": "71f2f87b-f6ee-42c2-8048-3a06cb7865bf", + "id": "119a517a-38ea-4051-9578-1ca4da5b6dda", "name": "Successful Response", "originalRequest": { "url": { @@ -29887,7 +29887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cfe877d-0230-42f6-8f4e-7c6df0655bab", + "id": "bde91fdd-5d29-418e-8a22-896852481b97", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -30006,7 +30006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9053ad5-2ac4-4bb2-b565-365db9b6b54d", + "id": "26a22f9a-7d4a-49a5-9e92-b014e172da67", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30125,7 +30125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a509f687-e3b9-416f-8188-05613b1ced05", + "id": "28d7c938-2975-487a-ba2a-47c332fcc8f9", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30244,7 +30244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db043c1c-b01d-487f-bd8b-0bb2ec71f92c", + "id": "fa73d4b3-96cc-40be-8f95-f523537fdb93", "name": "Validation Error", "originalRequest": { "url": { @@ -30363,7 +30363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfc8e9b2-3c4d-43f3-bf8e-3c8931ca5eda", + "id": "4011cf51-d03b-44ce-a2f2-84b6f22b34ae", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30488,7 +30488,7 @@ } }, { - "id": "c98564ed-d822-448f-953f-33a9cc4fc566", + "id": "0c55cfb6-72b5-4ff6-bd70-fe924436024f", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -30559,7 +30559,7 @@ }, "response": [ { - "id": "0297b5dc-aac8-48ac-85bf-b21ab68da580", + "id": "be6fe6c9-2795-470e-8683-138ced557a9a", "name": "Successful Response", "originalRequest": { "url": { @@ -30628,7 +30628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6df0f684-f163-47af-8fa5-26a0fd29eda1", + "id": "33e15674-cc07-40be-b4eb-32cdb86d056f", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -30697,7 +30697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "371a8ca6-a46d-48b5-b57b-f66771c5b026", + "id": "2715b538-d788-4e82-919e-a3aa1d0e8b81", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30766,7 +30766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f96ae13-b72f-46a4-a334-310008f77837", + "id": "7b21a643-d4fa-4b49-892d-ef33070baa0a", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30835,7 +30835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "558f31e3-51ba-44f3-a164-a511d7e2efa4", + "id": "6b08de6a-ea51-489a-a18d-1e22eecd8e88", "name": "Validation Error", "originalRequest": { "url": { @@ -30904,7 +30904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4963f45f-83c1-4a33-94c6-6bb935661d7a", + "id": "f0ae640d-949a-4294-91cc-b419c5ea87c4", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30979,7 +30979,7 @@ } }, { - "id": "c630b2fb-5bec-44e7-a815-600f59168682", + "id": "ef6514bc-d764-454e-90b6-e6365a5fed0a", "name": "Find Tolls", "request": { "name": "Find Tolls", @@ -31128,7 +31128,7 @@ }, "response": [ { - "id": "9122f692-fd7a-4825-bdba-68403c91a4a9", + "id": "0bab5705-87ae-4692-a45d-9b1379bf8823", "name": "Successful Response", "originalRequest": { "url": { @@ -31269,12 +31269,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"\",\n \"routes\": [\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 6125\n },\n {\n \"key_0\": \"string\",\n \"key_1\": 3669,\n \"key_2\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 2287.979333399628,\n \"key_1\": 5725\n },\n {\n \"key_0\": 8610\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 5105\n },\n {\n \"key_0\": 4741.256921959707,\n \"key_1\": 9556.441640140845\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": \"string\",\n \"key_1\": 2302.9945430627\n }\n ]\n }\n ]\n },\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": \"string\",\n \"key_1\": 2305.7505748761064\n },\n {\n \"key_0\": 1988.7143562600106,\n \"key_1\": 5627\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": \"string\",\n \"key_1\": 6120\n },\n {\n \"key_0\": 4619.113232624041,\n \"key_1\": true\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": \"string\",\n \"key_1\": true\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": false,\n \"key_1\": 4285.463168254777\n }\n ]\n }\n ]\n }\n ]\n}", + "body": "{\n \"status\": \"\",\n \"routes\": [\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 6019.748040445834,\n \"key_1\": true,\n \"key_2\": \"string\",\n \"key_3\": true\n },\n {\n \"key_0\": \"string\",\n \"key_1\": 6460.819471279331,\n \"key_2\": 6345.426465090535,\n \"key_3\": true,\n \"key_4\": 8561.307002046487\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": \"string\",\n \"key_1\": 2270,\n \"key_2\": 6284.044633397716\n },\n {\n \"key_0\": \"string\",\n \"key_1\": false\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 938,\n \"key_1\": true\n },\n {\n \"key_0\": 2121.1405143204256\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": \"string\"\n }\n ]\n }\n ]\n },\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 3744\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 4207,\n \"key_1\": true,\n \"key_2\": \"string\"\n },\n {\n \"key_0\": 4400.211333206172,\n \"key_1\": \"string\",\n \"key_2\": 7814\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 3263,\n \"key_1\": \"string\",\n \"key_2\": 7062.302119967838\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": true,\n \"key_1\": 6716,\n \"key_2\": 5489.4308617100605\n },\n {\n \"key_0\": true,\n \"key_1\": 896.6970913024363\n }\n ]\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "df1bcc4c-08ce-458a-9404-ee9c973f66e8", + "id": "6f4921f9-0b91-4823-bba4-3c7f9bf5f579", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -31420,7 +31420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9947cc5-e792-4c68-aed2-174bedcc5a4e", + "id": "e51d2431-297f-416d-b1af-63d5e8325186", "name": "Out of free quota.", "originalRequest": { "url": { @@ -31566,7 +31566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff99971e-b614-42df-9ff0-5029dd967adc", + "id": "07d8cffc-f497-43b6-9d40-aeec6713a39b", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -31712,7 +31712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec993b4a-3dcf-4cd0-862c-364076501eff", + "id": "bd55a301-195f-4ecc-b516-8a4f4e8af94c", "name": "Validation Error", "originalRequest": { "url": { @@ -31858,7 +31858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b784f21-7c9e-4eed-a9ca-2d08792d424b", + "id": "5353d555-4fcc-4c5c-b34c-1e9f08411f98", "name": "Rate limit reached", "originalRequest": { "url": { @@ -32024,7 +32024,7 @@ } ], "info": { - "_postman_id": "bd05b58e-9d8c-454e-8814-1028655f14b7", + "_postman_id": "3f2b9c13-5458-4379-9b9a-87ecceb0401e", "name": "Woosmap Platform API Reference", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {