diff --git a/dist/merged-woosmap-openapi3.json b/dist/merged-woosmap-openapi3.json index 444ef186..6a9900e1 100755 --- a/dist/merged-woosmap-openapi3.json +++ b/dist/merged-woosmap-openapi3.json @@ -14248,6 +14248,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 e0c6e5bb..57ef50ae 100755 --- a/dist/woosmap-openapi3.json +++ b/dist/woosmap-openapi3.json @@ -6838,6 +6838,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 600d6260..daf87baa 100755 --- a/dist/woosmap-openapi3.yml +++ b/dist/woosmap-openapi3.yml @@ -5918,6 +5918,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 8dce4f72..3993f46f 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": "2e6ed137-d78b-474c-b7ef-d88f69b75349", + "id": "ef0a9eb5-813f-48bc-bcc1-b796f52310c6", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -72,7 +72,7 @@ }, "response": [ { - "id": "a8b5a52c-ff5b-4ba7-a02f-de8fdebd3484", + "id": "28c87b0d-510c-4d51-9c64-9cec99e82f64", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -132,7 +132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d721ac8-7b6b-4920-8cf6-eebec148add7", + "id": "b3e684e4-122b-48fd-947e-7f1d5229204a", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -192,7 +192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "862b03fc-b874-459e-b26f-ed11391ffe40", + "id": "89d748c4-1179-4a4d-b995-750608182cb9", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -252,7 +252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d2370d3-7c47-4c7d-aba9-3963ada2a23a", + "id": "24ca4c82-eef9-4dd1-ab71-8993c7ac22da", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -318,7 +318,7 @@ } }, { - "id": "56f23253-e3d2-455d-a800-665a761d7fbc", + "id": "8453f45e-bb80-47b1-b2e8-0e28e0a402e2", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -380,7 +380,7 @@ }, "response": [ { - "id": "29c06d15-2688-44e1-9540-6da2405eecf4", + "id": "8ff7b8d4-0069-483a-af60-de4038ca8592", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -440,7 +440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6326a61-3350-47ad-8e56-272e4d81d747", + "id": "dde5375e-ae20-400e-bfb9-e2ffd5a06a64", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -500,7 +500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105dd188-4fe2-42cf-aca3-702c381104f8", + "id": "a31fbf5a-637b-4cdf-bbd9-ea8b9a37ccd4", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -560,7 +560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef47aab7-97b1-4e27-a701-ca58bb370132", + "id": "f483b2f7-8352-46b9-9ca3-c5af6b9576dc", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -626,7 +626,7 @@ } }, { - "id": "343c9200-1181-4869-bd07-9ea30198ba27", + "id": "7212a4bb-68f5-42db-b593-ef3e6e8f9553", "name": "Delete the Assets", "request": { "name": "Delete the Assets", @@ -685,7 +685,7 @@ }, "response": [ { - "id": "cc260441-2f78-451a-9747-afe739dc2e49", + "id": "8ed41404-d709-43cf-98a7-e24c13fc2f61", "name": "Assets successfully deleted", "originalRequest": { "url": { @@ -741,7 +741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ada804-b151-41cd-9bc6-92b55b74c19d", + "id": "9656cd3a-945c-40e0-8baa-badd9b174158", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -797,7 +797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f1e881b-aa60-448e-9233-2822647fb531", + "id": "bd40c575-7d75-448a-984d-71931ad97bcf", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -859,7 +859,7 @@ } }, { - "id": "72ee960d-9afd-4a66-8c33-769cb03fb8b1", + "id": "b79fc28c-2dcb-4f74-a953-c9854831ea5d", "name": "Get Asset from ID", "request": { "name": "Get Asset from ID", @@ -920,7 +920,7 @@ }, "response": [ { - "id": "a1bf025f-c239-430f-a253-889e2f65c306", + "id": "08edc74b-3202-461d-8ee7-742c93c680bd", "name": "Asset successfully retrieved", "originalRequest": { "url": { @@ -979,7 +979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9345e863-5dd2-4cbb-80a0-4fe9df45b66a", + "id": "0d1ee2fd-58d2-4f7a-9f3a-c51e1157d415", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1038,7 +1038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42ca75b9-1c01-4836-8ad7-bd153cfa3ef1", + "id": "0eae3265-6533-4a96-b536-86a678df1301", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1097,7 +1097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b60fbe4f-ee3f-4c47-926c-c6110f774228", + "id": "3c71611b-e920-42f5-8e41-4e95879bbdcf", "name": "Not Found - `storeId` do not exist.", "originalRequest": { "url": { @@ -1150,7 +1150,7 @@ } }, { - "id": "67ffc45b-3e33-4033-bbb1-448170f9c365", + "id": "b0fa952d-369e-4e66-ae30-839e202982b3", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -1213,7 +1213,7 @@ }, "response": [ { - "id": "dd95b025-7c6c-4820-9957-6081a0a8eabe", + "id": "bdf56e3f-56d6-41e8-8598-f23d6491b28a", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -1274,7 +1274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3f1930-7c0f-4e47-977c-f28c6f8e7585", + "id": "3af97aaa-5a7a-43ea-9f6d-55d46f11ef14", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -1335,7 +1335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "defd0934-5698-4ce2-86ae-5eab7b0fa383", + "id": "c84ee0b8-57b2-4805-8f9e-eb7a48685936", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "options": { "raw": { "headerFamily": "json", @@ -1396,7 +1396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eda3051-d6d6-45d7-9143-337f90116b45", + "id": "60a9adfb-db07-42be-8d34-88f417ab1d8b", "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\": null\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\": 7366,\n \"key_1\": \"string\"\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}", + "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\": 3645.2458817901334\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}", "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": "2f116184-66a8-4c7c-b990-4094a2e010f9", + "id": "72384387-78ba-4a8f-b619-2a39dce9cd5e", "name": "List your Zones", "request": { "name": "List your Zones", @@ -1537,7 +1537,7 @@ }, "response": [ { - "id": "ded995dc-a418-41d6-bd03-b6774d2ad42c", + "id": "5230acc3-2f7d-4dcc-b5b6-b8672cd0e3d4", "name": "Zones successfully retrieved", "originalRequest": { "url": { @@ -1602,7 +1602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "121ed3b2-bba6-4e7c-83b6-3e84cb9fb190", + "id": "078121cb-2e4c-485e-b6f4-62d8ea5eb9e0", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1667,7 +1667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab07ea3a-b341-427f-8175-a1d1e774aad2", + "id": "a8d794fa-d3dd-4a21-b00d-f7a785088476", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1732,7 +1732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "455010df-5a6b-4f5c-9e7d-64160cd5280f", + "id": "0a7812ca-bd8f-4368-a67f-f94e15153d79", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -1803,7 +1803,7 @@ } }, { - "id": "81f7456c-962a-49e3-811f-5837f1183d76", + "id": "53ba8e78-238e-4610-853a-d8402c262d2e", "name": "Create your Zones", "request": { "name": "Create your Zones", @@ -1865,7 +1865,7 @@ }, "response": [ { - "id": "a134f785-5b13-4f2a-a6de-f38a066a8fd2", + "id": "f3c55448-f75d-4886-836c-dc2c9034e904", "name": "Zones successfully created", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87444b16-3dfb-44ab-b68c-c23dcaea88b5", + "id": "fdbce50f-3632-4c09-8d73-f03287b3314c", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1985,7 +1985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590097f7-b6c0-439a-beb1-0a67f5d26fee", + "id": "9f57907d-90c1-44a3-a4db-2fe1ce64ce34", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2045,7 +2045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8630899-7972-4c38-a24e-3886446ecc99", + "id": "a1966dcb-2d2f-4e00-b297-d1b17119fbc2", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2111,7 +2111,7 @@ } }, { - "id": "33be1f41-ddb8-4579-bb72-d6edd75889ae", + "id": "b5752338-dbe9-4287-8194-442afe98e404", "name": "Update the Zones", "request": { "name": "Update the Zones", @@ -2173,7 +2173,7 @@ }, "response": [ { - "id": "f1688c3c-93a9-4b6e-8a08-f65e484359d9", + "id": "dbf1453c-0d03-4ed3-a9d5-fda59ce98a69", "name": "Zones successfully updated", "originalRequest": { "url": { @@ -2233,7 +2233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76278181-eb8d-4a77-945a-3be5a7985248", + "id": "545d5253-11eb-4a62-9f69-a771bca7a8f8", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -2293,7 +2293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc9b0763-d085-4ab9-bf1a-abe0675c9a45", + "id": "1d502637-ccf9-4bcc-b768-2d9572039f4b", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2353,7 +2353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dd9af75-4b7d-40be-a68a-8179779596e9", + "id": "b9f0ec20-d108-4dbe-aa4f-db8fe3a3aeb2", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2419,7 +2419,7 @@ } }, { - "id": "d83db54e-498b-403d-b5d6-5b0f8b069326", + "id": "69aaa746-045d-4ca8-8aee-8a7debb0c027", "name": "Delete the Zones", "request": { "name": "Delete the Zones", @@ -2468,7 +2468,7 @@ }, "response": [ { - "id": "816f1dac-962c-4220-83d5-d0fabc80e184", + "id": "738d47c6-24db-4a7a-857b-e5733de89e32", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -2515,7 +2515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7605bc68-79d0-4301-9fa1-6c41629cb17d", + "id": "87afd679-5c71-494d-94b9-c08b918e615f", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2562,7 +2562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4424d16-d977-49eb-8107-1be9e227ad45", + "id": "0425b95d-4fc8-4c88-81be-724a38cb0527", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2615,7 +2615,7 @@ } }, { - "id": "ad588063-36d8-4e10-95e5-3f63548e6f80", + "id": "94f5636d-7511-4752-a490-1825e163a36d", "name": "Get Zone from ID", "request": { "name": "Get Zone from ID", @@ -2676,7 +2676,7 @@ }, "response": [ { - "id": "65cb8d18-19c9-4763-b7aa-14d2496a14b5", + "id": "319d004f-601a-4796-96ac-aa492168936d", "name": "Zone successfully retrieved", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b29eb78-cb1b-46f3-b802-195e5cac2251", + "id": "5fbb6308-d493-4acf-8cd5-c77cf609ad06", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2794,7 +2794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf0745ca-2cf7-4b2b-83c9-005f314901b3", + "id": "19f2c62e-4de1-44d8-8b06-f59554809ca0", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2853,7 +2853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45858539-7a6c-420b-bdd4-f6fd36888ae0", + "id": "89bddd95-c049-4de2-aa30-81e88ab4b392", "name": "Not Found - `zone_id` do not exist.", "originalRequest": { "url": { @@ -2906,7 +2906,7 @@ } }, { - "id": "fa7ae041-ffe3-40eb-a218-db9bc8f0c427", + "id": "54c5b6ad-67a8-40e3-b692-8c82721c6df0", "name": "Delete Zone from ID", "request": { "name": "Delete Zone from ID", @@ -2967,7 +2967,7 @@ }, "response": [ { - "id": "1a0c4bd9-41e3-48be-86b1-c58431d8ed47", + "id": "8d00cdcf-6056-4810-b10c-b9222cbbc18d", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -3026,7 +3026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "197aa017-013a-4b25-b602-e083bbf99798", + "id": "216f53ba-08ec-44d5-867a-b8c34154401d", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3085,7 +3085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f06bb2c-e1b0-4061-b689-869f5715d722", + "id": "0670c07c-bafc-4139-9fde-111c96be367c", "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": "2a6ce434-3cc7-48e9-ac52-91fd81f1742c", + "id": "dfa64a1f-35b4-40cb-8a4e-7076c85be1d8", "name": "Geolocation from an IP address", "request": { "name": "Geolocation from an IP address", @@ -3216,7 +3216,7 @@ }, "response": [ { - "id": "0e336868-f13d-4b9a-aba4-4edc4d88a0be", + "id": "6b9ba0d1-090b-49ff-9923-f4d94abdd559", "name": "Geolocation successfully retrieved", "originalRequest": { "url": { @@ -3273,7 +3273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b630b566-1df3-4ad2-b7b7-34d00531311a", + "id": "89cc0767-c115-421e-94c1-dbac10066007", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3330,7 +3330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63df7d35-21ac-44a5-9b7d-2799ad898e6d", + "id": "b3a5e0f0-f188-4cad-8276-735dc2227ca9", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3387,7 +3387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6570e41d-bbd3-4626-987f-48b828c22277", + "id": "d1d53ac8-0e06-47f0-ad7c-78d65c132111", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3450,7 +3450,7 @@ } }, { - "id": "e865ee08-1e4c-4ec1-9251-52f2eec9ba5f", + "id": "3c03f802-e07c-4dcf-b5ff-362e072ba1a4", "name": "Assets nearby a Geolocation", "request": { "name": "Assets nearby a Geolocation", @@ -3528,7 +3528,7 @@ }, "response": [ { - "id": "dbb7b39a-b96e-484d-a473-6371914ef843", + "id": "dbc2fe99-11e0-465f-85dc-47e2583dc429", "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\": {\n \"key_0\": 3490,\n \"key_1\": 8353,\n \"key_2\": false,\n \"key_3\": \"string\"\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 },\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\": 3089,\n \"key_1\": 7363.58044283773\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\": {\n \"key_0\": 7351.050700672386\n },\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 },\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": "3b882d12-ae3e-4d42-8fbc-31bfc536e369", + "id": "b4ceb120-e3ab-4be2-9852-4b7cb351518e", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3678,7 +3678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a51bf27b-c1c1-4e6e-9e47-d4df1711663d", + "id": "534f452a-ffcd-401a-8bc6-0a5dc0546386", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3753,7 +3753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88facc0b-2633-4bd5-bfa1-c1499fae2c4c", + "id": "def9d405-739c-43b1-b485-3d416915bb96", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3834,7 +3834,7 @@ } }, { - "id": "dbc255e0-9aab-4f7c-a7b2-3ca7e5dac78d", + "id": "68712718-82eb-4665-92b2-c37e2358973c", "name": "Timezone", "request": { "name": "Timezone", @@ -3903,7 +3903,7 @@ }, "response": [ { - "id": "48c66a19-1f2f-48fc-a8db-97cd04f3f8fb", + "id": "ea670b2f-94ef-4d17-9dac-5ed7568da0aa", "name": "Timezone successfully retrieved", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d7b25c-0ca4-43b8-9b6a-5ad9ac8d6bf0", + "id": "ce26a1e7-95cd-47e9-8f94-fc690df33015", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4035,7 +4035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76d64cd5-012d-45e7-9035-d1bacf70b51a", + "id": "d5434c7a-9247-439a-a99b-0670f9913e18", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4101,7 +4101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ab0c027-2146-4418-b9e9-32c940278ed8", + "id": "5b4a13dd-0cfa-4529-a10f-407d72bf4dc8", "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": "e7283974-c7b3-4e2b-a8c3-b14be66543a9", + "id": "c131fb0a-390f-4106-832b-15a438275a1a", "name": "Autocomplete for Localities", "request": { "name": "Autocomplete for Localities", @@ -4215,7 +4215,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -4320,7 +4320,7 @@ }, "response": [ { - "id": "1fe2d420-52ee-428b-bbfc-47a102ede32c", + "id": "12a29ba5-daa1-4ffd-ba59-e61133776185", "name": "Autocompletion Localities successfully retrieved", "originalRequest": { "url": { @@ -4351,7 +4351,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -4453,12 +4453,12 @@ "value": "application/json" } ], - "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"address\",\n \"hamlet\"\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 \"city\",\n \"admin_level\"\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 \"village\",\n \"route\"\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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "794a027f-abf3-4f8f-8dd3-a96032ddfb8e", + "id": "ae4e62fc-571a-4eeb-99e9-fd947781965a", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4489,7 +4489,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -4596,7 +4596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0b65c7b-60f6-41df-9bab-90369d79a97a", + "id": "d1177898-5e0c-4aba-84fd-0deb2521f61d", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4627,7 +4627,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -4734,7 +4734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae8e4346-3419-41ac-a760-9d43121f8135", + "id": "e3bbcda3-5b19-4ec6-9d06-185c9b68e56f", "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": "locality" + "value": "admin_level" }, { "disabled": false, @@ -4878,7 +4878,7 @@ } }, { - "id": "a7ad0540-c423-4023-903f-0a238796ba6a", + "id": "65c7a5e0-4797-4983-8093-7fdeb3da7d21", "name": "Details of a Locality", "request": { "name": "Details of a Locality", @@ -4932,7 +4932,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -4983,7 +4983,7 @@ }, "response": [ { - "id": "c758aa81-80eb-4093-af4d-1dde1e808bd8", + "id": "8248b94b-4ba7-4ec7-90cb-0687946521d6", "name": "Details Localities successfully retrieved", "originalRequest": { "url": { @@ -5032,7 +5032,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5080,12 +5080,12 @@ "value": "application/json" } ], - "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"admin_level\",\n \"town\"\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 \"quarter\",\n \"locality\"\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\": \"ROOFTOP\"\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": "1d6a136a-51d2-4143-b455-fc58852f1a62", + "id": "32b0a44c-19e3-4e4e-aedd-14d72c80369d", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5134,7 +5134,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5187,7 +5187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cec43268-5c78-479d-a924-9510fde3d38e", + "id": "cfe51d8d-45bd-4fbe-b0f6-58f76ae601dc", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5236,7 +5236,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5289,7 +5289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4cb486c-47b8-40ba-a7b9-7443e1c7320e", + "id": "6e21eb43-326a-48f3-bfce-956c9431d52e", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5338,7 +5338,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5397,7 +5397,7 @@ } }, { - "id": "4880d368-aaa8-47ba-b6ba-c305b0af0852", + "id": "9861f15c-06fc-430f-b240-4877c34ff432", "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": "locality" + "value": "admin_level" }, { "disabled": false, @@ -5505,7 +5505,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" } ], "variable": [] @@ -5538,7 +5538,7 @@ }, "response": [ { - "id": "ba8ecff2-ad05-4cfc-bd59-33c5b2180ad8", + "id": "13f8c424-6d7e-4bfe-9d64-843cb02a5487", "name": "Request Localities Geocode successful", "originalRequest": { "url": { @@ -5578,7 +5578,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -5641,7 +5641,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -5671,12 +5671,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"route\",\n \"quarter\"\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 \"formatted_address\": \"\",\n \"types\": [\n \"country\",\n \"village\"\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}", + "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"locality\",\n \"hamlet\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"ROOFTOP\",\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 \"formatted_address\": \"\",\n \"types\": [\n \"postal_code\",\n \"admin_level\"\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": "a2a1f85a-3f41-40c3-add1-a653d5041ca9", + "id": "8b1be651-7d6a-400a-91a1-672aadcce52d", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5716,7 +5716,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -5779,7 +5779,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -5814,7 +5814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8954be90-4ce1-43d8-b4a9-cb13a1037e92", + "id": "416d25eb-242a-4835-a2d2-41761c1194ef", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5854,7 +5854,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -5917,7 +5917,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -5952,7 +5952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de841b84-1727-4b21-80c3-54c75e75d2e0", + "id": "3d329b95-51f7-4eed-aa20-8cbc1cacbcbd", "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": "locality" + "value": "admin_level" }, { "disabled": false, @@ -6055,7 +6055,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -6096,7 +6096,7 @@ } }, { - "id": "1cd2e579-9152-4837-a188-ce0132c64ad6", + "id": "47c07f58-49d3-4d7c-b873-986d66a209c0", "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": "business.shop.electronics" + "value": "hospitality.motel" }, { "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": "business.shop.electronics" + "value": "hospitality.motel" } ], "variable": [] @@ -6201,7 +6201,7 @@ }, "response": [ { - "id": "26256db2-e524-4354-9f8e-9a7564919993", + "id": "24adf258-6d0f-4ef8-a9b8-701919a7c045", "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": "business.shop.electronics" + "value": "hospitality.motel" }, { "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": "business.shop.electronics" + "value": "hospitality.motel" }, { "description": { @@ -6298,12 +6298,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"business.shop.sports\",\n \"business.fuel\"\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 \"beach\",\n \"tourism\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"sports.golf\",\n \"tourism\"\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.parking\",\n \"business.food_and_drinks.pub\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"business.fuel\",\n \"business.shop.library\"\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 \"education.kindergarten\",\n \"hospitality.hostel\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"tourism\",\n \"transit.station.rail.subway\"\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 \"tourism.museum\",\n \"business.food_and_drinks.cafe\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7587991b-e39e-4019-9be4-50f5220047f0", + "id": "22fe3555-3c0a-4064-b8e5-c3573aca942b", "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": "business.shop.electronics" + "value": "hospitality.motel" }, { "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": "business.shop.electronics" + "value": "hospitality.motel" }, { "description": { @@ -6405,7 +6405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86beb1a7-4020-4460-942a-4577f91dd033", + "id": "47859625-894d-455c-9d7c-2097d12520c3", "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": "business.shop.electronics" + "value": "hospitality.motel" }, { "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": "business.shop.electronics" + "value": "hospitality.motel" }, { "description": { @@ -6507,7 +6507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "106aed0b-ba90-43fb-ac6f-4d68a3401360", + "id": "3df545af-4c55-441a-83be-8556b0f0e15c", "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": "business.shop.electronics" + "value": "hospitality.motel" }, { "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": "business.shop.electronics" + "value": "hospitality.motel" }, { "description": { @@ -6621,7 +6621,7 @@ "description": "", "item": [ { - "id": "bec6c33c-e0dc-46b1-8b30-085e5583ef75", + "id": "fed4d6bb-48b9-4598-a864-4cf54e64fa4b", "name": "Search for assets", "request": { "name": "Search for assets", @@ -6744,7 +6744,7 @@ }, "response": [ { - "id": "bd683ae1-0c6a-4f14-9a4f-5ac165c07f99", + "id": "4a103b1d-fe3d-4e52-9afe-b6496ecaff5d", "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\": false\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}", + "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\": 5612.81017636424,\n \"key_1\": true,\n \"key_2\": \"string\"\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\": {\n \"key_0\": 197.21005260756817\n },\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": "80f87d06-9f96-4e1b-b71d-b5a3fed5e8d5", + "id": "289f9843-6c78-4af8-af95-aa0d83d63987", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6984,7 +6984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bcb4b6f-118c-489a-a6ea-da29c941602a", + "id": "4b595273-b276-4f22-ada9-26378c31d3c3", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7104,7 +7104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4cd88f0-5dc4-4a3b-b82c-09ca8ac7305c", + "id": "e49fa01b-c81a-47a3-aec3-8329408561e6", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7230,7 +7230,7 @@ } }, { - "id": "61d272cf-7cdd-4c1e-a658-cd4eda3d7fb7", + "id": "79a0c370-8f09-4746-ae39-50f868edbb09", "name": "Autocomplete for assets", "request": { "name": "Autocomplete for assets", @@ -7308,7 +7308,7 @@ }, "response": [ { - "id": "18f4b784-3d44-4400-9fc7-60c910ed0786", + "id": "842bb03b-9466-4a8f-b6b4-af00272beab4", "name": "Assets Successfully Replaced", "originalRequest": { "url": { @@ -7383,7 +7383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25296f9d-563c-4d7e-87ef-f3cd83bf2ac4", + "id": "31df8d8b-bbee-4a08-bd3a-bc476abe81c7", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7458,7 +7458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07f6b113-f7db-4ce5-9110-8e7d142d8a54", + "id": "5d5e239a-2d8a-4b7d-9018-8abe2ea45933", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7533,7 +7533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cfdba0d-c987-41df-9a50-69513029261d", + "id": "e28ab3d4-a292-4326-b151-2504f7e77a5b", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7614,7 +7614,7 @@ } }, { - "id": "54e0ab18-1855-401f-8541-fa4fd5619dd0", + "id": "78059960-520b-40da-b3ff-b64ef91ceb26", "name": "Bounds for assets", "request": { "name": "Bounds for assets", @@ -7702,7 +7702,7 @@ }, "response": [ { - "id": "fef7350e-9e61-4547-a620-cb3c3d22ac85", + "id": "ef47991b-4ef6-4c66-bf05-38b01b9d1fe4", "name": "Bounds successfully retrieved", "originalRequest": { "url": { @@ -7787,7 +7787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b45b3f85-4d57-4e71-8d98-f5cee86b5dce", + "id": "d75c8861-4f32-4233-8a88-25e3b3abc8ec", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7872,7 +7872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce8fa4fb-cd0e-42e7-8796-19305a46fada", + "id": "4fbe131e-ee6e-49db-a82a-213d445e9a0a", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7957,7 +7957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5ee8527-88da-4d6e-82d9-2f4288208536", + "id": "8cb51188-af5a-40c9-8a69-83b1f54b0166", "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": "93dbeda2-c8e9-4091-bc35-183ede89ee71", + "id": "259eeafc-96ba-4c48-919e-59b487d08892", "name": "Get Static Map", "request": { "name": "Get Static Map", @@ -8228,7 +8228,7 @@ }, "response": [ { - "id": "0ab23010-e5b0-4375-9c81-07458fc02ac9", + "id": "4afaf4af-f806-48e7-b8ac-1ef3c4a3da9a", "name": "Successful Response", "originalRequest": { "url": { @@ -8372,7 +8372,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8dbadb19-dd0e-43f9-bfc4-148036022575", + "id": "b691fbf8-238d-404c-a45e-cf8598997dd7", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -8516,7 +8516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35ee3cc3-b1f9-4db4-bff0-cc4721295afe", + "id": "4f1106e2-8523-411b-a33f-6d5d9eb54c73", "name": "Out of free quota.", "originalRequest": { "url": { @@ -8660,7 +8660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "285c4e57-1b5e-4b4a-a659-2b935dae794c", + "id": "c4e7b176-2319-427a-a6d6-31ac2ba9c56b", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -8804,7 +8804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "268ab292-9218-4fbb-8820-7fd0d3a7d2ac", + "id": "e167106f-6a80-4972-8f98-b8125be06780", "name": "Validation Error", "originalRequest": { "url": { @@ -8948,7 +8948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37ddcb97-73f0-4091-84cc-4b21407063b9", + "id": "5d4d506f-f0ef-4728-ac5d-cd4c14e853ee", "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": "667f0ee0-6aaa-4e24-9842-336e292bb45d", + "id": "66369a8b-6ab7-4db8-a9b7-7e16f6137fca", "name": "Convert To What 3 Words", "request": { "name": "Convert To What 3 Words", @@ -9179,7 +9179,7 @@ }, "response": [ { - "id": "22ca0800-f33b-402c-bf3e-1317286bca3d", + "id": "837a8c80-04d2-4e13-8ba5-0fb58ea0a0ce", "name": "Successful Response", "originalRequest": { "url": { @@ -9251,7 +9251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51856e96-93a5-4be1-b77d-19b6306adace", + "id": "ce9927fe-7bc0-402b-bf53-a46745cf001e", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9323,7 +9323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2162ce9d-d315-40b9-846c-2754329eb844", + "id": "b0ab6949-45fa-449f-9edd-401285efc526", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9395,7 +9395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e51a84-462e-484c-966a-38aed80205d0", + "id": "603c5f90-50c3-43d1-aa89-ea6b31a2d6aa", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9467,7 +9467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6967e03a-dfce-4b92-80d7-a4869b9bd7d8", + "id": "04559b6a-f71d-4c08-b6ea-9bdb71009807", "name": "Validation Error", "originalRequest": { "url": { @@ -9539,7 +9539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a7c0a0-1506-44ae-9d8c-f7c138d4e6d0", + "id": "dd99395d-568e-4183-9b39-1d289f1a8a31", "name": "Rate limit reached", "originalRequest": { "url": { @@ -9617,7 +9617,7 @@ } }, { - "id": "b57b2f21-6b81-44ba-97c5-1446b7d9a66e", + "id": "59703443-4868-4e78-85b3-69207e28cc1d", "name": "Convert To Address", "request": { "name": "Convert To Address", @@ -9683,7 +9683,7 @@ }, "response": [ { - "id": "7b892808-f0db-44d1-8dc6-7ff8d4554a1d", + "id": "15180fa8-0bd4-496c-9ef9-a653f7c97604", "name": "Successful Response", "originalRequest": { "url": { @@ -9741,12 +9741,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"borough\",\n \"village\"\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 \"hamlet\",\n \"postal_code\"\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 \"suburb\",\n \"postal_code\"\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 \"hamlet\",\n \"quarter\"\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": "ab095c00-ae6c-4da5-8243-2cf1f1e39744", + "id": "86082338-97f1-4129-bdaa-fc62912c0c23", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9809,7 +9809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c51435a-5ad2-459d-ac3d-be36d7a5d1ce", + "id": "ab95ff56-65ce-4e28-a77c-2a4054a40094", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9872,7 +9872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2bc6fa3-7fde-4d95-8d82-f4edcaa78ce1", + "id": "5b04ef26-a3fe-4ab1-9253-4aa563db71ff", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9935,7 +9935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07da1d7d-4437-46bb-a308-6f35ae107b63", + "id": "88a9692f-0298-4ab1-98ba-94211bff9882", "name": "Validation Error", "originalRequest": { "url": { @@ -9998,7 +9998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab08471d-21f1-4f30-9b65-c6b01923224c", + "id": "2e6346b3-c4b4-4589-af34-1ba2301c8090", "name": "Rate limit reached", "originalRequest": { "url": { @@ -10067,7 +10067,7 @@ } }, { - "id": "ef8273e2-fd21-45c8-ae6f-f332a5dc5628", + "id": "415d769a-ce25-4392-9dda-49de27763c1d", "name": "Autosuggest", "request": { "name": "Autosuggest", @@ -10196,7 +10196,7 @@ }, "response": [ { - "id": "ddc39a75-f8d4-4cce-97f6-a936052999ee", + "id": "d127df05-14f2-4a74-ad3e-53182c84a3f6", "name": "Successful Response", "originalRequest": { "url": { @@ -10322,7 +10322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27a5e0ca-c69c-43ea-888e-f8d366d25714", + "id": "7cb28ddb-5aa0-418a-9ea7-5bab5b1e4ea7", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -10448,7 +10448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76bbf73b-15bd-4d2e-a7fa-2ee70d1c4434", + "id": "0dbdc2e7-9fd6-438a-9081-8d7d46fc117f", "name": "Out of free quota.", "originalRequest": { "url": { @@ -10574,7 +10574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fae8a72-0620-472c-afd3-b8d817309ba4", + "id": "d261783e-bb05-481e-9ee8-b958eda436ef", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -10700,7 +10700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72318842-4718-4f12-8bc1-53c9370d95b0", + "id": "e608791c-4e78-42ca-afb9-5701823a8294", "name": "Validation Error", "originalRequest": { "url": { @@ -10826,7 +10826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "245f0390-b74f-4e33-8c5e-a4a16a91cdf4", + "id": "2ed3b124-f418-4c87-9fb9-806c1f3cf46e", "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": "c47c0388-b61a-4bfa-92e7-2ab87ad69782", + "id": "6499d401-cdc1-4b7d-b723-10a244e072cb", "name": "Get Venue By Key", "request": { "name": "Get Venue By Key", @@ -11023,7 +11023,7 @@ }, "response": [ { - "id": "439571a3-c4f0-4827-bc5a-fe388a163818", + "id": "01d63af2-e9b9-44f4-9b95-b4b4ca0f01b3", "name": "OK", "originalRequest": { "url": { @@ -11080,7 +11080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0141132e-f931-43fc-8c69-1f0188e65a5f", + "id": "da1e5b06-9a34-4217-ad2a-4bc5d1ce40c9", "name": "Unauthorized", "originalRequest": { "url": { @@ -11137,7 +11137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7974bdb1-4cdd-4b19-ad34-1db86748528e", + "id": "8eaea2b6-185f-4191-a1b4-d4ad2fea4bb4", "name": "Payment Required", "originalRequest": { "url": { @@ -11194,7 +11194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a65b77c-8ea1-4a3f-bd96-475528429f8b", + "id": "d158f7ae-aa88-4262-9d26-e1f1d1f41056", "name": "Forbidden", "originalRequest": { "url": { @@ -11251,7 +11251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b334658f-e687-4073-861e-d183abac1d42", + "id": "6caef69f-c25d-4549-b74a-c649667983c4", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11303,7 +11303,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11314,7 +11314,7 @@ } }, { - "id": "337be987-3ed9-4737-8f72-8cf6d7af05c1", + "id": "732ae37c-f469-4e9b-aca2-36e0f9ca7e78", "name": "Get Venues By Key", "request": { "name": "Get Venues By Key", @@ -11338,7 +11338,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" } ], "variable": [] @@ -11371,7 +11371,7 @@ }, "response": [ { - "id": "7e1d63e8-5679-441c-88c3-4134f901d6c0", + "id": "608eb649-2211-4520-bc83-0018f0c546b5", "name": "OK", "originalRequest": { "url": { @@ -11390,7 +11390,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" }, { "description": { @@ -11425,7 +11425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9beaa89-95ee-43c9-8aee-5260455075e1", + "id": "20ab5109-a82f-451a-9835-f63e885c4954", "name": "Unauthorized", "originalRequest": { "url": { @@ -11444,7 +11444,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" }, { "description": { @@ -11479,7 +11479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d28e86-15ae-4ca6-8593-9fe66f6c2b30", + "id": "9bb632c7-cd49-48aa-9d29-3b61fafa67ed", "name": "Payment Required", "originalRequest": { "url": { @@ -11498,7 +11498,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" }, { "description": { @@ -11533,7 +11533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09091ec1-c763-436e-8131-7a0acd16cb79", + "id": "627a203b-a252-4ee5-9cbc-21852b3f05d4", "name": "Forbidden", "originalRequest": { "url": { @@ -11552,7 +11552,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" }, { "description": { @@ -11587,7 +11587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4c6bca4-5fea-491e-ab46-62b030dce6a0", + "id": "e2595411-fafe-4b98-a74b-8cd50999db09", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11606,7 +11606,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" }, { "description": { @@ -11636,7 +11636,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11647,7 +11647,7 @@ } }, { - "id": "863c94f8-3dbb-4972-b9b7-5d4e672ad545", + "id": "e0bebf20-ca28-4254-8b8a-d64d62ab7b8d", "name": "Get Indoor Style", "request": { "name": "Get Indoor Style", @@ -11713,7 +11713,7 @@ }, "response": [ { - "id": "31fcb6ce-2cc6-40f9-9ab6-38d0bd175041", + "id": "51e23588-c788-4fa2-86c6-6e30b0e80304", "name": "OK", "originalRequest": { "url": { @@ -11771,12 +11771,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": 9322.617107087457,\n \"key_1\": true\n}", + "body": "{\n \"key_0\": 584\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e540aeb6-1098-4f54-9e2a-eed8e3ada322", + "id": "ef2b588d-afd9-4efd-8dc7-1d6474a1d135", "name": "Unauthorized", "originalRequest": { "url": { @@ -11839,7 +11839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93486ed2-63ab-43bc-9b6e-7258b19d33d7", + "id": "bbf87be6-bc97-4d5b-ad09-687fe840e782", "name": "Payment Required", "originalRequest": { "url": { @@ -11902,7 +11902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd19a89b-8ee2-4b52-b28b-20ffc651650f", + "id": "777b752a-7485-43fc-a15e-8ad692cf170d", "name": "Forbidden", "originalRequest": { "url": { @@ -11965,7 +11965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf2eb028-5948-406e-a96f-549a2733175e", + "id": "caa478d2-cf2c-4230-8c26-46be10698d41", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12023,7 +12023,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12034,7 +12034,7 @@ } }, { - "id": "bf26c9a0-362d-4e26-be57-ff1486fc9652", + "id": "0b95de36-9418-436c-a48f-7128ad6e1e0c", "name": "Distance Matrix", "request": { "name": "Distance Matrix", @@ -12139,7 +12139,7 @@ }, "response": [ { - "id": "60aff900-6d0e-4e3b-ac30-812a7f999034", + "id": "12a38f27-35ab-4a19-8db6-5f9746d6a8f8", "name": "OK", "originalRequest": { "url": { @@ -12241,7 +12241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d16b58bc-052e-4244-a1ec-da83eeb3f8f7", + "id": "3c0e6805-10a0-4262-80d7-4718f17af952", "name": "Bad Request", "originalRequest": { "url": { @@ -12343,7 +12343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ad17440-8fd9-48b6-b3e9-1464f65c6130", + "id": "b8f9c5e6-6541-4bb7-bd20-c66261c901f1", "name": "Unauthorized", "originalRequest": { "url": { @@ -12445,7 +12445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d7f32a1-d9ab-43d6-b440-b0f156be5295", + "id": "14a7fd00-d210-4308-bf2d-f877dab690b4", "name": "Payment Required", "originalRequest": { "url": { @@ -12547,7 +12547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1afd586-7d73-473c-be34-970e17635b05", + "id": "2cd87c0d-007c-4c8d-82c6-684f14f4d56e", "name": "Forbidden", "originalRequest": { "url": { @@ -12649,7 +12649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d84e779-e7ef-4026-a4c8-0e31ae7c1d69", + "id": "8ff287fe-282c-4372-afb9-c8c8f7ffc858", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12746,7 +12746,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12757,7 +12757,7 @@ } }, { - "id": "f13fe46b-ac37-4a06-908a-f203d78c6409", + "id": "d1f99c5c-0ee2-4b30-a0dc-f9a2c3226db2", "name": "Directions", "request": { "name": "Directions", @@ -12889,7 +12889,7 @@ }, "response": [ { - "id": "a423af7a-9fa1-47bb-b739-b8b405950025", + "id": "dffb2c78-17cb-4ac0-ade5-9f61729f1b4c", "name": "OK", "originalRequest": { "url": { @@ -13018,7 +13018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3302963-3841-40b7-b549-70b68a025495", + "id": "6391ec74-fb3d-4d4e-8dea-e977548c2b98", "name": "Bad Request", "originalRequest": { "url": { @@ -13147,7 +13147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f85c15ae-108b-472c-8e3e-3f829ddbe729", + "id": "393698a2-932c-451d-9124-266e4c070136", "name": "Unauthorized", "originalRequest": { "url": { @@ -13276,7 +13276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14f768f1-9614-471a-9bbc-c1f622acd67c", + "id": "89b76bef-c73b-4a2c-8288-b6b2fef0c649", "name": "Payment Required", "originalRequest": { "url": { @@ -13405,7 +13405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a70e15a0-8274-40a4-ae63-2afd511c68d9", + "id": "cad74f88-908c-4bc3-a394-743fdbb1d5a2", "name": "Forbidden", "originalRequest": { "url": { @@ -13534,7 +13534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21efb151-0f1d-454b-9056-84950c9b8761", + "id": "d49f7e24-92bb-4a98-a1e4-2d702d170dae", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -13658,7 +13658,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -13669,7 +13669,7 @@ } }, { - "id": "e51d33ea-6f29-4341-ac56-5c4fb1c0c57f", + "id": "2d5f51b2-b1fa-4cb5-b077-6e60a43b7ecc", "name": "Search Venue Pois By Key", "request": { "name": "Search Venue Pois By Key", @@ -13839,7 +13839,7 @@ }, "response": [ { - "id": "7597ce30-ffd6-4705-84df-327c3e35c065", + "id": "2ef0be0d-9949-494c-a5eb-8b420a0c091e", "name": "OK", "originalRequest": { "url": { @@ -14006,7 +14006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93d7243e-9bfb-47dd-8430-0488834ead49", + "id": "66d9f82b-ec0b-4654-9f36-1b82929875f3", "name": "Unauthorized", "originalRequest": { "url": { @@ -14173,7 +14173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfeecf54-54a6-477e-82e5-ce28c4e03e9e", + "id": "066c834c-fcba-47d9-b5e2-3d2a5d3c15bb", "name": "Payment Required", "originalRequest": { "url": { @@ -14340,7 +14340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7949d582-5aaa-4769-92eb-89974d739d33", + "id": "f2b52a2c-fbb8-499a-8575-a213a171cb2e", "name": "Forbidden", "originalRequest": { "url": { @@ -14507,7 +14507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24bd07d1-f505-4e12-8156-73a7fccc8452", + "id": "662c2769-3971-45fa-b218-edfb59c45ab9", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -14669,7 +14669,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -14680,7 +14680,7 @@ } }, { - "id": "fdbc9bb4-257b-4372-abdd-b71eb4ce374f", + "id": "3b91f792-fdbd-4c0d-8ede-eaa791ce3939", "name": "Autocomplete Venue Pois By Key", "request": { "name": "Autocomplete Venue Pois By Key", @@ -14841,7 +14841,7 @@ }, "response": [ { - "id": "431b51b8-ebdf-4aa5-bf95-d5d0a516e0ad", + "id": "e1436134-4033-4b2e-bc5c-f2258a2d6475", "name": "OK", "originalRequest": { "url": { @@ -14999,7 +14999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af64a949-0c2f-4d94-b1f7-13d22886bd15", + "id": "43f29e1b-f5ab-4c44-ae77-9fdb7ef466e8", "name": "Unauthorized", "originalRequest": { "url": { @@ -15157,7 +15157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39b620d-01a6-41c2-9a80-e58af8b57a4b", + "id": "b92479f8-ff17-4e2c-97ec-b0d629261cc8", "name": "Payment Required", "originalRequest": { "url": { @@ -15315,7 +15315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a7be209-cde4-4b36-84a3-2d59dfadb569", + "id": "24163f8f-1fa1-47d6-a048-6186e29f29d2", "name": "Forbidden", "originalRequest": { "url": { @@ -15473,7 +15473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51cb2d93-d78d-4887-90ef-1c3390c01dbd", + "id": "0b4c5b1b-694c-40f1-b2cf-e7e9ebe06111", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -15626,7 +15626,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -15637,7 +15637,7 @@ } }, { - "id": "d99e903e-5502-46bf-aee6-3b2968b288f0", + "id": "3ff2b014-cadb-48c5-9fca-214c338453cd", "name": "Get Feature By Key", "request": { "name": "Get Feature By Key", @@ -15708,7 +15708,7 @@ }, "response": [ { - "id": "2e390daa-cf59-486d-a97d-f9f250ea32d8", + "id": "676b844a-1a1f-447e-ab90-fa97ba68b33e", "name": "OK", "originalRequest": { "url": { @@ -15772,12 +15772,12 @@ "value": "application/json" } ], - "body": "{\n \"properties\": {\n \"key_0\": true\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", + "body": "{\n \"properties\": {\n \"key_0\": true,\n \"key_1\": 3298,\n \"key_2\": \"string\"\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f2e3fbce-2e87-46bd-8752-8c9753340758", + "id": "d721c2e7-c1be-4360-8b7f-fc4cca5cb697", "name": "Unauthorized", "originalRequest": { "url": { @@ -15846,7 +15846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c32ac51a-be19-45c6-bb3a-f0b74afb1a86", + "id": "a6841178-3028-4ccf-bfc1-de91d606f53f", "name": "Payment Required", "originalRequest": { "url": { @@ -15915,7 +15915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d2f5bd-3bd1-4699-b36b-4ed4ad1ca51d", + "id": "d216f968-b936-4892-8282-60437de57fd6", "name": "Forbidden", "originalRequest": { "url": { @@ -15984,7 +15984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04b91e59-3c1d-40c8-8fbc-dd12d046c456", + "id": "028e6271-eaf5-4196-8bec-f58762e40585", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16048,7 +16048,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16059,7 +16059,7 @@ } }, { - "id": "d3c7ed5e-3c26-4c19-bcd4-479f63ab529f", + "id": "3daa01df-3701-4dc3-92c2-89e1590462b0", "name": "Tiles By Key", "request": { "name": "Tiles By Key", @@ -16161,7 +16161,7 @@ }, "response": [ { - "id": "88c7d8d9-dd84-47d8-98bd-0a623ebf88c1", + "id": "9ec4dca4-fdbc-48da-9b20-c18babafdc09", "name": "OK", "originalRequest": { "url": { @@ -16260,7 +16260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "666ffaff-d5b2-45ed-8f83-e0d1a82d9366", + "id": "652b60ce-f9d7-42c7-9660-d45d55eefebe", "name": "Unauthorized", "originalRequest": { "url": { @@ -16359,7 +16359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db33e049-e784-48d9-a672-40b95c8b30f7", + "id": "c61a4751-2787-4b51-abd3-55ffb504ecda", "name": "Payment Required", "originalRequest": { "url": { @@ -16458,7 +16458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8eb2844-9372-4e24-b5db-77f374e16efd", + "id": "10ef9b62-edc3-46d9-a42f-4a2868688750", "name": "Forbidden", "originalRequest": { "url": { @@ -16557,7 +16557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f3d04e0-8ba0-4204-9d8c-81a91f840430", + "id": "a18e9b14-69a7-4b05-95e9-278be2944301", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16651,7 +16651,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\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": "3a780e07-1fcb-46c4-9866-767c5259d81b", + "id": "3e3ba98c-49e5-4c4a-a55e-ad30870013a8", "name": "Start Matrix Calculation", "request": { "name": "Start Matrix Calculation", @@ -16730,7 +16730,7 @@ }, "response": [ { - "id": "808f0134-240f-48ae-89b1-52d4dd68bc52", + "id": "a87e5eda-7aad-4848-84e7-62bb125a3f0a", "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": "c69438e4-4f0b-4d91-9d77-76b367eeb742", + "id": "0141deb6-ef7d-4124-b8ea-70e5b976f8bb", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -16850,7 +16850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc848100-45bb-4830-b199-db475b8e6306", + "id": "dcbe92ee-63cd-4997-87a4-5acc3a182100", "name": "Out of free quota.", "originalRequest": { "url": { @@ -16910,7 +16910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a5ce162-fce6-4052-935a-91ad1edc15ac", + "id": "d5aee9ac-2d18-4d7a-9e03-e00dd98bc842", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -16970,7 +16970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14037d37-9f8b-43da-9d70-5fb8dc163f6a", + "id": "c9a1d236-ac14-4f0c-901b-e88b7f7b56a9", "name": "Validation Error", "originalRequest": { "url": { @@ -17030,7 +17030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ac66a5f-b364-4a49-80d5-6a2e3130c1e6", + "id": "d8d9b48d-2a2a-4390-ba5b-41ed64e12bb1", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17096,7 +17096,7 @@ } }, { - "id": "e9795abb-8c78-436f-b02a-632b479806ba", + "id": "b3e87b83-9635-4218-bd3d-6bb23ee4b679", "name": "Check Matrix Calculation Status", "request": { "name": "Check Matrix Calculation Status", @@ -17157,7 +17157,7 @@ }, "response": [ { - "id": "49e1d732-aefc-4e38-afaa-31d73c05f17e", + "id": "21c8949c-31a4-42f4-aed4-19e0d3822c0c", "name": "Successful Response", "originalRequest": { "url": { @@ -17216,7 +17216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcadb977-3203-4092-8a88-8aecac47dc76", + "id": "425e52e0-8b61-482b-968b-07fc4afbd87a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17275,7 +17275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acfdb123-0f6e-4a0f-8665-ef3f9208ad92", + "id": "bc30065e-cea8-4121-b62c-98757ff354be", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17334,7 +17334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac699a12-82ec-4aba-bb2e-58d4e3151a62", + "id": "79bf5ed4-6bc5-4151-b2f4-594798ee7bfe", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17393,7 +17393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8182bceb-8ee8-4c9d-892a-961f932eb8fd", + "id": "50b05714-0cf7-49bf-b88a-8ed46d93fb0e", "name": "Validation Error", "originalRequest": { "url": { @@ -17452,7 +17452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6219385f-08ff-4f5e-9f17-38a74d327eee", + "id": "577a717e-2d2a-4f4b-886b-b10e650c05f1", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17517,7 +17517,7 @@ } }, { - "id": "ea081e3c-5189-43ba-ad1c-47d0ba257183", + "id": "19b08853-0733-4d67-a920-3147d893a7e3", "name": "Get Matrix Calculation Result", "request": { "name": "Get Matrix Calculation Result", @@ -17577,7 +17577,7 @@ }, "response": [ { - "id": "c13fb288-46f6-4d12-8b4b-461c0695237e", + "id": "a574282d-389d-45f9-9583-ac894d604092", "name": "Redirect to the result of the matrix calculation.", "originalRequest": { "url": { @@ -17635,7 +17635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9451d40e-e219-4e60-987d-5ac8eec48586", + "id": "97a105a4-8eab-491b-ba93-5ae8b7ca47f8", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17693,7 +17693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7f4b3dd-4c13-41a8-8611-f42614db6de9", + "id": "9e70c0c2-550e-4eab-bf39-6cf8b679f7f6", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17751,7 +17751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c9aa9b-189a-46e9-8ed0-f79f63ca25fa", + "id": "2e98f12f-950a-4698-9add-d7d7d256b5a0", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17809,7 +17809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bca21a7d-c42a-40fb-a26b-80bb7768c368", + "id": "268e0793-e737-49a4-9786-aa29cbfe26ce", "name": "Validation Error", "originalRequest": { "url": { @@ -17867,7 +17867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "400cbd8e-c8c8-405c-851c-711397de7aff", + "id": "543c9677-c362-43f3-be8e-d14c85aeffb8", "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": "1a8bcafd-eea1-4eae-8d34-48862237bca2", + "id": "3fcb6bb9-1302-4bd5-a9ac-470cc0354ac6", "name": "Transit Route", "request": { "name": "Transit Route", @@ -18030,7 +18030,7 @@ }, "response": [ { - "id": "d0a5ac23-fb52-46c7-b9c6-619c59b5c29a", + "id": "af0e8dc2-a27b-4a42-822e-bb84e39cdbf6", "name": "Successful Response", "originalRequest": { "url": { @@ -18120,7 +18120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7c7b6fd-4ab6-4b9d-b652-040a7db81cfb", + "id": "164fa4b6-a42e-402d-be19-e9f79471cd35", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18210,7 +18210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bb68793-2d4f-4be9-9ccc-1bbc367a85af", + "id": "01063666-9dd5-4c5e-8f2c-8ad75339655e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18300,7 +18300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a8e90f-949b-45e9-9496-2cb6e8ff88a5", + "id": "71230533-9b39-4f81-b7c4-4305d932477e", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18390,7 +18390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0438685-003e-48b4-906f-c32d28d9fb13", + "id": "bcb02638-93c9-4b9a-b30a-52225e7220c2", "name": "Validation Error", "originalRequest": { "url": { @@ -18480,7 +18480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c41ca297-3749-44f8-b4ec-86f54940a85d", + "id": "a7869962-dfad-404f-9dc7-249fdeefdef9", "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": "52d6ab18-d952-46e6-8bdc-14bb4eb217fc", + "id": "d672db48-2214-4538-9c67-8ae32f49b3df", "name": "Get Dataset", "request": { "name": "Get Dataset", @@ -18640,7 +18640,7 @@ }, "response": [ { - "id": "9ad80bdc-0d0e-4eb5-a9e5-bf538e8ad557", + "id": "bcd57f02-a5ca-48b7-9599-80d7043f25cd", "name": "Successful Response", "originalRequest": { "url": { @@ -18696,7 +18696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f9c7ad9-a8d0-4828-9a80-92d18c595aad", + "id": "7a915bf6-683b-4d64-9e06-013762f00f86", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18752,7 +18752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1583938-5e64-460c-9df3-c28e715b6ff5", + "id": "8ad0e179-1349-4add-a2ec-0b73f5cce034", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18808,7 +18808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aa2d1f0-f8ce-4402-9ed6-04415cbb6829", + "id": "41de333c-6773-494e-a676-aa6484344490", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18864,7 +18864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "415e4aa3-ff8f-48d5-9dbf-d19537426d43", + "id": "b76bb370-5b21-4c31-859a-dee518376c76", "name": "Dataset was not found", "originalRequest": { "url": { @@ -18920,7 +18920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ab629c1-4273-4f34-bfc9-5f568ae205dd", + "id": "1b8d109f-4490-4f44-a3e8-5e243f23a351", "name": "Validation Error", "originalRequest": { "url": { @@ -18976,7 +18976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e0ce85b-2b24-4872-8e53-1dac879a69dc", + "id": "963e7c1c-0173-407b-9c7e-8adae93754f8", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19038,7 +19038,7 @@ } }, { - "id": "b649b130-295c-498f-a2e3-2d8b7676239d", + "id": "e0f57d03-f516-4b1f-8f28-e21154529c1b", "name": "Delete Dataset", "request": { "name": "Delete Dataset", @@ -19096,7 +19096,7 @@ }, "response": [ { - "id": "1bd22bae-daa9-4b2a-916f-ad5abc4b11d0", + "id": "6b20dcdf-0c82-4e56-b95f-3bdd96f98f55", "name": "Successful Response", "originalRequest": { "url": { @@ -19147,12 +19147,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": \"string\",\n \"key_1\": false\n}", + "body": "{\n \"key_0\": 8857.631792806736\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6ba26a25-f8df-4a50-abf1-22953a21c2d4", + "id": "dbe3588e-d1cc-4f53-a0d3-aba677fbfab6", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19208,7 +19208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "520d5db5-6405-4a9a-9fb9-35d88aaf8f8f", + "id": "a81ce36d-21cd-4cb4-89d9-f3c6495d72a5", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19264,7 +19264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a625e233-0d74-46c4-8c8d-59776c9f9bb7", + "id": "c206afa9-d9d7-4982-8f2b-9ad66abea275", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19320,7 +19320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e2c4d6-3374-48cc-bad0-f981bf9366d4", + "id": "6a66c0cb-79cc-47e8-8581-5408a9f4818e", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19376,7 +19376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed6fbf23-0e44-4caa-9d2a-b8f62fe0c9e1", + "id": "fa7cd813-094c-457e-a4f0-067ef15b7563", "name": "The Dataset was already scheduled for deletion.", "originalRequest": { "url": { @@ -19432,7 +19432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c597ce5-94d3-40bb-b0e2-710db03d84da", + "id": "bc489096-217e-4521-967d-3c9e599deaae", "name": "Validation Error", "originalRequest": { "url": { @@ -19488,7 +19488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6a576ad-b939-4232-b7e1-d45742f19e08", + "id": "7cc4e3a7-f583-412c-ac27-830564833bea", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19550,7 +19550,7 @@ } }, { - "id": "3aa42010-356e-4681-afc9-1a2c782c7c09", + "id": "005664ab-9026-497d-affd-205558c7bab1", "name": "Update Dataset", "request": { "name": "Update Dataset", @@ -19621,7 +19621,7 @@ }, "response": [ { - "id": "d11b64ce-89e5-4c6f-b8d7-b45d93cac7cb", + "id": "3703c097-598b-4abb-984b-1a7e660307f8", "name": "Successful Response", "originalRequest": { "url": { @@ -19690,7 +19690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2957f4c-279d-495e-b297-364e9f33a89e", + "id": "eba09bf5-770c-4e70-9f0b-336ea35d9d10", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19759,7 +19759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ebe4424-ebbc-4bb2-8b94-1dcd807a1a73", + "id": "6866efb3-7997-4f64-b57e-69c80ae03c9d", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19828,7 +19828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b55403e9-6570-4406-9946-db05ac526326", + "id": "ac463121-9021-4ea7-9074-16f3e8d6d951", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19897,7 +19897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5078825f-4b38-4133-9fc6-2f9e435e31d1", + "id": "c6e55a2f-ed36-46e8-a8d8-65f0d1a5262e", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19966,7 +19966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "190df23e-bc41-4b28-937e-1e43175d6543", + "id": "448e0dc3-20fb-4de6-ba74-f885688694c4", "name": "Validation Error", "originalRequest": { "url": { @@ -20035,7 +20035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed336c3c-42b4-4d3a-854c-e07ee396ebe5", + "id": "6620872b-a984-40c5-8f16-1de684084998", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20110,7 +20110,7 @@ } }, { - "id": "4cfadfbb-1d8c-47ca-8fd7-61e14f5a7fc3", + "id": "ee8e3312-7e70-4a7b-9d62-775446e3e709", "name": "List Datasets", "request": { "name": "List Datasets", @@ -20176,7 +20176,7 @@ }, "response": [ { - "id": "0b775444-107b-4dae-8307-7f9bfd368e05", + "id": "5be736db-60c9-4834-8b50-60c536923641", "name": "Successful Response", "originalRequest": { "url": { @@ -20239,7 +20239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d8e3088-01a6-4ed4-9acf-3f3a3a7495d6", + "id": "0ae0ecf6-03a6-4098-a5db-0ac3eb7400c1", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20302,7 +20302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "620f77f2-28b6-4ed2-a71f-6eae2b4b1817", + "id": "3fa767be-3842-4f61-a862-8bd308810ce7", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20365,7 +20365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "630b48ae-adbe-41c1-b3f1-6cf43fe3f007", + "id": "96ceba1f-8e8a-4970-bdc3-4af14876660a", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20428,7 +20428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60c12be9-8024-48ca-a7a2-740c292bed69", + "id": "d637a216-b21e-42e0-8bee-79dc9d2589c4", "name": "Validation Error", "originalRequest": { "url": { @@ -20491,7 +20491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f4a9dd8-8727-4020-a878-8d025e62f47e", + "id": "a3969b6b-c300-497c-9701-f67e70f3f781", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20560,7 +20560,7 @@ } }, { - "id": "ac273700-fa82-4d08-a368-c0cc27aecc0d", + "id": "37369154-3f43-4fcb-b176-1eb56a5611fe", "name": "Create Dataset", "request": { "name": "Create Dataset", @@ -20620,7 +20620,7 @@ }, "response": [ { - "id": "f7fa43e2-90ae-4e28-88fa-222ea5bcd3c7", + "id": "15f10a1f-d99a-47d0-b393-00bfc46de2fa", "name": "Successful Response", "originalRequest": { "url": { @@ -20678,7 +20678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b8e31ee-691d-4f61-8f53-971183178117", + "id": "82fc6017-285d-4f06-86a9-f5d17923809b", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20736,7 +20736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06e73d11-a9cd-43d8-8955-88c547dc7b47", + "id": "8acbdce5-f8fd-4dab-b175-fa28d9d461a2", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20794,7 +20794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09d4eab2-81c0-4b10-a40b-76bb2b17e080", + "id": "9a237ef6-66e7-4150-9eb6-4ca20df0873c", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20852,7 +20852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4be23ea9-7580-47d8-9616-918283d69a4b", + "id": "968f1401-515f-4aa9-a9fe-908348418b20", "name": "Validation Error", "originalRequest": { "url": { @@ -20910,7 +20910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f49e3c4c-b84b-4fe3-bd7d-5e8b975d82e3", + "id": "3709e83c-e04e-4ea4-8f21-d255e9b6fbc2", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20974,7 +20974,7 @@ } }, { - "id": "d0c8e360-53d9-4be6-8b64-f0a14cda9483", + "id": "684dfe7b-59bb-41ca-b1ca-f32ab186f18a", "name": "Get Dataset Status", "request": { "name": "Get Dataset Status", @@ -21033,7 +21033,7 @@ }, "response": [ { - "id": "6746fe44-6aee-46cb-878b-e5ba5ab4f281", + "id": "008eac8c-d060-45c5-8270-8b97c8a5e480", "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\": \"warning\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"success\"\n },\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"in_progress\"\n }\n ],\n \"status\": \"failed\"\n}", + "body": "{\n \"id\": \"\",\n \"steps\": [\n {\n \"name\": \"fetch\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n }\n ],\n \"status\": \"success\"\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\": \"info\"\n }\n ],\n \"status\": \"failed\"\n }\n ],\n \"status\": \"success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "eb106122-1d71-4b46-97da-f88eb5b2e64e", + "id": "90b242ca-7986-4894-81ed-0a28ee64532a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21147,7 +21147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4391654f-6788-46f2-96e1-5729d168d7cb", + "id": "64247430-f6a5-48d5-b7ec-9fd0035b12f9", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21204,7 +21204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a20d52e-1a05-4723-84f3-c0847be7e1d5", + "id": "b35fe44f-e40a-493a-852e-e841f23201dc", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21261,7 +21261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "784b2ca0-1d23-49aa-810c-3eedd9893599", + "id": "60e9661c-8849-4413-ad12-6bb4edc33dda", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21318,7 +21318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0a54415-db9f-48c3-af41-935f236171f0", + "id": "0765100e-8042-4b96-b1f0-a58f3f19e4f5", "name": "Validation Error", "originalRequest": { "url": { @@ -21375,7 +21375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7228081f-9434-4799-a77f-0350d1f4ff05", + "id": "904dd826-395f-4cf5-b35d-c20414eec41a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21438,7 +21438,7 @@ } }, { - "id": "c62c1bcb-c7d6-4616-9c6a-fb1e4e4a34d8", + "id": "1acc36bf-18a4-4005-9dbd-515a965dc9d5", "name": "Trigger Import", "request": { "name": "Trigger Import", @@ -21497,7 +21497,7 @@ }, "response": [ { - "id": "35d2f234-ce84-4be6-8ad3-35002e1ec8a6", + "id": "71255e5c-1dc4-4e04-8029-fd5913050b37", "name": "Successful Response", "originalRequest": { "url": { @@ -21554,7 +21554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27e801ae-9baf-4b56-892a-b89b77ede59a", + "id": "74ccf406-36d3-4764-a03e-4a1f1dbbb088", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21611,7 +21611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe46ddf4-fa54-42c9-b325-b4893b7fb85d", + "id": "fd76ca0f-7257-47c7-9f78-e8aca8214927", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21668,7 +21668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57d803e6-ebf0-4f49-ba63-8f605c9a5a8c", + "id": "c01c66dc-0a01-4d91-8142-c76f47ce35e5", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21725,7 +21725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de141d0c-0f71-46e0-9045-8bfcfbc9292c", + "id": "4926fc68-c01b-4f1f-881f-8d46825189a4", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21782,7 +21782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08a0a49f-6dff-4df0-b778-37d0f2df47ba", + "id": "969b5ff1-6455-4290-b9cc-c207066d75ac", "name": "Validation Error", "originalRequest": { "url": { @@ -21839,7 +21839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1bcd9d2-5ee2-4e80-b205-d0176a30420d", + "id": "bae729b5-393f-431c-b42b-e4c50bb8afcb", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21902,7 +21902,7 @@ } }, { - "id": "cc84ea4a-82a7-436b-aa93-b82be5321471", + "id": "759d8a97-1fb5-4a20-9d0d-a93db1bc98b8", "name": "Reimport Dataset Webhook", "request": { "name": "Reimport Dataset Webhook", @@ -21946,7 +21946,7 @@ }, "response": [ { - "id": "c410682c-c03f-45da-8934-bf84568e2cd6", + "id": "818fc874-c2bb-4f60-bca2-535a6343695f", "name": "Successful Response", "originalRequest": { "url": { @@ -21995,7 +21995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3671c16-886d-4870-9580-9941092e638c", + "id": "6bdb13d1-7f43-4af2-9536-d71140a34bb3", "name": "Unauthorized", "originalRequest": { "url": { @@ -22032,7 +22032,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c3aa0055-9955-4f74-a486-87d6334790ff", + "id": "23591f6d-9a6c-49bc-ad1e-7d4b80846c14", "name": "Payment Required", "originalRequest": { "url": { @@ -22069,7 +22069,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9f9d7e4a-966d-4337-a807-55d3db36a6de", + "id": "095044de-8b2f-4e6b-9d84-449ac659f9c6", "name": "Forbidden", "originalRequest": { "url": { @@ -22106,7 +22106,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6729515d-1532-40f0-893c-0ac1692fdefb", + "id": "103d6fb2-1bf6-492c-b255-17c16d98d822", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22155,7 +22155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6847042b-5d68-49eb-9416-f136bd9e7e9f", + "id": "3557f0c9-e3e9-49bd-9391-64b2c981932c", "name": "Validation Error", "originalRequest": { "url": { @@ -22204,7 +22204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "091530d3-3441-4634-aa50-65f57166edfc", + "id": "9904439e-ae59-4aed-a401-5c524d156baf", "name": "Rate limit reached", "originalRequest": { "url": { @@ -22259,7 +22259,7 @@ } }, { - "id": "877d9653-47b7-4f3d-8211-3f671d8a42f1", + "id": "270ef24c-cd82-448c-83b8-3539b71a843c", "name": "Search Features", "request": { "name": "Search Features", @@ -22361,7 +22361,7 @@ }, "response": [ { - "id": "1e0a28c6-7fda-49f9-8f96-5a9f47d126ec", + "id": "bbd07c44-7f5b-4afd-8560-f9ff3cd54d37", "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\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\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\": \"string\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "339eaf62-5777-4bf8-ae8d-c69bc13b7464", + "id": "661b35fc-1705-4ed9-a979-aecd6385aefb", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -22559,7 +22559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1106a67a-3e45-4b78-8496-eaa57f55a3b5", + "id": "1ef209f4-c5fe-4064-8adf-1e328172c5d4", "name": "Out of free quota.", "originalRequest": { "url": { @@ -22658,7 +22658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "724ca2e0-ebdf-465f-a9d7-4a5e3090d77b", + "id": "b32c7ceb-4c2d-40b7-9f0d-8a6b8173a3c7", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -22757,7 +22757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe30657e-222b-4fa9-8f1b-912b9b8e6233", + "id": "7a404c3d-e577-4888-8718-e6afcb3bb363", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22856,7 +22856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38aacc1c-8520-4e64-821e-feecd6c9d4ff", + "id": "529c5799-7475-41d7-b5cc-55816882f995", "name": "Validation Error", "originalRequest": { "url": { @@ -22955,7 +22955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6685c426-0a66-4b41-9923-40c8788c8235", + "id": "17d7eb3a-e1d4-4829-a324-bbf635220dc4", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23060,7 +23060,7 @@ } }, { - "id": "32237acf-4a2c-4849-abae-f92209a7f958", + "id": "e684b15c-95ab-44db-b7fa-9b8a37a77b42", "name": "Nearby Features", "request": { "name": "Nearby Features", @@ -23162,7 +23162,7 @@ }, "response": [ { - "id": "c5f25114-e5e1-47ff-a79d-c70644a0db1b", + "id": "bf42bd63-b113-475d-9fd3-2fc5edc4f962", "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\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\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\": \"string\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "278c41fb-e221-4eab-a14d-2d7825646e33", + "id": "ba56f622-3fdc-4390-82cf-89dd6d943d59", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -23360,7 +23360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72db805-9bc0-407d-a1f0-e9918b62d648", + "id": "df0553c9-fa7a-473a-9101-e0eeaa7653ab", "name": "Out of free quota.", "originalRequest": { "url": { @@ -23459,7 +23459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218ef07e-8b9f-4a52-994e-ecc0cae57ec1", + "id": "27e738f9-2e0f-46da-896c-9ed878df1949", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -23558,7 +23558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffe41081-8d78-453a-8c55-cae7c7fbdbf7", + "id": "8d70cd9b-3133-4b15-bee4-6183924bb673", "name": "Dataset was not found", "originalRequest": { "url": { @@ -23657,7 +23657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88509692-1192-429b-b98b-8e570769aa13", + "id": "43b9aef8-6d35-4367-a788-ca64c98aaae0", "name": "Validation Error", "originalRequest": { "url": { @@ -23756,7 +23756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78674554-78a2-4352-a1fb-cabfa5a046b0", + "id": "eb91375a-15d6-441b-84f6-f6d204533599", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23861,7 +23861,7 @@ } }, { - "id": "3b952de6-cf37-45ec-8625-ce4897f737cc", + "id": "d81da6d1-a509-43c5-9c63-06f0239fb967", "name": "Intersect Features", "request": { "name": "Intersect Features", @@ -23963,7 +23963,7 @@ }, "response": [ { - "id": "53d76cea-1b17-4e97-aed3-7a5ee76aec59", + "id": "107fbdb9-4ef5-4012-b1d7-f9384b9c64dc", "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\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\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\": \"string\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "87096a0e-b00a-40cf-99e2-4f37839b36a7", + "id": "ca88b673-7897-49c9-8900-7a9e4430f9cc", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24161,7 +24161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eda8ca2e-09b0-450a-96f1-147b0dacaaa5", + "id": "a77beffb-cff7-4766-887e-6fe385dca8aa", "name": "Out of free quota.", "originalRequest": { "url": { @@ -24260,7 +24260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db330e4b-10a9-4c9d-99ee-98ba0b30c907", + "id": "104ebb0b-ee04-4622-979f-6fc5be4792cc", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -24359,7 +24359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b72d49-55fe-47c6-a5e8-deb5b24ec85e", + "id": "0fd4e490-8ef3-44b6-a53c-6d60064e5103", "name": "Dataset was not found", "originalRequest": { "url": { @@ -24458,7 +24458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d810847-d77c-42f8-bf7d-940b7a33391d", + "id": "abc685de-70bc-4826-b82a-073ab7be3858", "name": "Validation Error", "originalRequest": { "url": { @@ -24557,7 +24557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f07f5fd5-c7d8-497a-b27f-4c21aae709b0", + "id": "d85014a8-e8ee-48ce-9d7a-a1dee498736a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -24662,7 +24662,7 @@ } }, { - "id": "11413934-af61-405c-9a90-e96bce41fc29", + "id": "19aa2688-adc9-43a9-b987-37925bd97313", "name": "Contains Features", "request": { "name": "Contains Features", @@ -24764,7 +24764,7 @@ }, "response": [ { - "id": "8511f993-0cb8-486c-8dfc-6384d5ecd649", + "id": "9a6132e3-b268-4108-a38e-06f310e9d39e", "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\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\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\": \"string\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "393b26d8-18f9-4244-b05f-d4c88386f9ee", + "id": "d85d7448-05b1-4ffb-81db-cbf08a7c055b", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24962,7 +24962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68a1ff1b-c3b9-4e75-b401-2643265d265f", + "id": "798d91e1-cf0a-4284-98d5-097ad4a677d9", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25061,7 +25061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d08d8c-efa1-4fdd-b5d5-22c996d6f1a7", + "id": "8097e7be-4ced-45a8-9518-f8d5c63dd787", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25160,7 +25160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a988e4e-e809-4d1e-ab8a-959e4c75eaa5", + "id": "7a5c438c-ca07-4e10-beb2-83af995c264d", "name": "Dataset was not found", "originalRequest": { "url": { @@ -25259,7 +25259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d1564f-5824-437c-ac3b-81d319f8a5de", + "id": "7dd292cb-02f2-454c-9a42-8aed5a2b1861", "name": "Validation Error", "originalRequest": { "url": { @@ -25358,7 +25358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1537b62-18da-46ac-8c24-237b87a4afda", + "id": "a4b57db2-45b4-4cbb-a2df-e4648853f83a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -25463,7 +25463,7 @@ } }, { - "id": "87aad368-999a-4bee-81d8-993b6f3187a1", + "id": "98dbc358-a252-42ae-92c2-43a757d8955e", "name": "Within Features", "request": { "name": "Within Features", @@ -25565,7 +25565,7 @@ }, "response": [ { - "id": "ed4917f4-38f5-4312-921c-a65f01770900", + "id": "c93ddccb-cd43-48aa-8422-9de2d262f298", "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\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\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\": \"string\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6d5b240a-e361-43d5-90fc-5f2305532000", + "id": "fe79c25f-1c60-4468-8e73-d71fee9d093f", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -25763,7 +25763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "837ee357-91dd-4fd7-9658-30be5a9ba6d4", + "id": "00680a5f-e3bd-4766-b85c-7c6c13778955", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25862,7 +25862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aabde9c-36ee-4e5a-b4fc-86432e2d7c2d", + "id": "edeb7e4f-2e0f-4edd-9dc2-837723c3b216", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25961,7 +25961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "225b4969-007d-44ba-96a1-55883cfd75ad", + "id": "6a3c451d-7ab5-45c3-b012-1f9d8d96f46b", "name": "Dataset was not found", "originalRequest": { "url": { @@ -26060,7 +26060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eacd6f97-3d15-428a-a72b-7fdcc82c0786", + "id": "4c78d251-ab8f-425e-8fd1-100ba2d49abf", "name": "Validation Error", "originalRequest": { "url": { @@ -26159,7 +26159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7499e237-ee65-4303-b4b3-3e394edb3e6f", + "id": "9a9f9085-bf2b-491b-8d25-ed214d60e04c", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26264,7 +26264,7 @@ } }, { - "id": "79fcd379-2d24-4748-bc45-7c496b032006", + "id": "1e78c332-b110-4b32-89a5-29158bce17d6", "name": "Get Feature", "request": { "name": "Get Feature", @@ -26353,7 +26353,7 @@ }, "response": [ { - "id": "0ac9d62b-f6ff-4a1e-b251-ccf78ab3a858", + "id": "f36a6168-dd94-4c55-85ec-8a26d5f22541", "name": "Successful Response", "originalRequest": { "url": { @@ -26434,12 +26434,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8772\n }\n}", + "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8221.241092980274,\n \"key_1\": \"string\",\n \"key_2\": 6119.796027090813\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f9220b57-7186-4a07-b13a-ee769548c152", + "id": "066c9622-0b1a-40e7-9a78-a758223e5f11", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -26525,7 +26525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2b15bed-85ce-4da5-b6c7-a9395fdd3819", + "id": "47847806-2338-4037-a59c-1564d5e1d661", "name": "Out of free quota.", "originalRequest": { "url": { @@ -26611,7 +26611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df518787-80ca-464f-951e-b4625b58d345", + "id": "3f41e206-eceb-4838-963f-92491268d8bf", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -26697,7 +26697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51db27c5-38c8-4d5f-9933-d93d3d2861c8", + "id": "575326e4-1724-4f5d-857e-b56217db9a52", "name": "Feature or Dataset were not found", "originalRequest": { "url": { @@ -26783,7 +26783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15674c69-bc5f-4030-a728-d35fc6fcc9e6", + "id": "5425ed97-9b35-43bf-8cec-8b6e1db266ac", "name": "Validation Error", "originalRequest": { "url": { @@ -26869,7 +26869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "488ff41d-0e53-4870-b122-c5638933da4b", + "id": "a68a3171-8ffa-4a79-881e-5dc856f8ec5c", "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": "1cd4a3b7-2a4b-4513-b7d3-c9796f188f47", + "id": "6a40f2e6-07b9-4236-bf17-ad810db96d14", "name": "Find Routes", "request": { "name": "Find Routes", @@ -27134,7 +27134,7 @@ }, "response": [ { - "id": "d062cc2e-73c9-4a63-a6b4-8fe722ebc400", + "id": "3cd9659a-5b29-41d3-8368-31acda19c1bd", "name": "Successful Response", "originalRequest": { "url": { @@ -27298,7 +27298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40bf3d80-17d3-418e-b19d-984b4fb990c8", + "id": "c3628e8f-12f2-4694-a5fd-60c3a5c73c5a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -27462,7 +27462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a22f0a0-5a3e-4428-811c-3745cedc661f", + "id": "99a99e47-60c7-4ee1-b317-913e953c6956", "name": "Out of free quota.", "originalRequest": { "url": { @@ -27626,7 +27626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cfbbe70-5fab-4d28-97d3-c7332e0bffb1", + "id": "243f3eaa-8cde-4a27-b3a9-83ab9213d38d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -27790,7 +27790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b85f18c2-337d-4c5a-8b34-c6980c58035d", + "id": "21518fb3-2350-4e1a-934f-16ff708bad2a", "name": "Validation Error", "originalRequest": { "url": { @@ -27954,7 +27954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505e264f-c702-4ced-94c3-17a9f9f6ce7a", + "id": "4902298e-ae0f-45c9-a118-da993cb4d66c", "name": "Rate limit reached", "originalRequest": { "url": { @@ -28124,7 +28124,7 @@ } }, { - "id": "5ec9d8d2-8323-4ccb-851c-aa52d9b7d828", + "id": "873a4678-f6c9-46cb-a93b-00061f925028", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -28273,7 +28273,7 @@ }, "response": [ { - "id": "5e053f88-9035-4a54-bfae-bffcbe8a5372", + "id": "5e9a1082-9f70-4404-ba07-7e74685c78e5", "name": "Successful Response", "originalRequest": { "url": { @@ -28414,12 +28414,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\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 \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "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\": \"OK\",\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": "f1632bc0-01a9-45d4-8ddf-2085fdfff9aa", + "id": "f30bdb73-efef-4a46-a9d9-f8ccd80e0e2a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -28565,7 +28565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb855fae-425b-4e5f-b139-ad80df46f3b7", + "id": "c46957b9-30a7-4830-8b97-6d3ddd56567d", "name": "Out of free quota.", "originalRequest": { "url": { @@ -28711,7 +28711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "858f0f58-8808-439a-bc6f-fee9ba36bced", + "id": "12d60660-71f6-4b27-b0f0-c217b1ed2c77", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -28857,7 +28857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14c78ea5-df1c-4738-abf3-8c4c2cef8184", + "id": "9bb8b506-edd6-459b-9e45-fd8ab5ba9a55", "name": "Validation Error", "originalRequest": { "url": { @@ -29003,7 +29003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "836a8d79-948a-4125-b920-90bd1f0b8099", + "id": "cedf6b55-fe8b-4c93-8f49-e932e5e9943f", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29155,7 +29155,7 @@ } }, { - "id": "796b1917-5589-405e-9002-a2eaab448282", + "id": "23e694a4-9e95-4ed2-8854-5d8392f8bf29", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -29226,7 +29226,7 @@ }, "response": [ { - "id": "4d2d3077-e182-444f-929e-6c8229245370", + "id": "78d94643-e532-4b0e-b006-728cf7ec73ef", "name": "Successful Response", "originalRequest": { "url": { @@ -29290,12 +29290,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\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 \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "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\": \"OK\",\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": "e514a15b-b663-4efd-b375-66b5cc397152", + "id": "4f71425a-7264-4ef4-b630-d26b8f2726a1", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -29364,7 +29364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "265edf88-c6d0-4c00-ad59-a0c9677ebeec", + "id": "28b6feee-f4d4-49f8-a4c2-b2c357435306", "name": "Out of free quota.", "originalRequest": { "url": { @@ -29433,7 +29433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4b6399b-8d19-42f5-80e9-44f2e45f8e08", + "id": "afcb37d4-5fe0-483d-af53-f700b9232898", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -29502,7 +29502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0261b40-352e-4378-864d-6ab67918f7e8", + "id": "59a843f9-8f24-4b7c-be00-fe33d0423f13", "name": "Validation Error", "originalRequest": { "url": { @@ -29571,7 +29571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cb00680-7acc-4425-8214-3b5b670b3560", + "id": "76e0ed15-5e02-461c-b7af-479eee4b8bbf", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29646,7 +29646,7 @@ } }, { - "id": "ac740b77-e2d9-44be-a152-b6e998db8a4f", + "id": "a5e13778-d17d-4337-b231-5066b16be747", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -29768,7 +29768,7 @@ }, "response": [ { - "id": "74bccbb3-6204-44c1-876d-1e2c2a0f2e93", + "id": "85b81021-ae82-4a11-8570-e06662591c3f", "name": "Successful Response", "originalRequest": { "url": { @@ -29887,7 +29887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b5d04e8-7017-4c19-86fb-ec65959eb5f3", + "id": "1274a5e6-3854-4c71-b39c-462f7bbfc058", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -30006,7 +30006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be56ca7c-532a-4130-aef8-dc904d6cfde4", + "id": "42a88c29-765a-44db-a27d-7f19e93b6f32", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30125,7 +30125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6708e76c-3841-4db6-b5a4-3962cad96b26", + "id": "0989fecc-99d5-4cbe-a278-a736eb735e41", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30244,7 +30244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17c63590-309d-46d6-8236-b96594552e1b", + "id": "0c931d17-ece3-412d-866f-67d7cbaf2a1c", "name": "Validation Error", "originalRequest": { "url": { @@ -30363,7 +30363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bfeee11-356f-4d4e-b1c1-6a0e0f8e67d8", + "id": "24fec15f-9170-4fbf-81b2-31f2005e5d1c", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30488,7 +30488,7 @@ } }, { - "id": "672cbe46-bb51-4b64-b2ad-4e69d4f5d8e9", + "id": "3c39eeec-00e8-41aa-81a6-f8d4420aa476", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -30559,7 +30559,7 @@ }, "response": [ { - "id": "5904fd54-4e82-43d2-a871-04e479b376db", + "id": "21c56811-fb14-4daa-a42e-b29b87be544b", "name": "Successful Response", "originalRequest": { "url": { @@ -30628,7 +30628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8f0d0a7-194a-40a1-9659-e4052dabb165", + "id": "49c1398d-d271-4f0b-b66e-a3a2cf1fbd58", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -30697,7 +30697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1a4aed9-209f-41ca-a02d-43e70bc9994c", + "id": "c20750c8-2975-4ed3-9217-4fa62548b52a", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30766,7 +30766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62018610-0412-4e7f-bfc3-189d4a75cd1c", + "id": "6ca52cf0-f8a4-4781-abee-3155d5ae762f", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30835,7 +30835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49f097ea-af36-4e26-9332-3dcbe2b1615d", + "id": "432326c4-9349-4bbd-9704-4907694944f1", "name": "Validation Error", "originalRequest": { "url": { @@ -30904,7 +30904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18ac6138-4f10-42e3-9ff6-d26d09c2ff0e", + "id": "cd5c5406-c3fd-4e45-9ae3-1f8f00525e4f", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30979,7 +30979,7 @@ } }, { - "id": "1bd348f9-ccca-4615-9bdc-124b7c54a019", + "id": "d37e8bd5-e270-4a1d-b5b5-f66ce686f0c0", "name": "Find Tolls", "request": { "name": "Find Tolls", @@ -31128,7 +31128,7 @@ }, "response": [ { - "id": "de17eb5c-09a4-4536-883f-46a93527db33", + "id": "cb49ec75-a044-47cb-902a-f2ae2c1e6a54", "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\": 3900.6223502388048\n },\n {\n \"key_0\": 5178,\n \"key_1\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 8787.2193589621,\n \"key_1\": 9866.69184290433,\n \"key_2\": 8896.156357131933\n },\n {\n \"key_0\": \"string\"\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\": 7835.185502109712,\n \"key_2\": 7239\n },\n {\n \"key_0\": 1658\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 103\n },\n {\n \"key_0\": 9975.818676839386,\n \"key_1\": \"string\",\n \"key_2\": 5158.056831001114,\n \"key_3\": 9381.98702436539,\n \"key_4\": \"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\": true,\n \"key_1\": 8686.621930956213\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": false,\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\": \"string\",\n \"key_1\": true\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 4422,\n \"key_1\": \"string\"\n },\n {\n \"key_0\": true\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\": 3967\n },\n {\n \"key_0\": true,\n \"key_1\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n },\n {\n \"key_0\": 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\": 7114.923445230905\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 6454,\n \"key_1\": false\n },\n {\n \"key_0\": 5967,\n \"key_1\": false\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\": 283,\n \"key_1\": 6269\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 6007.317364245903,\n \"key_1\": \"string\",\n \"key_2\": 9689.277072027795\n },\n {\n \"key_0\": 8196,\n \"key_1\": 2730\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\": true,\n \"key_1\": \"string\"\n },\n {\n \"key_0\": true,\n \"key_1\": true\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 9784.517466961202,\n \"key_1\": 4637,\n \"key_2\": 485.06146438241916\n },\n {\n \"key_0\": false\n }\n ]\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0445ebeb-1635-47cc-8b31-ddd6d6af8432", + "id": "6c47e692-9feb-4393-a799-273edd4bbbfa", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -31420,7 +31420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb4c7d53-ef7b-4b13-a2cf-64f42b85f276", + "id": "9f2e7af0-4d72-44dd-8468-f5f5915d984e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -31566,7 +31566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c9dc00d-59a4-4e35-b7bc-aa6007261b76", + "id": "9a1c37a6-9a08-4856-af85-222e571daac4", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -31712,7 +31712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6e8a501-5172-4715-9e23-b221e7f7c863", + "id": "5ca10dd1-e352-4f98-951c-7de902d0b854", "name": "Validation Error", "originalRequest": { "url": { @@ -31858,7 +31858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5948d6f-3689-436c-8a3c-14f1cd1fe665", + "id": "c6ec172a-0412-433c-beb1-827ae52e279f", "name": "Rate limit reached", "originalRequest": { "url": { @@ -32024,7 +32024,7 @@ } ], "info": { - "_postman_id": "44a3a98c-4049-4272-9057-b29909fb7f75", + "_postman_id": "046cec0a-8ace-4d28-8fba-e4bec9bb2c13", "name": "Woosmap Platform API Reference", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { 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'