diff --git a/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.html b/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.html index 50ced603..54593b39 100644 --- a/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.html +++ b/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.html @@ -120,52 +120,23 @@

radius

  • types

    - The types of suggestion to return. Multiple types can be passed using the - pipe character (|) as a separator. + Specifies the types of suggestions to return in the query. Multiple types + can be combined using the pipe character (|) as a separator. + This parameter supports a wide range of locality classifications, + including:

    +

    + These classifications enable flexible geographic data representation and + querying. +

  • diff --git a/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.md b/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.md index e5b2285c..020adc2e 100644 --- a/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.md +++ b/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.md @@ -44,30 +44,13 @@ -

    types

    - The types of suggestion to return. Multiple types can be passed using the pipe character (`|`) as a separator. - - - `city`: includes city localities - - `town`: includes town localities - - `village`: includes village localities - - `hamlet`: includes hamlet localities - - `borough`: includes borough localities - - `suburb`: includes suburb localities - - `quarter`: includes quarter localities - - `neighbourhood`: includes neighbourhood localities - - `locality`: an alias that groups all localities (`city`, `town`, `village`, `hamlet`, `borough`, `suburb`, `quarter` and `neighbourhood`) - - `postal_code`: publicly-used postal codes around the world - - `address`: addresses - - `admin_level`: most commonly used administrative areas - - `country`: countries as whole point of interest - - `airport`: includes all medium sized to international sized airports - - `train_station`: includes all train stations - - `metro_station`: includes all metro stations - - `shopping`: includes shopping malls (or "shopping centers") - *may include private retail brands* - - `museum`: includes museums - - `tourist_attraction`: includes tourist attractions like the Eiffel tower - - `amusement_park`: includes amusement parks like Disneyland Paris - - `art_gallery`: includes art galleries - - `zoo`: includes zoos + Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including: + + - Standard locality types (e.g., cities, administrative areas, postal codes) + - Points of Interest (POI) categories + - POI aliases + + These classifications enable flexible geographic data representation and querying.

    Generated from the OpenAPI specification. diff --git a/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.html b/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.html index 4d228e25..edfb615f 100644 --- a/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.html +++ b/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.html @@ -109,50 +109,25 @@

    list_sub_buildings

  • types

    - Specify the types of geocoding responses to return by separating multiple - types with a pipe character (|). This parameter is ignored when used with - the latlng parameter. When executing a geocode request with - the address parameter, use this to select the expected result - type. + When executing a geocode request with the address parameter, + it specifies the types of suggestions to return in the query. Multiple + types can be combined using the pipe character (|) as a + separator. This parameter supports a wide range of locality + classifications, including:

    +

    + These classifications enable flexible geographic data representation and + querying. This parameter is ignored when used with the + latlng parameter. +

  • diff --git a/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.md b/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.md index c6eb4b3b..40692e50 100644 --- a/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.md +++ b/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.md @@ -43,30 +43,14 @@ -

    types

    - Specify the types of geocoding responses to return by separating multiple types with a pipe character (|). This parameter is ignored when used with the `latlng` parameter. When executing a geocode request with the `address` parameter, use this to select the expected result type. - - - `city`: includes city localities - - `town`: includes town localities - - `village`: includes village localities - - `hamlet`: includes hamlet localities - - `borough`: includes borough localities - - `suburb`: includes suburb localities - - `quarter`: includes quarter localities - - `neighbourhood`: includes neighbourhood localities - - `locality`: includes all previous locality names - - `postal_code`: publicly-used postal codes around the world - - `address`: addresses - - `admin_level`: most commonly used administrative areas - - `country`: countries as whole point of interest - - `airport`: includes all medium sized to international sized airports - - `train_station`: includes all train stations - - `metro_station`: includes all metro stations - - `shopping`: includes shopping malls (or "shopping centers") - *may include private retail brands* - - `museum`: includes museums - - `tourist_attraction`: includes tourist attractions like the Eiffel tower - - `amusement_park`: includes amusement parks like Disneyland Paris - - `art_gallery`: includes art galleries - - `zoo`: includes zoos + When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including: + + - Standard locality types (e.g., cities, administrative areas, postal codes) + - Points of Interest (POI) categories + - POI aliases + + These classifications enable flexible geographic data representation and querying. + This parameter is ignored when used with the `latlng` parameter.

    Generated from the OpenAPI specification. diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletecollectionresponse.html b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletecollectionresponse.html index f7c5a2bf..66f53b40 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletecollectionresponse.html +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletecollectionresponse.html @@ -104,17 +104,17 @@

    } }, { - "public_id": "4Ew1mvbob3vobGMQ44AdRNY/5xE=", + "public_id": "52MnrbHVWH21CLWH8VY/YWKhqeM=", "type": "locality", "types": [ "locality", "village" ], - "description": "Little London, Hampshire, United Kingdom", + "description": "London Apprentice, Cornwall, United Kingdom", "matched_substrings": { "description": [ { - "offset": 7, + "offset": 0, "length": 4 } ] diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletecollectionresponse.md b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletecollectionresponse.md index 7385dc32..90a9ab81 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletecollectionresponse.md +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletecollectionresponse.md @@ -64,17 +64,17 @@ Localities Collection Response containing Localities } }, { - "public_id": "4Ew1mvbob3vobGMQ44AdRNY/5xE=", + "public_id": "52MnrbHVWH21CLWH8VY/YWKhqeM=", "type": "locality", "types": [ "locality", "village" ], - "description": "Little London, Hampshire, United Kingdom", + "description": "London Apprentice, Cornwall, United Kingdom", "matched_substrings": { "description": [ { - "offset": 7, + "offset": 0, "length": 4 } ] diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.html b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.html index 97c50160..5f3db88a 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.html +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.html @@ -172,15 +172,15 @@

    optional - Array<LocalitiesTypesLocalitiesTypesAll>

    An array containing the types of the result

    - See LocalitiesTypes for more + See LocalitiesTypesAll for more information.

    diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.md b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.md index 2146d791..93da553c 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.md +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.md @@ -12,7 +12,7 @@ Attributes describing a locality. Not all attributes will be available for all l |

    | optional | string |

    Contains a unique ID for each suggestion. Please use this ID if you need to give us feedbacks on results. This ID is also required to perform Localities Details request.

    | | | optional | [LocalitiesAutocompleteRelated](#LocalitiesAutocompleteRelated "LocalitiesAutocompleteRelated") | See [LocalitiesAutocompleteRelated](#LocalitiesAutocompleteRelated "LocalitiesAutocompleteRelated") for more information. | | | optional | string |

    this field might be removed in the future, please use the types field which is more exhaustive

    | -| | optional | Array<[LocalitiesTypes](#LocalitiesTypes "LocalitiesTypes")> |

    An array containing the types of the result

    See LocalitiesTypes for more information.

    | +| | optional | Array<[LocalitiesTypesAll](#LocalitiesTypesAll "LocalitiesTypesAll")> |

    An array containing the types of the result

    See LocalitiesTypesAll for more information.

    |

    Example

    diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.html b/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.html index fc1b066b..8af40dec 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.html +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.html @@ -251,15 +251,15 @@

    optional - Array<LocalitiesTypesLocalitiesTypesAll>

    An array containing the types of the result

    - See LocalitiesTypes for more + See LocalitiesTypesAll for more information.

    diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.md b/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.md index 5edf6569..f8b53a75 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.md +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.md @@ -15,7 +15,7 @@ Attributes describing a locality. Not all attributes will be available for all l |

    | optional | [LocalitiesScoresPerComponents](#LocalitiesScoresPerComponents "LocalitiesScoresPerComponents") |

    For each component (street_name, postal_code, and locality), it indicates the degree of correspondence with the original query. This value ranges from 0 to 1, with 0 indicating no match with the original query, and enables you to assess the quality of the Geocode’s result.

    See LocalitiesScoresPerComponents for more information.

    | | | optional | [LocalitiesStatus](#LocalitiesStatus "LocalitiesStatus") | See [LocalitiesStatus](#LocalitiesStatus "LocalitiesStatus") for more information. | | | optional | Array<[LocalitiesAddressSummary](#LocalitiesAddressSummary "LocalitiesAddressSummary")> |

    When reverse geocoding with list_sub_buildings=true, this field will contain a list of precise addresses that can be found at that location, i.e. all flats within a building.

    See LocalitiesAddressSummary for more information.

    | -| | optional | Array<[LocalitiesTypes](#LocalitiesTypes "LocalitiesTypes")> |

    An array containing the types of the result

    See LocalitiesTypes for more information.

    | +| | optional | Array<[LocalitiesTypesAll](#LocalitiesTypesAll "LocalitiesTypesAll")> |

    An array containing the types of the result

    See LocalitiesTypesAll for more information.

    |

    Generated from the OpenAPI specification. ✎ Edit diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyextendedtype.md b/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyextendedtype.md deleted file mode 100644 index c4b0242f..00000000 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyextendedtype.md +++ /dev/null @@ -1,10 +0,0 @@ - - -

    LocalitiesNearbyExtendedType

    - -

    Generated from the OpenAPI specification. -✎ Edit -bug_report Report bug -

    - - diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.html b/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.html index 21f9e3bb..dffd050b 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.html +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.html @@ -48,10 +48,8 @@

    optional - Array<LocalitiesNearbyExtendedTypeLocalitiesTypesPoi> @@ -62,11 +60,8 @@

    removed.

    - See - LocalitiesNearbyExtendedType - for more information. + See LocalitiesTypesPoi for more + information.

    @@ -162,21 +157,16 @@

    optional - Array<LocalitiesNearbyExtendedTypeLocalitiesTypesPoi>

    An array containing the types of the result.

    - See - LocalitiesNearbyExtendedType - for more information. + See LocalitiesTypesPoi for more + information.

    diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.md b/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.md index 384fe2fb..56e282ef 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.md +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.md @@ -4,15 +4,15 @@ Attributes describing a point of interest. -| Field | Required | Type | Description | -| :-------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -|

    | optional | [AddressComponents](#AddressComponents "AddressComponents") | See [AddressComponents](#AddressComponents "AddressComponents") for more information. | -| | optional | Array<[LocalitiesNearbyExtendedType](#LocalitiesNearbyExtendedType "LocalitiesNearbyExtendedType")> |

    An array containing the categories of the result. This information is now available in the types field and will be removed.

    See LocalitiesNearbyExtendedType for more information.

    | -| | optional | [FormattedAddress](#FormattedAddress "FormattedAddress") | See [FormattedAddress](#FormattedAddress "FormattedAddress") for more information. | -| | optional | object |

    The location of the result, in latitude and longitude, eventually associated with a Viewport.

    | -| | optional | string |

    The name of the result.

    | -| | optional | string |

    Contains a unique ID for each result. Please use this ID to give feedbacks on results.

    | -| | optional | Array<[LocalitiesNearbyExtendedType](#LocalitiesNearbyExtendedType "LocalitiesNearbyExtendedType")> |

    An array containing the types of the result.

    See LocalitiesNearbyExtendedType for more information.

    | +| Field | Required | Type | Description | +| :-------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| | optional | [AddressComponents](#AddressComponents "AddressComponents") | See [AddressComponents](#AddressComponents "AddressComponents") for more information. | +| | optional | Array<[LocalitiesTypesPoi](#LocalitiesTypesPoi "LocalitiesTypesPoi")> |

    An array containing the categories of the result. This information is now available in the types field and will be removed.

    See LocalitiesTypesPoi for more information.

    | +| | optional | [FormattedAddress](#FormattedAddress "FormattedAddress") | See [FormattedAddress](#FormattedAddress "FormattedAddress") for more information. | +| | optional | object |

    The location of the result, in latitude and longitude, eventually associated with a Viewport.

    | +| | optional | string |

    The name of the result.

    | +| | optional | string |

    Contains a unique ID for each result. Please use this ID to give feedbacks on results.

    | +| | optional | Array<[LocalitiesTypesPoi](#LocalitiesTypesPoi "LocalitiesTypesPoi")> |

    An array containing the types of the result.

    See LocalitiesTypesPoi for more information.

    |

    Generated from the OpenAPI specification. ✎ Edit diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiestypes.html b/dist/documentation/schemas/woosmap_http_schema_localitiestypes.html index d7d9e65a..e64fe12e 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiestypes.html +++ b/dist/documentation/schemas/woosmap_http_schema_localitiestypes.html @@ -1,7 +1,12 @@

    LocalitiesTypes

    -

    Contains the type of the result.

    +

    + Common types unrelated to points of interest (POI). The + locality type serves as an alias grouping various settlement + types (see enum for details). This grouping enables flexible and + efficient querying of related geographic data. +

    Generated from the

    LocalitiesTypes

    -Contains the type of the result. +Common types unrelated to points of interest (POI). The `locality` type serves as an alias grouping various settlement types (see `enum` for details). This grouping enables flexible and efficient querying of related geographic data.

    Generated from the OpenAPI specification. ✎ Edit diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiestypesall.html b/dist/documentation/schemas/woosmap_http_schema_localitiestypesall.html new file mode 100644 index 00000000..a380ff46 --- /dev/null +++ b/dist/documentation/schemas/woosmap_http_schema_localitiestypesall.html @@ -0,0 +1,37 @@ + + +

    LocalitiesTypesAll

    +

    + A comprehensive string type that encompasses all supported locality + classifications. This includes standard locality types (e.g., cities, + regions), points of interest (POI) categories, and POI aliases for flexible + geographic data representation and querying. +

    +

    + Generated from the + OpenAPI specification. + ✎ Edit + bug_report Report bug +

    + + diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiestypesall.md b/dist/documentation/schemas/woosmap_http_schema_localitiestypesall.md new file mode 100644 index 00000000..b4e67575 --- /dev/null +++ b/dist/documentation/schemas/woosmap_http_schema_localitiestypesall.md @@ -0,0 +1,12 @@ + + +

    LocalitiesTypesAll

    + +A comprehensive string type that encompasses all supported locality classifications. This includes standard locality types (e.g., cities, regions), points of interest (POI) categories, and POI aliases for flexible geographic data representation and querying. + +

    Generated from the OpenAPI specification. +✎ Edit +bug_report Report bug +

    + + diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyextendedtype.html b/dist/documentation/schemas/woosmap_http_schema_localitiestypespoi.html similarity index 58% rename from dist/documentation/schemas/woosmap_http_schema_localitiesnearbyextendedtype.html rename to dist/documentation/schemas/woosmap_http_schema_localitiestypespoi.html index e9096962..ab457cc3 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyextendedtype.html +++ b/dist/documentation/schemas/woosmap_http_schema_localitiestypespoi.html @@ -1,8 +1,10 @@ - -

    - LocalitiesNearbyExtendedType -

    + +

    LocalitiesTypesPoi

    +

    + Categories of points of interest (POI) supported for detailed classification + in geographic data queries. +

    Generated from the >OpenAPI specification. ✎ Edit bug_report Report bug

    - + diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiestypespoi.md b/dist/documentation/schemas/woosmap_http_schema_localitiestypespoi.md new file mode 100644 index 00000000..033d0b13 --- /dev/null +++ b/dist/documentation/schemas/woosmap_http_schema_localitiestypespoi.md @@ -0,0 +1,12 @@ + + +

    LocalitiesTypesPoi

    + +Categories of points of interest (POI) supported for detailed classification in geographic data queries. + +

    Generated from the OpenAPI specification. +✎ Edit +bug_report Report bug +

    + + diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiestypespoialias.html b/dist/documentation/schemas/woosmap_http_schema_localitiestypespoialias.html new file mode 100644 index 00000000..68a06b60 --- /dev/null +++ b/dist/documentation/schemas/woosmap_http_schema_localitiestypespoialias.html @@ -0,0 +1,43 @@ + + +

    + LocalitiesTypesPoiAlias +

    +

    + Aliases for some point_of_interest types. These aliases are deprecated and + should be replaced with the corresponding types in + LocalitiesTypesPoi. For example: +

    + +

    This ensures consistency and alignment with the updated schema.

    +

    + Generated from the + OpenAPI specification. + ✎ Edit + bug_report Report bug +

    + + diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiestypespoialias.md b/dist/documentation/schemas/woosmap_http_schema_localitiestypespoialias.md new file mode 100644 index 00000000..fdd347f0 --- /dev/null +++ b/dist/documentation/schemas/woosmap_http_schema_localitiestypespoialias.md @@ -0,0 +1,17 @@ + + +

    LocalitiesTypesPoiAlias

    + +Aliases for some point_of_interest types. These aliases are deprecated and should be replaced with the corresponding types in `LocalitiesTypesPoi`. For example: + +- `airport` → `transit.station.airport` +- `train_station` → `transit.station.rail.train` + +This ensures consistency and alignment with the updated schema. + +

    Generated from the OpenAPI specification. +✎ Edit +bug_report Report bug +

    + + diff --git a/dist/merged-woosmap-openapi3.json b/dist/merged-woosmap-openapi3.json index 9194c8fc..4b8979e6 100755 --- a/dist/merged-woosmap-openapi3.json +++ b/dist/merged-woosmap-openapi3.json @@ -2476,17 +2476,17 @@ } }, { - "public_id": "4Ew1mvbob3vobGMQ44AdRNY/5xE=", + "public_id": "52MnrbHVWH21CLWH8VY/YWKhqeM=", "type": "locality", "types": [ "locality", "village" ], - "description": "Little London, Hampshire, United Kingdom", + "description": "London Apprentice, Cornwall, United Kingdom", "matched_substrings": { "description": [ { - "offset": 7, + "offset": 0, "length": 4 } ] @@ -3279,7 +3279,7 @@ ], "parameters": [ { - "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_extended_types" + "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_nearby_types" }, { "name": "location", @@ -3328,7 +3328,7 @@ "example": 15 }, { - "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_excluded_extended_types" + "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_nearby_excluded_types" } ], "responses": { @@ -11153,11 +11153,11 @@ }, "Woosmap_Platform_API_Reference_types": { "name": "types", - "description": "The types of suggestion to return. Multiple types can be passed using the pipe character (`|`) as a separator.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: an alias that groups all localities (`city`, `town`, `village`, `hamlet`, `borough`, `suburb`, `quarter` and `neighbourhood`)\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "description": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n", "schema": { - "type": "string", "default": "locality|postal_code", - "example": "locality|airport|admin_level" + "example": "locality|airport|admin_level", + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesAll" }, "in": "query" }, @@ -11321,11 +11321,11 @@ }, "Woosmap_Platform_API_Reference_geocode_types": { "name": "types", - "description": "Specify the types of geocoding responses to return by separating multiple types with a pipe character (|). This parameter is ignored when used with the `latlng` parameter. When executing a geocode request with the `address` parameter, use this to select the expected result type.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: includes all previous locality names\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "description": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n", "schema": { - "type": "string", "default": "locality|postal_code|address", - "example": "locality|admin_level" + "example": "locality|admin_level", + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesAll" }, "in": "query" }, @@ -11352,19 +11352,19 @@ }, "in": "query" }, - "Woosmap_Platform_API_Reference_extended_types": { + "Woosmap_Platform_API_Reference_nearby_types": { "name": "types", "description": "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", "schema": { - "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesNearbyExtendedType" + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesPoi" }, "in": "query" }, - "Woosmap_Platform_API_Reference_excluded_extended_types": { + "Woosmap_Platform_API_Reference_nearby_excluded_types": { "name": "excluded_types", "description": "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", "schema": { - "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesNearbyExtendedType" + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesPoi" }, "in": "query" }, @@ -11751,15 +11751,9 @@ "Woosmap_Platform_API_Reference_localities_data": { "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_data" }, - "Woosmap_Platform_API_Reference_localities_excluded_extended_types": { - "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_excluded_extended_types" - }, "Woosmap_Platform_API_Reference_localities_excluded_types": { "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_excluded_types" }, - "Woosmap_Platform_API_Reference_localities_extended_types": { - "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_extended_types" - }, "Woosmap_Platform_API_Reference_localities_extended": { "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_extended" }, @@ -11787,6 +11781,12 @@ "Woosmap_Platform_API_Reference_localities_location": { "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_location" }, + "Woosmap_Platform_API_Reference_localities_nearby_excluded_types": { + "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_nearby_excluded_types" + }, + "Woosmap_Platform_API_Reference_localities_nearby_types": { + "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_nearby_types" + }, "Woosmap_Platform_API_Reference_localities_page": { "$ref": "#/components/parameters/Woosmap_Platform_API_Reference_page-2" }, @@ -13646,8 +13646,13 @@ "Woosmap_Platform_API_Reference_LocalitiesTypes": { "title": "LocalitiesTypes", "type": "string", - "description": "Contains the type of the result.", + "description": "Common types unrelated to points of interest (POI). The `locality` type serves as an alias grouping various settlement types (see `enum` for details). This grouping enables flexible and efficient querying of related geographic data.\n", "enum": [ + "country", + "admin_level", + "postal_code", + "address", + "route", "locality", "city", "town", @@ -13656,9 +13661,93 @@ "borough", "suburb", "quarter", - "neighbourhood", - "postal_code", - "admin_level", + "neighbourhood" + ] + }, + "Woosmap_Platform_API_Reference_LocalitiesTypesPoi": { + "title": "LocalitiesTypesPoi", + "description": "Categories of points of interest (POI) supported for detailed classification in geographic data queries.\n", + "type": "string", + "enum": [ + "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" + ] + }, + "Woosmap_Platform_API_Reference_LocalitiesTypesPoiAlias": { + "title": "LocalitiesTypesPoiAlias", + "type": "string", + "description": "Aliases for some point_of_interest types. These aliases are deprecated and should be replaced with the corresponding types in `LocalitiesTypesPoi`. For example:\n - `airport` → `transit.station.airport`\n - `train_station` → `transit.station.rail.train`\n\nThis ensures consistency and alignment with the updated schema.\n", + "enum": [ "airport", "train_station", "metro_station", @@ -13667,10 +13756,23 @@ "zoo", "amusement_park", "art_gallery", - "tourist_attraction", - "country", - "address", - "route" + "tourist_attraction" + ] + }, + "Woosmap_Platform_API_Reference_LocalitiesTypesAll": { + "title": "LocalitiesTypesAll", + "type": "string", + "description": "A comprehensive string type that encompasses all supported locality classifications. This includes standard locality types (e.g., cities, regions), points of interest (POI) categories, and POI aliases for flexible geographic data representation and querying.\n", + "anyOf": [ + { + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypes" + }, + { + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesPoi" + }, + { + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesPoiAlias" + } ] }, "Woosmap_Platform_API_Reference_LocalitiesAutocompleteMatchedFields": { @@ -13730,7 +13832,7 @@ "description": "An array containing the types of the result", "type": "array", "items": { - "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypes" + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesAll" } }, "type": { @@ -13839,17 +13941,17 @@ } }, { - "public_id": "4Ew1mvbob3vobGMQ44AdRNY/5xE=", + "public_id": "52MnrbHVWH21CLWH8VY/YWKhqeM=", "type": "locality", "types": [ "locality", "village" ], - "description": "Little London, Hampshire, United Kingdom", + "description": "London Apprentice, Cornwall, United Kingdom", "matched_substrings": { "description": [ { - "offset": 7, + "offset": 0, "length": 4 } ] @@ -14116,7 +14218,7 @@ "description": "available localities types", "type": "array", "items": { - "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypes" + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesAll" } }, "geometry": { @@ -14360,7 +14462,7 @@ "description": "An array containing the types of the result", "type": "array", "items": { - "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypes" + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesAll" } }, "administrative_area_label": { @@ -14482,84 +14584,6 @@ ] } }, - "Woosmap_Platform_API_Reference_LocalitiesNearbyExtendedType": { - "title": "LocalitiesNearbyExtendedType", - "type": "string", - "enum": [ - "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" - ] - }, "Woosmap_Platform_API_Reference_LocalitiesNearbyResponse": { "title": "LocalitiesNearbyResponse", "type": "object", @@ -14568,8 +14592,13 @@ "types": { "description": "An array containing the types of the result.", "type": "array", + "example": [ + "point_of_interest", + "transit.station.rail.train", + "train_station" + ], "items": { - "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesNearbyExtendedType" + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesPoi" } }, "name": { @@ -14607,7 +14636,7 @@ "type": "array", "deprecated": true, "items": { - "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesNearbyExtendedType" + "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesPoi" } }, "formatted_address": { @@ -19738,7 +19767,8 @@ "minimum": -90 }, { - "type": "string" + "type": "string", + "pattern": "^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$" } ], "title": "Lat" @@ -19751,7 +19781,8 @@ "minimum": -180 }, { - "type": "string" + "type": "string", + "pattern": "^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$" } ], "title": "Lng" diff --git a/dist/woosmap-openapi3.json b/dist/woosmap-openapi3.json index b19f8fbd..8c8ae1fe 100755 --- a/dist/woosmap-openapi3.json +++ b/dist/woosmap-openapi3.json @@ -2442,17 +2442,17 @@ } }, { - "public_id": "4Ew1mvbob3vobGMQ44AdRNY/5xE=", + "public_id": "52MnrbHVWH21CLWH8VY/YWKhqeM=", "type": "locality", "types": [ "locality", "village" ], - "description": "Little London, Hampshire, United Kingdom", + "description": "London Apprentice, Cornwall, United Kingdom", "matched_substrings": { "description": [ { - "offset": 7, + "offset": 0, "length": 4 } ] @@ -3245,7 +3245,7 @@ ], "parameters": [ { - "$ref": "#/components/parameters/extended_types" + "$ref": "#/components/parameters/nearby_types" }, { "name": "location", @@ -3294,7 +3294,7 @@ "example": 15 }, { - "$ref": "#/components/parameters/excluded_extended_types" + "$ref": "#/components/parameters/nearby_excluded_types" } ], "responses": { @@ -6411,11 +6411,11 @@ }, "types": { "name": "types", - "description": "The types of suggestion to return. Multiple types can be passed using the pipe character (`|`) as a separator.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: an alias that groups all localities (`city`, `town`, `village`, `hamlet`, `borough`, `suburb`, `quarter` and `neighbourhood`)\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "description": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n", "schema": { - "type": "string", "default": "locality|postal_code", - "example": "locality|airport|admin_level" + "example": "locality|airport|admin_level", + "$ref": "#/components/schemas/LocalitiesTypesAll" }, "in": "query" }, @@ -6579,11 +6579,11 @@ }, "geocode_types": { "name": "types", - "description": "Specify the types of geocoding responses to return by separating multiple types with a pipe character (|). This parameter is ignored when used with the `latlng` parameter. When executing a geocode request with the `address` parameter, use this to select the expected result type.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: includes all previous locality names\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "description": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n", "schema": { - "type": "string", "default": "locality|postal_code|address", - "example": "locality|admin_level" + "example": "locality|admin_level", + "$ref": "#/components/schemas/LocalitiesTypesAll" }, "in": "query" }, @@ -6610,19 +6610,19 @@ }, "in": "query" }, - "extended_types": { + "nearby_types": { "name": "types", "description": "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", "schema": { - "$ref": "#/components/schemas/LocalitiesNearbyExtendedType" + "$ref": "#/components/schemas/LocalitiesTypesPoi" }, "in": "query" }, - "excluded_extended_types": { + "nearby_excluded_types": { "name": "excluded_types", "description": "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", "schema": { - "$ref": "#/components/schemas/LocalitiesNearbyExtendedType" + "$ref": "#/components/schemas/LocalitiesTypesPoi" }, "in": "query" }, @@ -7009,15 +7009,9 @@ "localities_data": { "$ref": "#/components/parameters/data" }, - "localities_excluded_extended_types": { - "$ref": "#/components/parameters/excluded_extended_types" - }, "localities_excluded_types": { "$ref": "#/components/parameters/excluded_types" }, - "localities_extended_types": { - "$ref": "#/components/parameters/extended_types" - }, "localities_extended": { "$ref": "#/components/parameters/extended" }, @@ -7045,6 +7039,12 @@ "localities_location": { "$ref": "#/components/parameters/location" }, + "localities_nearby_excluded_types": { + "$ref": "#/components/parameters/nearby_excluded_types" + }, + "localities_nearby_types": { + "$ref": "#/components/parameters/nearby_types" + }, "localities_page": { "$ref": "#/components/parameters/page-2" }, @@ -8904,8 +8904,13 @@ "LocalitiesTypes": { "title": "LocalitiesTypes", "type": "string", - "description": "Contains the type of the result.", + "description": "Common types unrelated to points of interest (POI). The `locality` type serves as an alias grouping various settlement types (see `enum` for details). This grouping enables flexible and efficient querying of related geographic data.\n", "enum": [ + "country", + "admin_level", + "postal_code", + "address", + "route", "locality", "city", "town", @@ -8914,9 +8919,93 @@ "borough", "suburb", "quarter", - "neighbourhood", - "postal_code", - "admin_level", + "neighbourhood" + ] + }, + "LocalitiesTypesPoi": { + "title": "LocalitiesTypesPoi", + "description": "Categories of points of interest (POI) supported for detailed classification in geographic data queries.\n", + "type": "string", + "enum": [ + "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" + ] + }, + "LocalitiesTypesPoiAlias": { + "title": "LocalitiesTypesPoiAlias", + "type": "string", + "description": "Aliases for some point_of_interest types. These aliases are deprecated and should be replaced with the corresponding types in `LocalitiesTypesPoi`. For example:\n - `airport` → `transit.station.airport`\n - `train_station` → `transit.station.rail.train`\n\nThis ensures consistency and alignment with the updated schema.\n", + "enum": [ "airport", "train_station", "metro_station", @@ -8925,10 +9014,23 @@ "zoo", "amusement_park", "art_gallery", - "tourist_attraction", - "country", - "address", - "route" + "tourist_attraction" + ] + }, + "LocalitiesTypesAll": { + "title": "LocalitiesTypesAll", + "type": "string", + "description": "A comprehensive string type that encompasses all supported locality classifications. This includes standard locality types (e.g., cities, regions), points of interest (POI) categories, and POI aliases for flexible geographic data representation and querying.\n", + "anyOf": [ + { + "$ref": "#/components/schemas/LocalitiesTypes" + }, + { + "$ref": "#/components/schemas/LocalitiesTypesPoi" + }, + { + "$ref": "#/components/schemas/LocalitiesTypesPoiAlias" + } ] }, "LocalitiesAutocompleteMatchedFields": { @@ -8988,7 +9090,7 @@ "description": "An array containing the types of the result", "type": "array", "items": { - "$ref": "#/components/schemas/LocalitiesTypes" + "$ref": "#/components/schemas/LocalitiesTypesAll" } }, "type": { @@ -9097,17 +9199,17 @@ } }, { - "public_id": "4Ew1mvbob3vobGMQ44AdRNY/5xE=", + "public_id": "52MnrbHVWH21CLWH8VY/YWKhqeM=", "type": "locality", "types": [ "locality", "village" ], - "description": "Little London, Hampshire, United Kingdom", + "description": "London Apprentice, Cornwall, United Kingdom", "matched_substrings": { "description": [ { - "offset": 7, + "offset": 0, "length": 4 } ] @@ -9374,7 +9476,7 @@ "description": "available localities types", "type": "array", "items": { - "$ref": "#/components/schemas/LocalitiesTypes" + "$ref": "#/components/schemas/LocalitiesTypesAll" } }, "geometry": { @@ -9618,7 +9720,7 @@ "description": "An array containing the types of the result", "type": "array", "items": { - "$ref": "#/components/schemas/LocalitiesTypes" + "$ref": "#/components/schemas/LocalitiesTypesAll" } }, "administrative_area_label": { @@ -9740,84 +9842,6 @@ ] } }, - "LocalitiesNearbyExtendedType": { - "title": "LocalitiesNearbyExtendedType", - "type": "string", - "enum": [ - "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" - ] - }, "LocalitiesNearbyResponse": { "title": "LocalitiesNearbyResponse", "type": "object", @@ -9826,8 +9850,13 @@ "types": { "description": "An array containing the types of the result.", "type": "array", + "example": [ + "point_of_interest", + "transit.station.rail.train", + "train_station" + ], "items": { - "$ref": "#/components/schemas/LocalitiesNearbyExtendedType" + "$ref": "#/components/schemas/LocalitiesTypesPoi" } }, "name": { @@ -9865,7 +9894,7 @@ "type": "array", "deprecated": true, "items": { - "$ref": "#/components/schemas/LocalitiesNearbyExtendedType" + "$ref": "#/components/schemas/LocalitiesTypesPoi" } }, "formatted_address": { diff --git a/dist/woosmap-openapi3.yml b/dist/woosmap-openapi3.yml index 7773e031..57df8e84 100755 --- a/dist/woosmap-openapi3.yml +++ b/dist/woosmap-openapi3.yml @@ -2538,15 +2538,15 @@ paths: description: - offset: 0 length: 4 - - public_id: 4Ew1mvbob3vobGMQ44AdRNY/5xE= + - public_id: 52MnrbHVWH21CLWH8VY/YWKhqeM= type: locality types: - locality - village - description: Little London, Hampshire, United Kingdom + description: London Apprentice, Cornwall, United Kingdom matched_substrings: description: - - offset: 7 + - offset: 0 length: 4 - public_id: S/5AkUmMBhX35qVI2jR38+dALwk= type: locality @@ -3070,7 +3070,7 @@ paths: - PrivateApiKeyAuth: [] - PrivateApiKeyHeaderAuth: [] parameters: - - $ref: '#/components/parameters/extended_types' + - $ref: '#/components/parameters/nearby_types' - name: location description: | Center of the search circle. @@ -3109,7 +3109,7 @@ paths: maximum: 30 in: query example: 15 - - $ref: '#/components/parameters/excluded_extended_types' + - $ref: '#/components/parameters/nearby_excluded_types' responses: '200': description: Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`. @@ -5580,33 +5580,16 @@ components: types: name: types description: | - The types of suggestion to return. Multiple types can be passed using the pipe character (`|`) as a separator. - * `city`: includes city localities - * `town`: includes town localities - * `village`: includes village localities - * `hamlet`: includes hamlet localities - * `borough`: includes borough localities - * `suburb`: includes suburb localities - * `quarter`: includes quarter localities - * `neighbourhood`: includes neighbourhood localities - * `locality`: an alias that groups all localities (`city`, `town`, `village`, `hamlet`, `borough`, `suburb`, `quarter` and `neighbourhood`) - * `postal_code`: publicly-used postal codes around the world - * `address`: addresses - * `admin_level`: most commonly used administrative areas - * `country`: countries as whole point of interest - * `airport`: includes all medium sized to international sized airports - * `train_station`: includes all train stations - * `metro_station`: includes all metro stations - * `shopping`: includes shopping malls (or "shopping centers") - *may include private retail brands* - * `museum`: includes museums - * `tourist_attraction`: includes tourist attractions like the Eiffel tower - * `amusement_park`: includes amusement parks like Disneyland Paris - * `art_gallery`: includes art galleries - * `zoo`: includes zoos + Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including: + - Standard locality types (e.g., cities, administrative areas, postal codes) + - Points of Interest (POI) categories + - POI aliases + + These classifications enable flexible geographic data representation and querying. schema: - type: string default: locality|postal_code example: locality|airport|admin_level + $ref: '#/components/schemas/LocalitiesTypesAll' in: query excluded_types: name: excluded_types @@ -5751,33 +5734,17 @@ components: geocode_types: name: types description: | - Specify the types of geocoding responses to return by separating multiple types with a pipe character (|). This parameter is ignored when used with the `latlng` parameter. When executing a geocode request with the `address` parameter, use this to select the expected result type. - * `city`: includes city localities - * `town`: includes town localities - * `village`: includes village localities - * `hamlet`: includes hamlet localities - * `borough`: includes borough localities - * `suburb`: includes suburb localities - * `quarter`: includes quarter localities - * `neighbourhood`: includes neighbourhood localities - * `locality`: includes all previous locality names - * `postal_code`: publicly-used postal codes around the world - * `address`: addresses - * `admin_level`: most commonly used administrative areas - * `country`: countries as whole point of interest - * `airport`: includes all medium sized to international sized airports - * `train_station`: includes all train stations - * `metro_station`: includes all metro stations - * `shopping`: includes shopping malls (or "shopping centers") - *may include private retail brands* - * `museum`: includes museums - * `tourist_attraction`: includes tourist attractions like the Eiffel tower - * `amusement_park`: includes amusement parks like Disneyland Paris - * `art_gallery`: includes art galleries - * `zoo`: includes zoos + When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including: + - Standard locality types (e.g., cities, administrative areas, postal codes) + - Points of Interest (POI) categories + - POI aliases + + These classifications enable flexible geographic data representation and querying. + This parameter is ignored when used with the `latlng` parameter. schema: - type: string default: locality|postal_code|address example: locality|admin_level + $ref: '#/components/schemas/LocalitiesTypesAll' in: query list_sub_buildings: name: list_sub_buildings @@ -5799,19 +5766,19 @@ components: - alpha3 example: alpha2 in: query - extended_types: + nearby_types: name: types description: | 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`. schema: - $ref: '#/components/schemas/LocalitiesNearbyExtendedType' + $ref: '#/components/schemas/LocalitiesTypesPoi' in: query - excluded_extended_types: + nearby_excluded_types: name: excluded_types description: | 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`. schema: - $ref: '#/components/schemas/LocalitiesNearbyExtendedType' + $ref: '#/components/schemas/LocalitiesTypesPoi' in: query input-2: name: input @@ -6138,12 +6105,8 @@ components: $ref: '#/components/parameters/custom_description' localities_data: $ref: '#/components/parameters/data' - localities_excluded_extended_types: - $ref: '#/components/parameters/excluded_extended_types' localities_excluded_types: $ref: '#/components/parameters/excluded_types' - localities_extended_types: - $ref: '#/components/parameters/extended_types' localities_extended: $ref: '#/components/parameters/extended' localities_fields: @@ -6162,6 +6125,10 @@ components: $ref: '#/components/parameters/localities_components' localities_location: $ref: '#/components/parameters/location' + localities_nearby_excluded_types: + $ref: '#/components/parameters/nearby_excluded_types' + localities_nearby_types: + $ref: '#/components/parameters/nearby_types' localities_page: $ref: '#/components/parameters/page-2' localities_public_id: @@ -7445,8 +7412,14 @@ components: LocalitiesTypes: title: LocalitiesTypes type: string - description: Contains the type of the result. + description: | + Common types unrelated to points of interest (POI). The `locality` type serves as an alias grouping various settlement types (see `enum` for details). This grouping enables flexible and efficient querying of related geographic data. enum: + - country + - admin_level + - postal_code + - address + - route - locality - city - town @@ -7456,8 +7429,94 @@ components: - suburb - quarter - neighbourhood - - postal_code - - admin_level + LocalitiesTypesPoi: + title: LocalitiesTypesPoi + description: | + Categories of points of interest (POI) supported for detailed classification in geographic data queries. + type: string + enum: + - 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 + LocalitiesTypesPoiAlias: + title: LocalitiesTypesPoiAlias + type: string + description: | + Aliases for some point_of_interest types. These aliases are deprecated and should be replaced with the corresponding types in `LocalitiesTypesPoi`. For example: + - `airport` → `transit.station.airport` + - `train_station` → `transit.station.rail.train` + + This ensures consistency and alignment with the updated schema. + enum: - airport - train_station - metro_station @@ -7467,9 +7526,15 @@ components: - amusement_park - art_gallery - tourist_attraction - - country - - address - - route + LocalitiesTypesAll: + title: LocalitiesTypesAll + type: string + description: | + A comprehensive string type that encompasses all supported locality classifications. This includes standard locality types (e.g., cities, regions), points of interest (POI) categories, and POI aliases for flexible geographic data representation and querying. + anyOf: + - $ref: '#/components/schemas/LocalitiesTypes' + - $ref: '#/components/schemas/LocalitiesTypesPoi' + - $ref: '#/components/schemas/LocalitiesTypesPoiAlias' LocalitiesAutocompleteMatchedFields: title: LocalitiesAutocompleteMatchedFields type: object @@ -7514,7 +7579,7 @@ components: description: An array containing the types of the result type: array items: - $ref: '#/components/schemas/LocalitiesTypes' + $ref: '#/components/schemas/LocalitiesTypesAll' type: deprecated: true description: this field might be removed in the future, please use the `types` field which is more exhaustive @@ -7583,15 +7648,15 @@ components: description: - offset: 0 length: 4 - - public_id: 4Ew1mvbob3vobGMQ44AdRNY/5xE= + - public_id: 52MnrbHVWH21CLWH8VY/YWKhqeM= type: locality types: - locality - village - description: Little London, Hampshire, United Kingdom + description: London Apprentice, Cornwall, United Kingdom matched_substrings: description: - - offset: 7 + - offset: 0 length: 4 - public_id: S/5AkUmMBhX35qVI2jR38+dALwk= type: locality @@ -7774,7 +7839,7 @@ components: description: available localities types type: array items: - $ref: '#/components/schemas/LocalitiesTypes' + $ref: '#/components/schemas/LocalitiesTypesAll' geometry: description: The location of the PostalCode, in latitude and longitude, eventually associated with a Viewport and a shape. type: object @@ -7952,7 +8017,7 @@ components: description: An array containing the types of the result type: array items: - $ref: '#/components/schemas/LocalitiesTypes' + $ref: '#/components/schemas/LocalitiesTypesAll' administrative_area_label: $ref: '#/components/schemas/AdministrativeAreaLabel' public_id: @@ -8030,82 +8095,6 @@ components: location_type: GEOMETRIC_CENTER scores_per_components: street_name: 1 - LocalitiesNearbyExtendedType: - title: LocalitiesNearbyExtendedType - type: string - enum: - - 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 LocalitiesNearbyResponse: title: LocalitiesNearbyResponse type: object @@ -8114,8 +8103,12 @@ components: types: description: An array containing the types of the result. type: array + example: + - point_of_interest + - transit.station.rail.train + - train_station items: - $ref: '#/components/schemas/LocalitiesNearbyExtendedType' + $ref: '#/components/schemas/LocalitiesTypesPoi' name: description: The name of the result. type: string @@ -8142,7 +8135,7 @@ components: type: array deprecated: true items: - $ref: '#/components/schemas/LocalitiesNearbyExtendedType' + $ref: '#/components/schemas/LocalitiesTypesPoi' formatted_address: $ref: '#/components/schemas/FormattedAddress' LocalitiesNearbyCollectionResponse: diff --git a/dist/woosmap-postman.json b/dist/woosmap-postman.json index e03a9f8d..f879c711 100755 --- a/dist/woosmap-postman.json +++ b/dist/woosmap-postman.json @@ -5,7 +5,7 @@ "description": "Stores Search API lets you query the Assets which are returned as a [GeoJson](https://geojson.org/). Request is done over HTTPS using GET. 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/). If your request returns a high number of assets, the result will be paginated. If so, you can request assets by page using `page` and `stores_by_page` parameters (Default is **100**, max is **300**).\n", "item": [ { - "id": "c194633d-21c0-4dcd-94ab-4b6b24a4cb95", + "id": "5c31b698-5e0d-4d50-b70d-70f3c7baa704", "name": "Search for assets", "request": { "name": "Search for assets", @@ -128,7 +128,7 @@ }, "response": [ { - "id": "2a80847b-1f58-4162-9691-5c8f2a02ef36", + "id": "75ee865d-313f-4127-b914-3ecb38b0ee5e", "name": "Assets successfully retrieved", "originalRequest": { "url": { @@ -243,12 +243,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 \"id_937\": -74581277.05376838,\n \"ut__39\": 46139738.76505804,\n \"nisi_1\": -27413127\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 \"incididunt45\": \"Excepteur dolore\",\n \"minim_c\": 73973465.75676212,\n \"voluptate5\": 78379209.3922849\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", + "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 \"aliquaab\": 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\": {\n \"exercitation6_3\": -68860699,\n \"incididunt_1\": true,\n \"nisi_a13\": true\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "63b17609-e732-4c19-b37b-761cdd9f8978", + "id": "2f46199f-0413-4d07-a18c-ed574a3d715b", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -368,7 +368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61d61d80-9075-477c-abc0-4eefa46b1751", + "id": "93ea173b-445b-40c3-bf87-d2b748f90673", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -488,7 +488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79a16e0a-18a3-4019-bb21-e75ad7d029d2", + "id": "5347ecca-8e6c-482f-a3a8-9e869847eaf3", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -614,7 +614,7 @@ } }, { - "id": "43b12187-49ba-47cb-ad40-533702e818f5", + "id": "bf8d98e7-2c2a-4b1f-a8c1-8a8f3985c9b0", "name": "Autocomplete for assets", "request": { "name": "Autocomplete for assets", @@ -692,7 +692,7 @@ }, "response": [ { - "id": "42cebda1-efaa-47b9-8922-ff95720b6475", + "id": "46ac885b-8e3a-4cef-9c18-d4a74d50489d", "name": "Assets Successfully Replaced", "originalRequest": { "url": { @@ -762,12 +762,12 @@ "value": "application/json" } ], - "body": "{\n \"predictions\": [\n {\n \"name\": \"dolor sunt tempor ad\",\n \"highlighted\": \"eiusmod ullamco dolor\",\n \"store_id\": {},\n \"types\": {}\n },\n {\n \"name\": \"minim voluptate fugiat ex\",\n \"highlighted\": \"aliqua in\",\n \"store_id\": {},\n \"types\": {}\n }\n ]\n}", + "body": "{\n \"predictions\": [\n {\n \"name\": \"nulla\",\n \"highlighted\": \"nulla dolore nisi enim\",\n \"store_id\": {},\n \"types\": {}\n },\n {\n \"name\": \"culpa irure ea\",\n \"highlighted\": \"reprehenderit Ut est\",\n \"store_id\": {},\n \"types\": {}\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "522a119b-a2aa-4dd0-b3b3-6e006a9d2af4", + "id": "33b1d869-c954-43b8-8df3-89e9aa9368ab", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -842,7 +842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33747b81-535d-4896-874b-0e2254727679", + "id": "7faeec37-bc64-48ea-b131-a5eeb825fea5", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -917,7 +917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1c23f5c-808d-466f-b3d4-020e0c9f9610", + "id": "1dfe1a16-6aeb-4df4-8992-e64744000ed3", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -998,7 +998,7 @@ } }, { - "id": "81d06c11-15fa-4097-883e-63f8eeb6d684", + "id": "864d4100-74e7-47dc-95c2-e2032888574c", "name": "Bounds for assets", "request": { "name": "Bounds for assets", @@ -1086,7 +1086,7 @@ }, "response": [ { - "id": "0a3a902c-8f1d-496a-a30b-db2bf61ab9f2", + "id": "214b34ae-9d4f-4a1f-b40e-a231db9c62f6", "name": "Bounds successfully retrieved", "originalRequest": { "url": { @@ -1171,7 +1171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd45a864-a03c-43aa-b11f-32145a7592f9", + "id": "4394ce4a-d70d-488d-b33b-cbb107408ce0", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1256,7 +1256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc92db12-26ec-43a9-b1e1-0197e3e61bdd", + "id": "0fad2c9f-b640-47b2-b2c1-08b10f33bc11", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1341,7 +1341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ce9c5ba-9d91-4335-aecb-ab5f5a5a361c", + "id": "5fb9ae72-d46f-4f5d-b126-506b4a8ac0b4", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -1438,7 +1438,7 @@ "description": "The Data Management API is a web service that uses an HTTP request to manage, create or edit your Assets. The API only supports JSON. So you have to create a JSON file with your assets’ addresses and other information. You’ll need to convert, or geocode, the addresses in your file to latitude/longitude (`lat` / `long`) coordinates. Those coordinates will be used for most of Woosmap features like [local searches](https://developers.woosmap.com/products/search-api/get-started/), [stores nearby a user location](https://developers.woosmap.com/products/geolocation-api/stores/) or for displaying markers on a map with [Woosmap Javascript API](https://developers.woosmap.com/products/js-api/get-started/).\n", "item": [ { - "id": "893a87f1-544f-4540-894a-bcc8618f5847", + "id": "2b8b4ea5-d48b-44a6-aa94-9a6e1b950a0d", "name": "Create your Assets", "request": { "name": "Create your Assets", @@ -1472,7 +1472,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1500,7 +1500,7 @@ }, "response": [ { - "id": "66c9bb64-e9b8-4a0d-8cc9-3b8e29c3d260", + "id": "6e14e551-81d6-42e7-ad7a-ee9b1d9fc5d4", "name": "Assets successfully created", "originalRequest": { "url": { @@ -1538,7 +1538,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1560,7 +1560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b93b752a-d48f-4e79-9d4e-104be8aca23b", + "id": "39682e81-0859-4fbd-916b-813bde95ba49", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1598,7 +1598,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1620,7 +1620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2feab9aa-cef1-4ff6-971a-3e21276b782a", + "id": "4d5b3cbc-74d0-4e6a-92fa-4ba84665f540", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1658,7 +1658,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1680,7 +1680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30401898-5aca-4149-86c8-e66e163d6782", + "id": "33787675-9c3f-484b-918f-af42f3003d2d", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1718,7 +1718,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1746,7 +1746,7 @@ } }, { - "id": "1dffd4f9-4a94-43d2-afd0-fb682673d6cf", + "id": "9fb53242-1e2b-41de-ba41-c5ac45de990f", "name": "Update the Assets", "request": { "name": "Update the Assets", @@ -1780,7 +1780,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1808,7 +1808,7 @@ }, "response": [ { - "id": "4a4bc5cd-ae94-4e83-8093-20edeef34db5", + "id": "34bddda9-a5a7-4847-8515-a870551365e9", "name": "Assets successfully updated", "originalRequest": { "url": { @@ -1846,7 +1846,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1868,7 +1868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5cb43ab-c966-4679-899f-23506783cac5", + "id": "d7f6230b-deb1-423e-b1a6-462b2e5ef517", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1906,7 +1906,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1928,7 +1928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ced092c9-ae2e-40bb-afe5-6d389c7b50fe", + "id": "eed460a5-cd52-4ebd-a07e-7722ab6b722e", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1966,7 +1966,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1988,7 +1988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0270ac85-2892-48ba-803a-73ae5ca1ebf5", + "id": "3e3bb72e-9de2-4fdc-af6b-082ddc4a1062", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2026,7 +2026,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2054,7 +2054,7 @@ } }, { - "id": "4f754124-668a-4cf5-9620-75d63c195568", + "id": "50986fe2-a15c-4682-b435-ac93d8108b4a", "name": "Delete the Assets", "request": { "name": "Delete the Assets", @@ -2113,7 +2113,7 @@ }, "response": [ { - "id": "516441e0-752a-4dea-a990-1f5d422640e6", + "id": "d5794433-233e-4032-98e6-76bf13bd64df", "name": "Assets successfully deleted", "originalRequest": { "url": { @@ -2169,7 +2169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2d86eec-1ee4-45ff-8087-63ba77b2dd10", + "id": "ca57963d-7db9-454a-8197-f9702f1e0467", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2225,7 +2225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3997530-92a0-4e3a-86c3-39bf13156e8c", + "id": "21b8be7a-7e3a-41be-b2d2-84e9794c9d8b", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2287,7 +2287,7 @@ } }, { - "id": "71ee988c-9023-45b2-a4af-c7f341a43406", + "id": "8a70d66b-6ba0-4bcd-b258-fad550c4c4e1", "name": "Get Asset from ID", "request": { "name": "Get Asset from ID", @@ -2348,7 +2348,7 @@ }, "response": [ { - "id": "481f387b-87a1-4d88-bf2a-2d8989892e68", + "id": "de3556b3-cb68-4839-a2e7-7663b48e3eb9", "name": "Asset successfully retrieved", "originalRequest": { "url": { @@ -2391,12 +2391,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n}", + "body": "{\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"minim_1\": \"in occaecat in\",\n \"Excepteurdb\": -66351488.876486495\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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9f21420d-a982-4dc2-b220-6c6beaa57a4f", + "id": "692c3cf7-3c66-4572-b0b4-85b17edb633f", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2444,7 +2444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42dd8d78-47e4-4fd5-adca-6f777b38707e", + "id": "7f95829b-3535-4f0f-8202-be2b8790b6a7", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2492,7 +2492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18cd7ea9-da77-462b-9398-f8d8d6dbb149", + "id": "e4bb1bb5-15a4-48d3-906e-018fcf14cc1e", "name": "Not Found - `storeId` do not exist.", "originalRequest": { "url": { @@ -2534,7 +2534,7 @@ } }, { - "id": "a0cfe030-5559-41b8-9520-d1d64e6722aa", + "id": "71a9ac18-03fd-4728-b03e-be556a5a60f6", "name": "Replace all assets", "request": { "name": "Replace all assets", @@ -2569,7 +2569,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2597,7 +2597,7 @@ }, "response": [ { - "id": "d537e9ce-4c7a-4d5d-9bd6-cd53bb8f2881", + "id": "fb223b87-86b8-4bb9-99d9-e2bd576bc6c2", "name": "Assets successfully replaced", "originalRequest": { "url": { @@ -2636,7 +2636,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2658,7 +2658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8cae562-c8f7-43c8-9e15-a0369da862a8", + "id": "7a3b0437-9e49-4d6b-9d02-8502e6fa2949", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -2697,7 +2697,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2719,7 +2719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4f857f8-bc59-4c82-b1ff-26e72dacbc81", + "id": "59b1650c-47c1-469a-912c-6d9b06d64dbb", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2758,7 +2758,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2780,7 +2780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02dafffa-2ff1-4e08-bc6b-f903c841a360", + "id": "a3d73381-fa58-4c03-a753-4940c4cde7c7", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2819,7 +2819,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\": {\n \"Excepteur3\": 16947554.244074464\n },\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 \"ut_c2\": \"eu\"\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\": {\n \"ut_9bf\": false,\n \"eiusmod_907\": -59111190\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2853,7 +2853,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": "16bf20f9-8923-4820-b4dd-4a469a40ee9e", + "id": "214cba19-8215-40c0-aaa3-5865b3467606", "name": "Geolocation from an IP address", "request": { "name": "Geolocation from an IP address", @@ -2913,7 +2913,7 @@ }, "response": [ { - "id": "5cb29883-843c-46f1-8bbe-59fd9921e98e", + "id": "76acc358-b13c-4a2f-acdf-71eade5e1251", "name": "Geolocation successfully retrieved", "originalRequest": { "url": { @@ -2970,7 +2970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ea23fe8-8183-4156-ade2-931df12517e9", + "id": "3ff03b9a-a971-4ef6-8a6b-b6e2fac241cf", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3027,7 +3027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e9038c9-d9fc-409c-9ef6-18747962156d", + "id": "848768f9-dece-4580-94ab-ee016433210b", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3084,7 +3084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbe9985a-a18f-42e6-8d25-fe22f80655c1", + "id": "ec5154d7-4471-4e1b-b736-e5b9c80de748", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3147,7 +3147,7 @@ } }, { - "id": "59360f71-f8d9-463c-bf16-9fbfa7a8249d", + "id": "edc7a3bb-55f4-4c17-a213-1c7cda144c3b", "name": "Assets nearby a Geolocation", "request": { "name": "Assets nearby a Geolocation", @@ -3225,7 +3225,7 @@ }, "response": [ { - "id": "deba737f-169e-4641-ac75-c465b2cbd075", + "id": "920fec93-65c4-4d21-9010-e047ab5ae7c7", "name": "Geolocation and Stores successufully retrieved", "originalRequest": { "url": { @@ -3295,12 +3295,12 @@ "value": "application/json" } ], - "body": "{\n \"stores\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\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 \"do_6e\": -81650304.54683317,\n \"Lorem_5\": 55101635\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}", + "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 \"Lorem_2\": -42944700\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 \"ipsum6b5\": 45715140.18308151\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"country_code\": \"\",\n \"country_name\": \"\",\n \"continent\": \"\",\n \"region_state\": \"\",\n \"city\": \"\",\n \"postal_code\": \"\",\n \"timezone\": \"\",\n \"raw_offset\": \"\",\n \"dst_offset\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e643218f-cce8-49c6-ac4d-56237da4746d", + "id": "5c75d7c5-9bf7-4e4e-b281-16a871e9b04a", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3375,7 +3375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cdab6d7-8cad-407d-a580-daab035b6c6a", + "id": "7219a509-3a65-4737-ac4d-8b9f61f73b43", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3450,7 +3450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e668f27-7315-462c-bf30-7e58b2681800", + "id": "6e01dc5d-97d8-47e5-86ac-edcb01c3cbfa", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3531,7 +3531,7 @@ } }, { - "id": "663ab7c7-18d3-48e2-9a21-ca68fa9d5ed6", + "id": "6f1a1b6c-9086-4947-b004-d790aa801b09", "name": "Timezone", "request": { "name": "Timezone", @@ -3600,7 +3600,7 @@ }, "response": [ { - "id": "724e668d-ef68-4c99-b77c-860cb99b177b", + "id": "79d19a61-b79f-4801-b9b4-35d40ebddfe0", "name": "Timezone successfully retrieved", "originalRequest": { "url": { @@ -3666,7 +3666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89c9a8a4-c7aa-4548-94e2-9284e3c78607", + "id": "c8433976-edd5-492f-b67b-be92b96cefb6", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3732,7 +3732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab66425b-dd13-4689-ba02-ed1ef87abfd3", + "id": "1f2c34c8-88c7-43c8-a146-1833251ff5cc", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3798,7 +3798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "282843a5-dca2-4ba3-ab0e-64613bc81f22", + "id": "4dddd131-d3fc-47e8-ab29-ab14faae246a", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3876,7 +3876,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": "55486c5a-aaff-4290-9615-b42a6b34384d", + "id": "b680665c-572b-40c6-bf0f-4791ad1b53f0", "name": "Autocomplete for Localities", "request": { "name": "Autocomplete for Localities", @@ -3908,11 +3908,11 @@ { "disabled": false, "description": { - "content": "The types of suggestion to return. Multiple types can be passed using the pipe character (`|`) as a separator.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: an alias that groups all localities (`city`, `town`, `village`, `hamlet`, `borough`, `suburb`, `quarter` and `neighbourhood`)\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n", "type": "text/plain" }, "key": "types", - "value": "locality|postal_code" + "value": "admin_level" }, { "disabled": false, @@ -3966,7 +3966,7 @@ "type": "text/plain" }, "key": "data", - "value": "standard" + "value": "advanced" }, { "disabled": false, @@ -4017,7 +4017,7 @@ }, "response": [ { - "id": "a0d0eeca-0434-469c-bd9f-e6be209fc62d", + "id": "601d55cb-0685-4427-b2dc-4926d2c8fe11", "name": "Autocompletion Localities successfully retrieved", "originalRequest": { "url": { @@ -4044,11 +4044,11 @@ { "disabled": false, "description": { - "content": "The types of suggestion to return. Multiple types can be passed using the pipe character (`|`) as a separator.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: an alias that groups all localities (`city`, `town`, `village`, `hamlet`, `borough`, `suburb`, `quarter` and `neighbourhood`)\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n", "type": "text/plain" }, "key": "types", - "value": "locality|postal_code" + "value": "admin_level" }, { "disabled": false, @@ -4102,7 +4102,7 @@ "type": "text/plain" }, "key": "data", - "value": "standard" + "value": "advanced" }, { "disabled": false, @@ -4150,12 +4150,12 @@ "value": "application/json" } ], - "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"museum\",\n \"town\"\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 \"metro_station\"\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 \"hamlet\",\n \"suburb\"\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 \"neighbourhood\"\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": "713bc858-7f53-465d-b69d-df483f650757", + "id": "85554894-3e7b-4de3-90ba-e93c35fcc597", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4182,11 +4182,11 @@ { "disabled": false, "description": { - "content": "The types of suggestion to return. Multiple types can be passed using the pipe character (`|`) as a separator.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: an alias that groups all localities (`city`, `town`, `village`, `hamlet`, `borough`, `suburb`, `quarter` and `neighbourhood`)\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n", "type": "text/plain" }, "key": "types", - "value": "locality|postal_code" + "value": "admin_level" }, { "disabled": false, @@ -4240,7 +4240,7 @@ "type": "text/plain" }, "key": "data", - "value": "standard" + "value": "advanced" }, { "disabled": false, @@ -4293,7 +4293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51beeadf-d0cc-45eb-9735-aadb2297ccae", + "id": "484464a2-17c5-45e0-8914-4a970a328bc4", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4320,11 +4320,11 @@ { "disabled": false, "description": { - "content": "The types of suggestion to return. Multiple types can be passed using the pipe character (`|`) as a separator.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: an alias that groups all localities (`city`, `town`, `village`, `hamlet`, `borough`, `suburb`, `quarter` and `neighbourhood`)\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n", "type": "text/plain" }, "key": "types", - "value": "locality|postal_code" + "value": "admin_level" }, { "disabled": false, @@ -4378,7 +4378,7 @@ "type": "text/plain" }, "key": "data", - "value": "standard" + "value": "advanced" }, { "disabled": false, @@ -4431,7 +4431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c31d640e-8f6d-4279-aa9e-16d673fdd058", + "id": "0a157a2e-417c-43a8-a897-3d7fe645ea35", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -4458,11 +4458,11 @@ { "disabled": false, "description": { - "content": "The types of suggestion to return. Multiple types can be passed using the pipe character (`|`) as a separator.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: an alias that groups all localities (`city`, `town`, `village`, `hamlet`, `borough`, `suburb`, `quarter` and `neighbourhood`)\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "content": "Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n \nThese classifications enable flexible geographic data representation and querying.\n", "type": "text/plain" }, "key": "types", - "value": "locality|postal_code" + "value": "admin_level" }, { "disabled": false, @@ -4516,7 +4516,7 @@ "type": "text/plain" }, "key": "data", - "value": "standard" + "value": "advanced" }, { "disabled": false, @@ -4575,7 +4575,7 @@ } }, { - "id": "9a66fa74-f8f2-4952-b1db-5e8ef1149feb", + "id": "43f5a7b5-59df-4fe6-85bc-8a4625325d5a", "name": "Details of a Locality", "request": { "name": "Details of a Locality", @@ -4629,7 +4629,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "disabled": false, @@ -4680,7 +4680,7 @@ }, "response": [ { - "id": "b182e0d7-0652-4ad5-a6b8-603fcb6c5e72", + "id": "94247e09-55fc-4960-b1a2-988dabad2453", "name": "Details Localities successfully retrieved", "originalRequest": { "url": { @@ -4729,7 +4729,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "disabled": false, @@ -4777,12 +4777,12 @@ "value": "application/json" } ], - "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"route\",\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\": \"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 \"accuracy\": \"POSTAL_CODE\"\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 \"neighbourhood\",\n \"admin_level\"\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\": \"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 \"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": "e35ce424-3a74-4fa0-86e8-98fed1f81c61", + "id": "86ae657c-a1d7-4309-8291-2964041c1ed2", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4831,7 +4831,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "disabled": false, @@ -4884,7 +4884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdeb8440-3f72-45a5-9354-ab016ba7d335", + "id": "a3c2bb79-a65d-4ddf-8c6b-4e8ff4776eaa", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4933,7 +4933,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "disabled": false, @@ -4986,7 +4986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63c52465-825d-461e-be96-e1e407436327", + "id": "0f82594f-7d2d-4af6-affd-aee79fc1783c", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5035,7 +5035,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "disabled": false, @@ -5094,7 +5094,7 @@ } }, { - "id": "55c45cd1-595b-44ae-a254-e24bdf51f495", + "id": "123e2df0-d54c-49f2-967d-1923bf783106", "name": "Geocode a locality or Reverse Geocode a latlng", "request": { "name": "Geocode a locality or Reverse Geocode a latlng", @@ -5135,11 +5135,11 @@ { "disabled": false, "description": { - "content": "Specify the types of geocoding responses to return by separating multiple types with a pipe character (|). This parameter is ignored when used with the `latlng` parameter. When executing a geocode request with the `address` parameter, use this to select the expected result type.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: includes all previous locality names\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n", "type": "text/plain" }, "key": "types", - "value": "locality|postal_code|address" + "value": "admin_level" }, { "disabled": false, @@ -5193,7 +5193,7 @@ "type": "text/plain" }, "key": "data", - "value": "standard" + "value": "advanced" }, { "disabled": false, @@ -5202,7 +5202,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" } ], "variable": [] @@ -5235,7 +5235,7 @@ }, "response": [ { - "id": "4a074be3-ae4b-4bd9-81e5-16b760fd4b47", + "id": "86962b09-9d96-47fb-b935-454f902dc619", "name": "Request Localities Geocode successful", "originalRequest": { "url": { @@ -5271,11 +5271,11 @@ { "disabled": false, "description": { - "content": "Specify the types of geocoding responses to return by separating multiple types with a pipe character (|). This parameter is ignored when used with the `latlng` parameter. When executing a geocode request with the `address` parameter, use this to select the expected result type.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: includes all previous locality names\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n", "type": "text/plain" }, "key": "types", - "value": "locality|postal_code|address" + "value": "admin_level" }, { "disabled": false, @@ -5329,7 +5329,7 @@ "type": "text/plain" }, "key": "data", - "value": "standard" + "value": "advanced" }, { "disabled": false, @@ -5338,7 +5338,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "description": { @@ -5368,12 +5368,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"quarter\",\n \"hamlet\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"POSTAL_CODE\",\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 \"address\",\n \"zoo\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"DISTRICT\",\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}", + "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"locality\",\n \"city\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"DISTRICT\",\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 \"country\",\n \"locality\"\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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d1d88a41-9291-4d9d-b65d-876ed8d93e66", + "id": "4feeed84-d881-44eb-a154-ad9f9cd5f4f5", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5409,11 +5409,11 @@ { "disabled": false, "description": { - "content": "Specify the types of geocoding responses to return by separating multiple types with a pipe character (|). This parameter is ignored when used with the `latlng` parameter. When executing a geocode request with the `address` parameter, use this to select the expected result type.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: includes all previous locality names\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n", "type": "text/plain" }, "key": "types", - "value": "locality|postal_code|address" + "value": "admin_level" }, { "disabled": false, @@ -5467,7 +5467,7 @@ "type": "text/plain" }, "key": "data", - "value": "standard" + "value": "advanced" }, { "disabled": false, @@ -5476,7 +5476,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "description": { @@ -5511,7 +5511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7733f592-3882-4a2b-be25-ea83d718a779", + "id": "bfe7b309-55fa-45b6-bcee-51ad9f251a3d", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5547,11 +5547,11 @@ { "disabled": false, "description": { - "content": "Specify the types of geocoding responses to return by separating multiple types with a pipe character (|). This parameter is ignored when used with the `latlng` parameter. When executing a geocode request with the `address` parameter, use this to select the expected result type.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: includes all previous locality names\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n", "type": "text/plain" }, "key": "types", - "value": "locality|postal_code|address" + "value": "admin_level" }, { "disabled": false, @@ -5605,7 +5605,7 @@ "type": "text/plain" }, "key": "data", - "value": "standard" + "value": "advanced" }, { "disabled": false, @@ -5614,7 +5614,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "description": { @@ -5649,7 +5649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70dd0ba0-0364-4876-b325-9f88fd5de945", + "id": "0b5a8b1d-8364-4361-a828-bd61c5eb0b35", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5685,11 +5685,11 @@ { "disabled": false, "description": { - "content": "Specify the types of geocoding responses to return by separating multiple types with a pipe character (|). This parameter is ignored when used with the `latlng` parameter. When executing a geocode request with the `address` parameter, use this to select the expected result type.\n * `city`: includes city localities \n * `town`: includes town localities \n * `village`: includes village localities \n * `hamlet`: includes hamlet localities \n * `borough`: includes borough localities \n * `suburb`: includes suburb localities \n * `quarter`: includes quarter localities \n * `neighbourhood`: includes neighbourhood localities\n * `locality`: includes all previous locality names\n * `postal_code`: publicly-used postal codes around the world\n * `address`: addresses\n * `admin_level`: most commonly used administrative areas\n * `country`: countries as whole point of interest\n * `airport`: includes all medium sized to international sized airports\n * `train_station`: includes all train stations\n * `metro_station`: includes all metro stations\n * `shopping`: includes shopping malls (or \"shopping centers\") - *may include private retail brands*\n * `museum`: includes museums\n * `tourist_attraction`: includes tourist attractions like the Eiffel tower\n * `amusement_park`: includes amusement parks like Disneyland Paris\n * `art_gallery`: includes art galleries\n * `zoo`: includes zoos\n", + "content": "When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. This parameter supports a wide range of locality classifications, including:\n - Standard locality types (e.g., cities, administrative areas, postal codes)\n - Points of Interest (POI) categories\n - POI aliases\n\nThese classifications enable flexible geographic data representation and querying.\nThis parameter is ignored when used with the `latlng` parameter. \n", "type": "text/plain" }, "key": "types", - "value": "locality|postal_code|address" + "value": "admin_level" }, { "disabled": false, @@ -5743,7 +5743,7 @@ "type": "text/plain" }, "key": "data", - "value": "standard" + "value": "advanced" }, { "disabled": false, @@ -5752,7 +5752,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "description": { @@ -5793,7 +5793,7 @@ } }, { - "id": "af0a329d-b750-426b-837d-fc3c10a87e77", + "id": "a7811791-2995-4bbe-870e-329fc1155f6c", "name": "Nearby points of interest", "request": { "name": "Nearby points of interest", @@ -5820,7 +5820,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.finance" + "value": "tourism.attraction.aquarium" }, { "disabled": false, @@ -5865,7 +5865,7 @@ "type": "text/plain" }, "key": "excluded_types", - "value": "business.finance" + "value": "tourism.attraction.aquarium" } ], "variable": [] @@ -5898,7 +5898,7 @@ }, "response": [ { - "id": "ab17b77f-86a6-4a34-9776-c94d513c5fb9", + "id": "45818eb2-5469-4f5a-8038-9ebde9606f45", "name": "Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`.", "originalRequest": { "url": { @@ -5920,7 +5920,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.finance" + "value": "tourism.attraction.aquarium" }, { "disabled": false, @@ -5965,7 +5965,7 @@ "type": "text/plain" }, "key": "excluded_types", - "value": "business.finance" + "value": "tourism.attraction.aquarium" }, { "description": { @@ -5995,12 +5995,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"hospitality.motel\",\n \"tourism.attraction\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"business\",\n \"point_of_interest\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"post_office\",\n \"sports\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"business.shop.craft\",\n \"park\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"business.cinema\",\n \"education.university\"\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 \"transit.station\",\n \"tourism.monument\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"business.shop.doityourself\",\n \"business.food_and_drinks.fast_food\"\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 \"police\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dd2b1860-a7b0-4ef4-a7a4-08d4ab13301e", + "id": "886c7ac5-89a3-4256-8c4e-5aeb8f00f181", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6022,7 +6022,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.finance" + "value": "tourism.attraction.aquarium" }, { "disabled": false, @@ -6067,7 +6067,7 @@ "type": "text/plain" }, "key": "excluded_types", - "value": "business.finance" + "value": "tourism.attraction.aquarium" }, { "description": { @@ -6102,7 +6102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c23a4bb0-d2ad-4b37-a249-802e1ced5d09", + "id": "d92d78e0-7be7-4a92-95b6-c3ca27f92ae5", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -6124,7 +6124,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.finance" + "value": "tourism.attraction.aquarium" }, { "disabled": false, @@ -6169,7 +6169,7 @@ "type": "text/plain" }, "key": "excluded_types", - "value": "business.finance" + "value": "tourism.attraction.aquarium" }, { "description": { @@ -6204,7 +6204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d918883-a82e-4e0e-aaf5-c75770f33235", + "id": "b073297a-51f6-4eab-8126-570a345d4760", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -6226,7 +6226,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.finance" + "value": "tourism.attraction.aquarium" }, { "disabled": false, @@ -6271,7 +6271,7 @@ "type": "text/plain" }, "key": "excluded_types", - "value": "business.finance" + "value": "tourism.attraction.aquarium" }, { "description": { @@ -6318,7 +6318,7 @@ "description": "Woosmap Address API is a web service that returns addresses and other geographical places in response to an HTTP request. 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>**⚠️ This API has been deprecated in favour of Localities API**\n", "item": [ { - "id": "12fd69f8-46f5-4ef8-98df-364319033eb4", + "id": "2d8bd2e1-bf6e-4c19-b641-6ed353a7b538", "name": "Autocomplete for Addresses", "request": { "name": "Autocomplete for Addresses", @@ -6406,7 +6406,7 @@ }, "response": [ { - "id": "e88c4c51-60b2-4037-826f-be930f694d45", + "id": "9b7751eb-f56b-4d62-9896-9cd89655b164", "name": "Autocompletion Address successfully retrieved", "originalRequest": { "url": { @@ -6486,12 +6486,12 @@ "value": "application/json" } ], - "body": "{\n \"predictions\": [\n {\n \"description\": \"\",\n \"public_id\": \"\",\n \"matched_substring\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"type\": \"house_number\",\n \"status\": \"INVALID_REQUEST\"\n },\n {\n \"description\": \"\",\n \"public_id\": \"\",\n \"matched_substring\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"type\": \"locality\",\n \"status\": \"UNKNOWN_ERROR\"\n }\n ],\n \"status\": \"UNKNOWN_ERROR\"\n}", + "body": "{\n \"predictions\": [\n {\n \"description\": \"\",\n \"public_id\": \"\",\n \"matched_substring\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"type\": \"address_block\",\n \"status\": \"OK\"\n },\n {\n \"description\": \"\",\n \"public_id\": \"\",\n \"matched_substring\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"type\": \"route\",\n \"status\": \"UNKNOWN_ERROR\"\n }\n ],\n \"status\": \"OK\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7369d59f-fde1-4cc4-90f5-f8c111673e70", + "id": "d1c097fc-ee6d-4c8c-82a2-267aa8a151bb", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6576,7 +6576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19f3f69e-628e-4573-bdf6-beeaca7fed05", + "id": "b0076dd8-f9d2-4569-b4cb-b63e3b643a38", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -6661,7 +6661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56634bf5-697a-47ec-9bb4-692d1204150c", + "id": "da3aee9e-afde-4a33-9b21-a12aef29689e", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -6752,7 +6752,7 @@ } }, { - "id": "2780559c-44f2-488e-9b44-63c0d68ade4b", + "id": "cfda677a-120b-425e-994c-4c20751f16a2", "name": "Details of an Address", "request": { "name": "Details of an Address", @@ -6798,7 +6798,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" } ], "variable": [] @@ -6831,7 +6831,7 @@ }, "response": [ { - "id": "af7695c5-2f74-48d8-9f9b-1a1fc74ece55", + "id": "296a66f4-639e-4459-a3bd-de5c2a9f9f94", "name": "Details Address successfully retrieved", "originalRequest": { "url": { @@ -6872,7 +6872,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "description": { @@ -6902,12 +6902,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"REQUEST_DENIED\",\n \"result\": {\n \"formatted_address\": \"\",\n \"types\": [\n \"house_number\",\n \"admin_level\"\n ],\n \"public_id\": \"\",\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 \"geometry\": {\n \"location_type\": \"GEOMETRIC_CENTER\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n }\n }\n}", + "body": "{\n \"status\": \"UNKNOWN_ERROR\",\n \"result\": {\n \"formatted_address\": \"\",\n \"types\": [\n \"country\",\n \"house_number\"\n ],\n \"public_id\": \"\",\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 \"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 }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b3bdbd7e-019e-4819-b90c-b0fb7ba5f163", + "id": "14222a7b-329b-47e6-8b07-bde94daf4fb0", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6948,7 +6948,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "description": { @@ -6983,7 +6983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d9487bd-02d9-4b9f-8413-e207ebf6d33b", + "id": "acd57bcf-47c7-40bd-bf17-1b61a15d0527", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7024,7 +7024,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "description": { @@ -7059,7 +7059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcf14bae-195d-4715-b915-910892b3afb0", + "id": "fd0515d3-8b4e-44b9-b7e1-46085dbcdf6c", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7100,7 +7100,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "description": { @@ -7141,7 +7141,7 @@ } }, { - "id": "d5fa9a46-86c6-490c-bcd1-29963c816ba2", + "id": "de0b637c-d58c-4dc6-9fd8-e3d7385dfd82", "name": "Geocode an Address or Reverse Geocode a latlng", "request": { "name": "Geocode an Address or Reverse Geocode a latlng", @@ -7214,7 +7214,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "disabled": false, @@ -7256,7 +7256,7 @@ }, "response": [ { - "id": "fb81fb53-ef91-47be-87e9-442e6e98e56d", + "id": "a9523a53-48f3-4419-9c03-fdd0b684375e", "name": "Request Address Geocode successful", "originalRequest": { "url": { @@ -7324,7 +7324,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "disabled": false, @@ -7363,12 +7363,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"locality\",\n \"place\"\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 \"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 }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"country\",\n \"address_block\"\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 \"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 }\n }\n ],\n \"status\": \"OK\"\n}", + "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"address\",\n \"address\"\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 \"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 }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"place\",\n \"address\"\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 \"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 }\n }\n ],\n \"status\": \"INVALID_REQUEST\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d53097a6-8089-46ca-abca-7c31e2367940", + "id": "3b9a6bb4-91e4-42ff-b23c-e2c351c4f49e", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7436,7 +7436,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "disabled": false, @@ -7480,7 +7480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "255bb19b-e330-478b-a5ae-7bfd99d1480b", + "id": "de141865-6c17-4e67-b94a-19cc2b32c544", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7548,7 +7548,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "disabled": false, @@ -7592,7 +7592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e697ad2-a59f-4da4-b55f-d546f04c35a4", + "id": "64f257d9-c384-4584-a3cc-17128de32f60", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7660,7 +7660,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha2" + "value": "alpha3" }, { "disabled": false, @@ -7716,7 +7716,7 @@ "description": "Woosmap Distance API is a service providing road travel distance and duration calculations, on a Worldwide scale. Request is done over HTTPS using GET or POST. 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": "a32ab16b-7bb0-4019-b2fa-7f0d82eb2f50", + "id": "8877a391-7413-4263-bea2-97641f942073", "name": "Distance Matrix", "request": { "name": "Distance Matrix", @@ -7789,7 +7789,7 @@ "type": "text/plain" }, "key": "elements", - "value": "distance" + "value": "duration" }, { "disabled": false, @@ -7798,7 +7798,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -7849,7 +7849,7 @@ }, "response": [ { - "id": "cbd3a2ba-d3e1-457f-af56-352b1195d27d", + "id": "4d382e41-e2e8-4721-8d61-ca84310afdb4", "name": "Distance Matrix successfully retrieved", "originalRequest": { "url": { @@ -7917,7 +7917,7 @@ "type": "text/plain" }, "key": "elements", - "value": "distance" + "value": "duration" }, { "disabled": false, @@ -7926,7 +7926,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -7974,12 +7974,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"OK\",\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ZERO_RESULTS\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ]\n}", + "body": "{\n \"status\": \"OK\",\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ZERO_RESULTS\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "488595ef-56b9-43fe-8a69-b132486518bd", + "id": "3b571ba9-f27f-47b9-851f-9d83cc410c79", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -8047,7 +8047,7 @@ "type": "text/plain" }, "key": "elements", - "value": "distance" + "value": "duration" }, { "disabled": false, @@ -8056,7 +8056,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -8109,7 +8109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad37d8a0-cd53-405f-957b-74c0a0c81864", + "id": "119fbdf6-4a86-4062-96f4-9d49928bfd2b", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -8177,7 +8177,7 @@ "type": "text/plain" }, "key": "elements", - "value": "distance" + "value": "duration" }, { "disabled": false, @@ -8186,7 +8186,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -8239,7 +8239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb3c5b8a-ca78-4877-863d-139dfb21137b", + "id": "84d4dc4e-97d2-4b58-83c3-647baa48abc9", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -8307,7 +8307,7 @@ "type": "text/plain" }, "key": "elements", - "value": "distance" + "value": "duration" }, { "disabled": false, @@ -8316,7 +8316,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -8375,7 +8375,7 @@ } }, { - "id": "6e2d0f7b-e435-464f-a326-b28c17f88612", + "id": "6a59c5e7-4bb0-489e-9388-5af477fd824d", "name": "Distance Matrix using POST", "request": { "name": "Distance Matrix using POST", @@ -8411,7 +8411,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"walking\",\n \"language\": \"\",\n \"units\": \"metric\",\n \"elements\": \"duration\",\n \"method\": \"distance\",\n \"departure_time\": \"\"\n}", + "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"cycling\",\n \"language\": \"\",\n \"units\": \"imperial\",\n \"elements\": \"duration\",\n \"method\": \"time\",\n \"departure_time\": \"\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8439,7 +8439,7 @@ }, "response": [ { - "id": "f895a20c-f959-45cf-a0db-e5ea9dd7f5fc", + "id": "31c95de7-a35e-4208-9a57-f413133d2f9b", "name": "Distance Matrix with POST successfully retrieved", "originalRequest": { "url": { @@ -8479,7 +8479,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"walking\",\n \"language\": \"\",\n \"units\": \"metric\",\n \"elements\": \"duration\",\n \"method\": \"distance\",\n \"departure_time\": \"\"\n}", + "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"cycling\",\n \"language\": \"\",\n \"units\": \"imperial\",\n \"elements\": \"duration\",\n \"method\": \"time\",\n \"departure_time\": \"\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8496,12 +8496,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"OK\",\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ZERO_RESULTS\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ]\n}", + "body": "{\n \"status\": \"OK\",\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ZERO_RESULTS\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8216feb9-3563-45b7-afb3-62e76275693a", + "id": "8574d6ad-0208-4393-a047-d7f8b4adcaa6", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -8541,7 +8541,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"walking\",\n \"language\": \"\",\n \"units\": \"metric\",\n \"elements\": \"duration\",\n \"method\": \"distance\",\n \"departure_time\": \"\"\n}", + "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"cycling\",\n \"language\": \"\",\n \"units\": \"imperial\",\n \"elements\": \"duration\",\n \"method\": \"time\",\n \"departure_time\": \"\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8563,7 +8563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdad33bb-6605-4cf5-8ff3-5f18718ed9a1", + "id": "9e4afbfc-13c8-4512-b7ed-738c70ee08d4", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -8603,7 +8603,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"walking\",\n \"language\": \"\",\n \"units\": \"metric\",\n \"elements\": \"duration\",\n \"method\": \"distance\",\n \"departure_time\": \"\"\n}", + "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"cycling\",\n \"language\": \"\",\n \"units\": \"imperial\",\n \"elements\": \"duration\",\n \"method\": \"time\",\n \"departure_time\": \"\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8625,7 +8625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "585c4f3e-b67d-4e25-8b3d-a0946d025d7e", + "id": "e6756398-637b-43a2-8bb4-3d6f9ac67827", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -8665,7 +8665,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"walking\",\n \"language\": \"\",\n \"units\": \"metric\",\n \"elements\": \"duration\",\n \"method\": \"distance\",\n \"departure_time\": \"\"\n}", + "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"cycling\",\n \"language\": \"\",\n \"units\": \"imperial\",\n \"elements\": \"duration\",\n \"method\": \"time\",\n \"departure_time\": \"\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8687,7 +8687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f6e99bd-5d6f-4d0c-a6a6-2c244b784f9c", + "id": "544354da-4998-4387-bc94-18777e905bfb", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -8727,7 +8727,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"walking\",\n \"language\": \"\",\n \"units\": \"metric\",\n \"elements\": \"duration\",\n \"method\": \"distance\",\n \"departure_time\": \"\"\n}", + "raw": "{\n \"origins\": \"\",\n \"destinations\": \"\",\n \"mode\": \"cycling\",\n \"language\": \"\",\n \"units\": \"imperial\",\n \"elements\": \"duration\",\n \"method\": \"time\",\n \"departure_time\": \"\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8755,7 +8755,7 @@ } }, { - "id": "2560f03d-7fad-4a2e-9835-358a778af15a", + "id": "79591b3e-8843-4e74-aa54-de5004741bbe", "name": "Route", "request": { "name": "Route", @@ -8846,7 +8846,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -8915,7 +8915,7 @@ }, "response": [ { - "id": "6a59d220-3b93-465d-b173-b89a88f52f32", + "id": "36700a93-f95a-4bce-a75d-7f7373794d6f", "name": "Route successfully retrieved", "originalRequest": { "url": { @@ -9001,7 +9001,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -9067,12 +9067,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"MAX_ROUTE_LENGTH_EXCEEDED\",\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 \"notice\": \"\",\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 \"start_waypoint\": \"\",\n \"end_waypoint\": \"\",\n \"start_address\": \"\",\n \"end_address\": \"\",\n \"steps\": [\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n },\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\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 \"start_waypoint\": \"\",\n \"end_waypoint\": \"\",\n \"start_address\": \"\",\n \"end_address\": \"\",\n \"steps\": [\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n },\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n }\n ]\n }\n ],\n \"main_route_name\": \"\",\n \"recommended\": \"\"\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 \"notice\": \"\",\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 \"start_waypoint\": \"\",\n \"end_waypoint\": \"\",\n \"start_address\": \"\",\n \"end_address\": \"\",\n \"steps\": [\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n },\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\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 \"start_waypoint\": \"\",\n \"end_waypoint\": \"\",\n \"start_address\": \"\",\n \"end_address\": \"\",\n \"steps\": [\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n },\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n }\n ]\n }\n ],\n \"main_route_name\": \"\",\n \"recommended\": \"\"\n }\n ]\n}", + "body": "{\n \"status\": \"REQUEST_DENIED\",\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 \"notice\": \"\",\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 \"start_waypoint\": \"\",\n \"end_waypoint\": \"\",\n \"start_address\": \"\",\n \"end_address\": \"\",\n \"steps\": [\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n },\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\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 \"start_waypoint\": \"\",\n \"end_waypoint\": \"\",\n \"start_address\": \"\",\n \"end_address\": \"\",\n \"steps\": [\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n },\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n }\n ]\n }\n ],\n \"main_route_name\": \"\",\n \"recommended\": \"\"\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 \"notice\": \"\",\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 \"start_waypoint\": \"\",\n \"end_waypoint\": \"\",\n \"start_address\": \"\",\n \"end_address\": \"\",\n \"steps\": [\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n },\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\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 \"start_waypoint\": \"\",\n \"end_waypoint\": \"\",\n \"start_address\": \"\",\n \"end_address\": \"\",\n \"steps\": [\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n },\n {\n \"distance\": \"\",\n \"duration\": \"\",\n \"polyline\": \"\",\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"travel_mode\": \"\",\n \"instructions\": {\n \"action\": \"\",\n \"summary\": \"\",\n \"verbal_alert\": \"\",\n \"verbal_succint\": \"\",\n \"verbal_before\": \"\",\n \"verbal_after\": \"\"\n }\n }\n ]\n }\n ],\n \"main_route_name\": \"\",\n \"recommended\": \"\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a1266519-00b3-462c-9267-24d05173953b", + "id": "75b0c6b6-26b5-493d-8f14-6eb2c6a7a574", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -9158,7 +9158,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -9229,7 +9229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "201b1144-ecda-49c9-b823-ec06839c6c3b", + "id": "206da689-580f-4304-8859-9b8b6d19fd10", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -9315,7 +9315,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -9386,7 +9386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4145f2f-d99b-42ee-8193-dd69f6bf7d84", + "id": "071cbbfa-9a60-4875-8ca8-0902a8695ca0", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -9472,7 +9472,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -9549,7 +9549,7 @@ } }, { - "id": "b246bf0f-0575-4f35-84ea-11587c60e691", + "id": "9a55ef15-3fdd-4850-b313-2a3b9f690f5f", "name": "Tolls", "request": { "name": "Tolls", @@ -9640,7 +9640,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -9691,7 +9691,7 @@ }, "response": [ { - "id": "f4811c97-815f-438d-a2f7-85c234fcc4ee", + "id": "3ffb3895-af0c-456c-a8ad-d5efaf00d7dc", "name": "Tolls successfully retrieved", "originalRequest": { "url": { @@ -9777,7 +9777,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -9825,12 +9825,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"MAX_ROUTE_LENGTH_EXCEEDED\",\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 \"countryCode\": \"\",\n \"deserunt_7\": -6760152\n },\n {\n \"countryCode\": \"\"\n }\n ],\n \"tollSystems\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\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 \"countryCode\": \"\",\n \"proident_372\": -72682355\n },\n {\n \"countryCode\": \"\",\n \"ut_e\": 91507570.37232453\n }\n ],\n \"tollSystems\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\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 \"countryCode\": \"\",\n \"reprehenderit_699\": -32126618.85673049\n },\n {\n \"countryCode\": \"\"\n }\n ],\n \"tollSystems\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\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 \"countryCode\": \"\"\n },\n {\n \"countryCode\": \"\",\n \"ex_c\": 99213967,\n \"tempor4c\": -90025683.22520848\n }\n ],\n \"tollSystems\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}", + "body": "{\n \"status\": \"OK\",\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 \"countryCode\": \"\",\n \"aliqua_2f5\": -98065126.02357937\n },\n {\n \"countryCode\": \"\",\n \"dolorb8\": -69886648\n }\n ],\n \"tollSystems\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\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 \"countryCode\": \"\"\n },\n {\n \"countryCode\": \"\",\n \"laborum_d37\": 59298529.93711805\n }\n ],\n \"tollSystems\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\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 \"countryCode\": \"\",\n \"sed_823\": \"consectetur ipsum \"\n },\n {\n \"countryCode\": \"\",\n \"nulla7_0\": true\n }\n ],\n \"tollSystems\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\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 \"countryCode\": \"\",\n \"amet_0\": false\n },\n {\n \"countryCode\": \"\",\n \"enim59\": \"culpa sit laborum\",\n \"proident_\": \"Ut in\",\n \"enim855\": -61743758.018945806\n }\n ],\n \"tollSystems\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8ef07b87-c3ba-406e-aa89-fe4a91d5a794", + "id": "e88f1d99-a103-4051-b650-700a7332608d", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -9916,7 +9916,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -9969,7 +9969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90d8ad14-79c6-43de-b637-88d85961f306", + "id": "f658c6a6-5149-4657-bd10-3501ec833090", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -10055,7 +10055,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -10108,7 +10108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b0cdfd4-6e4c-43d6-8c67-a149a596cafd", + "id": "2827fc78-d8d4-42d0-a076-90590c5481f3", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -10194,7 +10194,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -10253,7 +10253,7 @@ } }, { - "id": "2734cf59-7c6d-4214-8b44-147daa1e587c", + "id": "3072d891-10ed-4058-b367-9777be9cba2d", "name": "Isochrone (Early Access)", "request": { "name": "Isochrone (Early Access)", @@ -10326,7 +10326,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -10368,7 +10368,7 @@ }, "response": [ { - "id": "babab174-f731-4b5f-b7ea-294bdf91ba96", + "id": "3e1e3899-538e-408e-ad16-d020b63faa52", "name": "Isochrone successfully retrieved", "originalRequest": { "url": { @@ -10436,7 +10436,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -10475,12 +10475,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"MAX_ROUTE_LENGTH_EXCEEDED\",\n \"isoline\": {\n \"origin\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"time\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"geometry\": \"\"\n }\n}", + "body": "{\n \"status\": \"OVER_QUERY_LIMIT\",\n \"isoline\": {\n \"origin\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"time\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"geometry\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "75087e20-169a-4a58-9bf4-61398e2350c0", + "id": "7dcc151f-8822-4b52-82b4-db58306ec30a", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -10548,7 +10548,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -10592,7 +10592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9fa3460-1654-47fe-90bd-f1d0a1021e8a", + "id": "f73c2a87-efd2-4626-9e80-f277e34fa1af", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -10660,7 +10660,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -10704,7 +10704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "550cfb09-f1e1-44d3-b446-645ac4daac1f", + "id": "bef2588c-9f7d-4ae2-b75b-e0b90f928c1f", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -10772,7 +10772,7 @@ "type": "text/plain" }, "key": "method", - "value": "distance" + "value": "time" }, { "disabled": false, @@ -10828,7 +10828,7 @@ "description": "Woosmap Zones API is a web service that uses an HTTP request to manage, create or edit your Zones (polygons) attached to your assets.\nThe general principle is that sometimes searching assets using crowfly distance is not good enough. For example to search the restaurant that will do the delivery for a specified address, each restaurant has a delivery zone and for topological or business reasons it’s not always the nearest restaurant in charge of your delivery. Woosmap Zones API allows you to associate a delivery zone to each of the restaurants.\n", "item": [ { - "id": "3efe0e96-9ca7-4544-865d-3f6f348b0915", + "id": "337b7467-7869-4f60-90ec-aa543ff5cfe4", "name": "List your Zones", "request": { "name": "List your Zones", @@ -10896,7 +10896,7 @@ }, "response": [ { - "id": "769fe682-0a04-4c6d-b5a1-8ae21afae819", + "id": "a71b33bd-031b-43ce-a6c8-2329ba9de994", "name": "Zones successfully retrieved", "originalRequest": { "url": { @@ -10961,7 +10961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4d8576f-8456-45eb-b038-292ea0eead34", + "id": "3a6de6e4-5c24-425f-a6fb-3e84720dc393", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -11026,7 +11026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c30120a-957f-4dd3-a6d3-492dda37c747", + "id": "657ad812-6c53-48ff-b3ad-1a583a0ddd8a", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -11091,7 +11091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eff7577c-4b12-4baa-ba26-19e9b608542d", + "id": "6bc5d277-fef5-446f-834a-b9cf9913015d", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -11162,7 +11162,7 @@ } }, { - "id": "e0a4e982-7e15-4cb2-8eac-4075a870e2e9", + "id": "1f8891a4-5730-47f4-b158-c8a5d7c9855f", "name": "Create your Zones", "request": { "name": "Create your Zones", @@ -11224,7 +11224,7 @@ }, "response": [ { - "id": "7c6199ae-f081-49e8-bec0-7752f1ff77f2", + "id": "15989340-ea3a-46f3-a370-c59cf1ea045c", "name": "Zones successfully created", "originalRequest": { "url": { @@ -11284,7 +11284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a257a51-3997-4e2e-bc19-ef82ebbbc494", + "id": "4c87a98e-77f3-4287-95e3-e2a3728ee086", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -11344,7 +11344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a963fdc2-799d-4093-8d3c-18d2c4cc49cf", + "id": "93cff01f-02a8-45dc-808d-7db390839a3c", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -11404,7 +11404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad3ccaaf-686a-43c9-a03a-f7dbd7db8c08", + "id": "e82e770e-b4a6-4beb-802a-b12cc99bbf9d", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -11470,7 +11470,7 @@ } }, { - "id": "83ee4be1-f522-4fe9-bee2-642f6e55bda7", + "id": "f3d4f33d-4f1c-4598-8d1e-67aa1a838969", "name": "Update the Zones", "request": { "name": "Update the Zones", @@ -11532,7 +11532,7 @@ }, "response": [ { - "id": "55dd0e1d-cd83-42e8-acfb-7f26ff7de79f", + "id": "032ad768-1999-4b4a-a503-5e16540bf5ac", "name": "Zones successfully updated", "originalRequest": { "url": { @@ -11592,7 +11592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29c6541a-298b-48d3-b865-6a2e47e91c60", + "id": "7bca8b42-8e89-4bc5-b379-12db3e71df52", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -11652,7 +11652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57c44019-4258-4960-88fc-d2d5bddfbb99", + "id": "edb78d7d-296f-4709-8a30-2adbcf338eec", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -11712,7 +11712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d61bfd57-37f8-48f3-82e9-fa889808ca41", + "id": "5a724c7d-066b-40fb-8411-04a0afaf4204", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -11778,7 +11778,7 @@ } }, { - "id": "7232f6af-c21f-4801-8495-1eab7c92c0e3", + "id": "83cd0794-7846-4f48-959d-3615cd932301", "name": "Delete the Zones", "request": { "name": "Delete the Zones", @@ -11827,7 +11827,7 @@ }, "response": [ { - "id": "fea98091-4d2b-47ee-b743-d5c355a13728", + "id": "94baa41c-651b-4899-818c-759681a65d0d", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -11874,7 +11874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fca6ddec-f496-4106-b60f-6a7977d25d12", + "id": "ea425978-4c84-4d64-97d3-d0f168e4a91b", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -11921,7 +11921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "609926c2-6680-4e80-856b-60379c62597c", + "id": "f9c9baf5-1ac8-4181-a860-f470dd88fe71", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -11974,7 +11974,7 @@ } }, { - "id": "9c2a0fa3-72ce-446a-8155-ec852bc95990", + "id": "e6c303b1-a214-408a-bd5b-a16d3d256ebf", "name": "Get Zone from ID", "request": { "name": "Get Zone from ID", @@ -12035,7 +12035,7 @@ }, "response": [ { - "id": "781aa173-8657-4f25-9eef-ac7790e664e7", + "id": "66bc3adc-261a-4acd-a512-fcb4a02a5110", "name": "Zone successfully retrieved", "originalRequest": { "url": { @@ -12083,7 +12083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b08f6fc-5aaa-4901-830d-af72fd24d76c", + "id": "e28579d7-e95d-440b-9b11-cddfb67fcb17", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -12131,7 +12131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fade0cdd-de5d-48c1-8713-9d8a71fdef51", + "id": "6bc2926c-d0ca-46a2-9f07-7aec9c22a6d4", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -12179,7 +12179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9f04205-8002-44a2-b00e-d8d8932dccc6", + "id": "46baae8c-b79d-48ad-8415-de5ce8daccb7", "name": "Not Found - `zone_id` do not exist.", "originalRequest": { "url": { @@ -12221,7 +12221,7 @@ } }, { - "id": "e8c5cf28-bdea-49f0-a7ec-3d5fee15c886", + "id": "01d11538-9288-49a1-b644-158d0bcd537c", "name": "Delete Zone from ID", "request": { "name": "Delete Zone from ID", @@ -12282,7 +12282,7 @@ }, "response": [ { - "id": "97af26f0-9db8-4277-924c-434c1d1bc85b", + "id": "0d643ba1-6c65-4308-8926-078ac12f971d", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -12330,7 +12330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec6155fb-7d46-490b-9115-f6d0f16c03a1", + "id": "d7626947-3ac1-4ecd-986d-8dc3097fce6c", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -12378,7 +12378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bb63fa7-bd62-4109-9843-4a644ee2c435", + "id": "23609d26-2520-4a2f-acf9-70db988b5c59", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -12438,7 +12438,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": "17881533-2322-4802-840c-612451a53933", + "id": "1422fbe3-c223-4c85-80fd-028ac48a639b", "name": "Get Static Map", "request": { "name": "Get Static Map", @@ -12612,7 +12612,7 @@ }, "response": [ { - "id": "3ea91c41-6abc-4a7e-a50d-7987caf7d78c", + "id": "6af6fcf2-c387-403f-878a-60647906b328", "name": "Successful Response", "originalRequest": { "url": { @@ -12756,7 +12756,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8511c8d1-2a0b-4f0b-b220-7d12d1d7550a", + "id": "d3536293-a6b3-44d6-a644-ec66cff32870", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -12900,7 +12900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96cdafb4-0345-4f28-a39d-90e537259ee3", + "id": "a28390d8-279a-4871-b7a9-4d27d7ae5d82", "name": "Out of free quota.", "originalRequest": { "url": { @@ -13044,7 +13044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d515a229-90e2-4c26-b64e-b2ebfef7c24e", + "id": "6778b504-2018-4118-a858-99f723e64854", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -13188,7 +13188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "200cea6e-e82c-44a6-8441-b9239b7ff36e", + "id": "c7deafd9-ce66-4e68-99c4-85eee08c96a6", "name": "Validation Error", "originalRequest": { "url": { @@ -13332,7 +13332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5087a940-943b-4c7f-abff-5dab64f1677e", + "id": "a23600ed-5fe1-4bf0-bf77-f9e6ad61ac85", "name": "Rate limit reached", "originalRequest": { "url": { @@ -13488,7 +13488,7 @@ "description": "Add What3Words capabilities to your address search.", "item": [ { - "id": "89f0d80a-cb8c-402f-909a-c13e3ea2fe8d", + "id": "a65842ae-b219-4a5b-95e9-9db7efab7450", "name": "Convert To What 3 Words", "request": { "name": "Convert To What 3 Words", @@ -13563,7 +13563,7 @@ }, "response": [ { - "id": "7d009c5a-45b9-482d-bd99-fd8fe2d0e526", + "id": "69fe3df9-1fab-425a-a1eb-dfcb1d25c9aa", "name": "Successful Response", "originalRequest": { "url": { @@ -13635,7 +13635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "393f9210-6c69-43ae-b045-b598032e4d96", + "id": "259fb678-8b96-4148-8d42-e5d9ba9a1dd1", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -13707,7 +13707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "513d6874-108d-4c36-82b3-bf8d653a7fb3", + "id": "f501117b-75e4-42bd-b1d0-b5c77a78ffe2", "name": "Out of free quota.", "originalRequest": { "url": { @@ -13779,7 +13779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b555526d-8ad8-4d04-b321-5120b533f470", + "id": "34ebdbd6-20c3-43bc-9122-e6782a36b67d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -13851,7 +13851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88701ed4-b7a5-46ab-8247-28fc81574247", + "id": "9991b608-8066-41f2-a8ef-ea9af8dbf7f4", "name": "Validation Error", "originalRequest": { "url": { @@ -13923,7 +13923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "407b8e70-6603-47ed-89c7-c7910dfd0af8", + "id": "87be49de-0dc9-4e1a-a5de-21c5a0fc3817", "name": "Rate limit reached", "originalRequest": { "url": { @@ -14001,7 +14001,7 @@ } }, { - "id": "a99b20c5-ef7c-4994-bb75-fd4da8b47e6f", + "id": "65a4382b-f76c-4475-81cd-3405b57768f0", "name": "Convert To Address", "request": { "name": "Convert To Address", @@ -14067,7 +14067,7 @@ }, "response": [ { - "id": "37f1ce0a-66c3-439d-908d-5de01172b468", + "id": "232de4b6-c481-419a-893a-efe431ae201a", "name": "Successful Response", "originalRequest": { "url": { @@ -14125,12 +14125,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"hamlet\",\n \"admin_level\"\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 \"admin_level\",\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}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"borough\",\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 \"types\": [\n \"named_place\",\n \"borough\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6e548448-6feb-43dc-be27-1e9167e4a0a5", + "id": "52804b95-56ea-4a56-9a04-c33dd4644ae9", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -14193,7 +14193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa7776f4-03f9-4ac4-badc-97287c5d39dd", + "id": "db6f91a0-1e2b-461a-a36f-d0a97141920b", "name": "Out of free quota.", "originalRequest": { "url": { @@ -14256,7 +14256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bc59727-f3a8-43b2-8a85-90e64950d229", + "id": "11a13791-7f08-4644-8fc5-68023bb50fd2", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -14319,7 +14319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "186ad856-21da-45e9-be40-715ed16a4ef2", + "id": "c7b7bff0-6ac4-42d2-b2b3-8bf02e3c219c", "name": "Validation Error", "originalRequest": { "url": { @@ -14382,7 +14382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc81d140-5bc1-4ea2-9488-a491f0b086ed", + "id": "2b8e616f-cea1-4907-89df-d6b94592202a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -14451,7 +14451,7 @@ } }, { - "id": "194daa57-f04e-4724-9388-8dfad8ddb0ed", + "id": "9fd5a5b0-8424-491c-b986-7f2dcea6a73b", "name": "Autosuggest", "request": { "name": "Autosuggest", @@ -14580,7 +14580,7 @@ }, "response": [ { - "id": "203813da-002d-4d00-b3d1-318490fa1b02", + "id": "12af051e-0590-4684-a317-3badfb10f1a7", "name": "Successful Response", "originalRequest": { "url": { @@ -14706,7 +14706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "858120b7-6cd1-41ed-b1e2-c40572704d99", + "id": "8deff87c-a816-45d6-b42d-18e128c38bf5", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -14832,7 +14832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d68c41ba-1149-4ac3-ac52-42adfdbd5839", + "id": "74e56e3f-d102-468c-9df4-5b0062acfcf0", "name": "Out of free quota.", "originalRequest": { "url": { @@ -14958,7 +14958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26071ef6-cb5c-4900-ac00-9c32a7a59346", + "id": "b19fcbb4-5abd-47c1-b0f2-5542bef3dc8f", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -15084,7 +15084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64674c61-0d4d-4648-9d56-aaf751e15d1a", + "id": "06301cb5-53b4-4b9f-9b11-e703d259dad0", "name": "Validation Error", "originalRequest": { "url": { @@ -15210,7 +15210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da3daa0e-3317-48d9-8cfc-e7e38b355303", + "id": "7388617b-ecbf-44cc-bbf6-2167665b713d", "name": "Rate limit reached", "originalRequest": { "url": { @@ -15348,7 +15348,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": "277ae3b7-72ea-4487-bf45-c81ec241592a", + "id": "eede5f97-6566-4d1f-98e6-6fc1f25db23a", "name": "Get Venue By Key", "request": { "name": "Get Venue By Key", @@ -15407,7 +15407,7 @@ }, "response": [ { - "id": "31e2b684-9cfa-408c-bb06-d7b87cd3aa02", + "id": "bf7687e6-a793-4a04-9fc3-aa1071a6bd1a", "name": "OK", "originalRequest": { "url": { @@ -15453,7 +15453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e8f0fb-8be6-4705-b71a-e262dbee30a8", + "id": "976304c3-a42a-4e5b-9c2a-f5b2c0d9a3b8", "name": "Unauthorized", "originalRequest": { "url": { @@ -15499,7 +15499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "730565c7-0ba1-4713-afc7-89409cb3fc6b", + "id": "1469334e-0f57-437e-8b45-d183bcf6bbad", "name": "Payment Required", "originalRequest": { "url": { @@ -15545,7 +15545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38f20509-02a9-4a92-96c4-b37b8bdd1773", + "id": "3743e9f7-c70e-4566-b8c4-231048f99476", "name": "Forbidden", "originalRequest": { "url": { @@ -15591,7 +15591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1cfab46-500a-4fc5-9cd8-403536b3f019", + "id": "a50accdc-0d42-4580-91cf-7ff5026fc0ca", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -15632,7 +15632,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"eu77\": true\n },\n {\n \"qui3\": \"eiusmod est dolor labore\",\n \"add43\": 61548709\n }\n ],\n \"context\": {\n \"veniam_fdb\": -68729463,\n \"tempor_1\": -70175235\n }\n}", + "body": "{\n \"detail\": [\n {\n \"minimf\": 63163700,\n \"et_96a\": 31499836\n },\n {\n \"Ut_6d5\": true\n }\n ],\n \"context\": {\n \"eae6\": 95560849,\n \"sint_9_8\": 22931768,\n \"ut_6cd\": -74704779.42150357\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -15643,7 +15643,7 @@ } }, { - "id": "c1bfbfba-ceb3-4aff-a79a-b5bfd767530f", + "id": "7bf94689-5c8f-4ff1-9c21-91ed797b7465", "name": "Get Venues By Key", "request": { "name": "Get Venues By Key", @@ -15667,7 +15667,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" } ], "variable": [] @@ -15700,7 +15700,7 @@ }, "response": [ { - "id": "03cad090-1a58-413c-a040-742f21cc8d92", + "id": "46178a18-69fa-4cef-a47f-37edcd4d13a9", "name": "OK", "originalRequest": { "url": { @@ -15719,7 +15719,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" }, { "description": { @@ -15754,7 +15754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "606ba0bd-317f-4334-b18b-f9bc0073e415", + "id": "442e2edb-cfe4-401d-9984-98e79c23a760", "name": "Unauthorized", "originalRequest": { "url": { @@ -15773,7 +15773,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" }, { "description": { @@ -15808,7 +15808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3821a8b-f29d-422d-b06e-2324b7e9091e", + "id": "3520a4e6-fad4-41e0-808c-78358aa6a293", "name": "Payment Required", "originalRequest": { "url": { @@ -15827,7 +15827,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" }, { "description": { @@ -15862,7 +15862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6df672ba-6fe0-48a8-a105-37897a184684", + "id": "ec664467-a96b-44c9-966a-6e8c6c789c39", "name": "Forbidden", "originalRequest": { "url": { @@ -15881,7 +15881,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" }, { "description": { @@ -15916,7 +15916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "336d7594-a591-4dfc-826f-bf502401192f", + "id": "805d5272-818d-467e-ab47-99333a152819", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -15935,7 +15935,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" }, { "description": { @@ -15965,7 +15965,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"eu77\": true\n },\n {\n \"qui3\": \"eiusmod est dolor labore\",\n \"add43\": 61548709\n }\n ],\n \"context\": {\n \"veniam_fdb\": -68729463,\n \"tempor_1\": -70175235\n }\n}", + "body": "{\n \"detail\": [\n {\n \"minimf\": 63163700,\n \"et_96a\": 31499836\n },\n {\n \"Ut_6d5\": true\n }\n ],\n \"context\": {\n \"eae6\": 95560849,\n \"sint_9_8\": 22931768,\n \"ut_6cd\": -74704779.42150357\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -15976,7 +15976,7 @@ } }, { - "id": "542d3d83-0e19-47e2-9f9d-fad204f2e521", + "id": "4fa6aef0-fdbc-4eef-a66f-615faef09c79", "name": "Get Indoor Style", "request": { "name": "Get Indoor Style", @@ -16042,7 +16042,7 @@ }, "response": [ { - "id": "8541413a-ce42-45a2-8ac7-a30f2133b1de", + "id": "811601fa-7b0d-453b-8bb4-2d7a32795d80", "name": "OK", "originalRequest": { "url": { @@ -16100,12 +16100,12 @@ "value": "application/json" } ], - "body": "{\n \"nostruda\": true,\n \"esse6d1\": 98793348\n}", + "body": "{\n \"ullamco_289\": false\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8c067e18-02e8-4eb1-b12b-7a7004dd84e5", + "id": "5cdb741e-6a19-42fc-9f97-3eedfbda966a", "name": "Unauthorized", "originalRequest": { "url": { @@ -16168,7 +16168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df5ba852-a4f4-46f3-b10b-017016608e0b", + "id": "37c1cb55-270e-4081-a9fd-2648bca427fd", "name": "Payment Required", "originalRequest": { "url": { @@ -16231,7 +16231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0826c78f-8a32-486e-a386-210f975fd619", + "id": "64adca84-40b8-401c-902b-d4925c7e3e5d", "name": "Forbidden", "originalRequest": { "url": { @@ -16294,7 +16294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a274d90-324b-4e1e-becb-766724e3779b", + "id": "7386036f-d7a2-4ecd-b035-880a6233b74c", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16352,7 +16352,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"eu77\": true\n },\n {\n \"qui3\": \"eiusmod est dolor labore\",\n \"add43\": 61548709\n }\n ],\n \"context\": {\n \"veniam_fdb\": -68729463,\n \"tempor_1\": -70175235\n }\n}", + "body": "{\n \"detail\": [\n {\n \"minimf\": 63163700,\n \"et_96a\": 31499836\n },\n {\n \"Ut_6d5\": true\n }\n ],\n \"context\": {\n \"eae6\": 95560849,\n \"sint_9_8\": 22931768,\n \"ut_6cd\": -74704779.42150357\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16363,7 +16363,7 @@ } }, { - "id": "e5afc680-6c0f-4dc3-8359-465953fb2287", + "id": "8df287fb-1b8d-456f-9c79-703bc762253f", "name": "Distance Matrix", "request": { "name": "Distance Matrix", @@ -16468,7 +16468,7 @@ }, "response": [ { - "id": "8ac6e42e-209c-41e3-8ca9-314990745f25", + "id": "ea338825-e7af-46eb-9358-b78f050ea5dd", "name": "OK", "originalRequest": { "url": { @@ -16559,7 +16559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d43c386d-1285-46f8-a51d-2a2221033ac1", + "id": "a52c207a-e2df-41ff-9e88-dbea86342b7d", "name": "Bad Request", "originalRequest": { "url": { @@ -16650,7 +16650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db54791a-7f5b-4a27-bd6d-53e080a54e85", + "id": "d7b56038-147c-4497-adbc-7da3f9e91963", "name": "Unauthorized", "originalRequest": { "url": { @@ -16741,7 +16741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86bfc7d8-2e9f-4895-8fc4-4e90a6503127", + "id": "3bdd2ce7-6be6-4a4e-af14-7580f0238875", "name": "Payment Required", "originalRequest": { "url": { @@ -16832,7 +16832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de0a8a65-673e-4c27-9353-de6d71625037", + "id": "0d015430-979a-4336-8df5-8441367bf529", "name": "Forbidden", "originalRequest": { "url": { @@ -16923,7 +16923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "926484a6-f3e8-4480-9708-b6a35b6f1b4a", + "id": "72249356-e84a-44dd-9e5c-e7c58816eb8f", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -17009,7 +17009,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"eu77\": true\n },\n {\n \"qui3\": \"eiusmod est dolor labore\",\n \"add43\": 61548709\n }\n ],\n \"context\": {\n \"veniam_fdb\": -68729463,\n \"tempor_1\": -70175235\n }\n}", + "body": "{\n \"detail\": [\n {\n \"minimf\": 63163700,\n \"et_96a\": 31499836\n },\n {\n \"Ut_6d5\": true\n }\n ],\n \"context\": {\n \"eae6\": 95560849,\n \"sint_9_8\": 22931768,\n \"ut_6cd\": -74704779.42150357\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -17020,7 +17020,7 @@ } }, { - "id": "839b688d-ec2e-42c4-93af-0bbb3ed887ed", + "id": "4b01b0d8-b1eb-494d-a835-ba20996dfc4b", "name": "Directions", "request": { "name": "Directions", @@ -17152,7 +17152,7 @@ }, "response": [ { - "id": "0c851b06-de10-401c-ad4b-0944231c33cf", + "id": "4de8ac4c-be8e-4d75-8f2c-b0faa1ccb49f", "name": "OK", "originalRequest": { "url": { @@ -17270,7 +17270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49cb646b-db75-4437-be02-42727897eacc", + "id": "ca460a36-8d79-4f0c-9174-da50ae7631f0", "name": "Bad Request", "originalRequest": { "url": { @@ -17388,7 +17388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8343a653-4df0-40b2-9a67-5017f07d4607", + "id": "eeef2e28-4771-4bce-9f30-8dca3d02e72e", "name": "Unauthorized", "originalRequest": { "url": { @@ -17506,7 +17506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2045b656-ae33-4a72-bc6f-c22065aefd16", + "id": "4e6aaef3-66ad-42d7-b7ac-c7ab12a07677", "name": "Payment Required", "originalRequest": { "url": { @@ -17624,7 +17624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1274670-37df-48e7-93c6-cf61a029e5ec", + "id": "3bd74c72-e1e4-4400-b42c-55a0b274ab6b", "name": "Forbidden", "originalRequest": { "url": { @@ -17742,7 +17742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9da058db-d589-45d1-8a13-84c5e92f66af", + "id": "0cf4edec-abce-4757-9b74-7dbca0a10149", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -17855,7 +17855,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"eu77\": true\n },\n {\n \"qui3\": \"eiusmod est dolor labore\",\n \"add43\": 61548709\n }\n ],\n \"context\": {\n \"veniam_fdb\": -68729463,\n \"tempor_1\": -70175235\n }\n}", + "body": "{\n \"detail\": [\n {\n \"minimf\": 63163700,\n \"et_96a\": 31499836\n },\n {\n \"Ut_6d5\": true\n }\n ],\n \"context\": {\n \"eae6\": 95560849,\n \"sint_9_8\": 22931768,\n \"ut_6cd\": -74704779.42150357\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -17866,7 +17866,7 @@ } }, { - "id": "0c428dc6-8fc9-4e6f-824f-d8624bb7b521", + "id": "15c8ece3-70d3-4f24-be81-de5e37ec87d8", "name": "Search Venue Pois By Key", "request": { "name": "Search Venue Pois By Key", @@ -18036,7 +18036,7 @@ }, "response": [ { - "id": "fbcf457b-2d46-4171-bc43-4f4713125ec3", + "id": "b357a9e8-5d42-41f0-915b-74c3d7c5b9a4", "name": "OK", "originalRequest": { "url": { @@ -18192,7 +18192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "911430f5-4e1e-4d3d-8125-5a1a1652c84f", + "id": "3ae05af4-2718-466b-a51c-decc7b0daa4c", "name": "Unauthorized", "originalRequest": { "url": { @@ -18348,7 +18348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "243e97c5-f596-4cba-a514-510c16b95e90", + "id": "dca069b2-75ab-464a-b611-3396d9de2f59", "name": "Payment Required", "originalRequest": { "url": { @@ -18504,7 +18504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fadba28c-ed20-4427-a9b3-94a7fd7a2802", + "id": "b8429c28-f1e0-463a-844a-6217f731e5da", "name": "Forbidden", "originalRequest": { "url": { @@ -18660,7 +18660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c92ba615-a69a-4fb2-b227-a31e16b4b66a", + "id": "ce5a07da-8541-4735-a5b9-9727b735bc95", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -18811,7 +18811,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"eu77\": true\n },\n {\n \"qui3\": \"eiusmod est dolor labore\",\n \"add43\": 61548709\n }\n ],\n \"context\": {\n \"veniam_fdb\": -68729463,\n \"tempor_1\": -70175235\n }\n}", + "body": "{\n \"detail\": [\n {\n \"minimf\": 63163700,\n \"et_96a\": 31499836\n },\n {\n \"Ut_6d5\": true\n }\n ],\n \"context\": {\n \"eae6\": 95560849,\n \"sint_9_8\": 22931768,\n \"ut_6cd\": -74704779.42150357\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -18822,7 +18822,7 @@ } }, { - "id": "17faea97-bf91-4806-a022-25c5e9f1e214", + "id": "7d33bb7c-3aa0-471c-bdfe-8991db800032", "name": "Autocomplete Venue Pois By Key", "request": { "name": "Autocomplete Venue Pois By Key", @@ -18983,7 +18983,7 @@ }, "response": [ { - "id": "8e003830-603f-413d-a511-135ca9aa64ad", + "id": "55ef9c15-300c-461c-a228-d72584f81820", "name": "OK", "originalRequest": { "url": { @@ -19130,7 +19130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7261526-7879-4975-8851-12744be49995", + "id": "8889ddd1-0cb4-465d-804c-7312eb0f9e33", "name": "Unauthorized", "originalRequest": { "url": { @@ -19277,7 +19277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58199396-9492-469e-9a07-b841d6b16477", + "id": "f7d3d8a1-48d4-4add-91d0-69a578a01bbc", "name": "Payment Required", "originalRequest": { "url": { @@ -19424,7 +19424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce59613b-2cc7-4af9-85b9-445f65f4b8f8", + "id": "99556326-7a8a-4ae7-a8ee-c96410e31d56", "name": "Forbidden", "originalRequest": { "url": { @@ -19571,7 +19571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90044131-87f2-422a-8e28-4db9ca3e1d30", + "id": "e9012ceb-5bc2-4125-83e0-410b83ab8768", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -19713,7 +19713,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"eu77\": true\n },\n {\n \"qui3\": \"eiusmod est dolor labore\",\n \"add43\": 61548709\n }\n ],\n \"context\": {\n \"veniam_fdb\": -68729463,\n \"tempor_1\": -70175235\n }\n}", + "body": "{\n \"detail\": [\n {\n \"minimf\": 63163700,\n \"et_96a\": 31499836\n },\n {\n \"Ut_6d5\": true\n }\n ],\n \"context\": {\n \"eae6\": 95560849,\n \"sint_9_8\": 22931768,\n \"ut_6cd\": -74704779.42150357\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -19724,7 +19724,7 @@ } }, { - "id": "a67fd2d7-7def-4ca8-a198-99515b55119d", + "id": "2b7e57b1-15fa-4682-8bdf-a66faccbcefd", "name": "Get Feature By Key", "request": { "name": "Get Feature By Key", @@ -19795,7 +19795,7 @@ }, "response": [ { - "id": "79758cfe-9880-4c0d-ab24-0003442c0db2", + "id": "f5490e4e-f564-45c7-95cb-c88bad6854ea", "name": "OK", "originalRequest": { "url": { @@ -19838,12 +19838,12 @@ "value": "application/json" } ], - "body": "{\n \"properties\": {\n \"Excepteur_3\": 34066777,\n \"dolor_7\": true,\n \"occaecatb\": \"in proident\"\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", + "body": "{\n \"properties\": {\n \"consectetur_b8\": \"dolore id fugiat Ut\",\n \"dolor_e\": -40160098.768762566\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "21a8e8b7-83f9-46e0-b48c-31a87e4e9f97", + "id": "482a1aab-099b-4ff7-ae3e-6b47f7dfcc0e", "name": "Unauthorized", "originalRequest": { "url": { @@ -19891,7 +19891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df9bd03-000e-4d0f-a2c4-7a1824528fcc", + "id": "f158343e-0352-4fb7-a4e2-174780b53888", "name": "Payment Required", "originalRequest": { "url": { @@ -19939,7 +19939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "570afb90-dd85-47bb-bb86-a665f0bba0d2", + "id": "307e4ff9-40de-484f-b441-39d0fe26c63c", "name": "Forbidden", "originalRequest": { "url": { @@ -19987,7 +19987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7068bb53-f684-41e4-a4ba-91d329177895", + "id": "3faa35ad-2c30-4c3a-a2bc-3f5721a1480c", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -20030,7 +20030,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"eu77\": true\n },\n {\n \"qui3\": \"eiusmod est dolor labore\",\n \"add43\": 61548709\n }\n ],\n \"context\": {\n \"veniam_fdb\": -68729463,\n \"tempor_1\": -70175235\n }\n}", + "body": "{\n \"detail\": [\n {\n \"minimf\": 63163700,\n \"et_96a\": 31499836\n },\n {\n \"Ut_6d5\": true\n }\n ],\n \"context\": {\n \"eae6\": 95560849,\n \"sint_9_8\": 22931768,\n \"ut_6cd\": -74704779.42150357\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -20041,7 +20041,7 @@ } }, { - "id": "657f21d9-eb0b-42c6-821f-19a537f77c23", + "id": "009abd08-730d-456f-b9da-4d49cc725c4d", "name": "Tiles By Key", "request": { "name": "Tiles By Key", @@ -20143,7 +20143,7 @@ }, "response": [ { - "id": "4e2646c3-ceba-4d49-9820-5bb0d50665d1", + "id": "f8cd5da6-7665-4402-bc48-e94317bab342", "name": "OK", "originalRequest": { "url": { @@ -20211,7 +20211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75d1b7f6-6913-47ea-bb16-e5f72f28c980", + "id": "af767809-9da1-4388-b3ad-224f615fa1c2", "name": "Unauthorized", "originalRequest": { "url": { @@ -20279,7 +20279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f690afff-5a9e-453a-91c1-6a38908f5085", + "id": "98aa6a80-0c35-4cd4-a19d-46d7765218df", "name": "Payment Required", "originalRequest": { "url": { @@ -20347,7 +20347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "606c7506-0184-44ed-8ceb-4aabb65f1faf", + "id": "d3422a20-e735-4250-ac30-e87c3de24d2b", "name": "Forbidden", "originalRequest": { "url": { @@ -20415,7 +20415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d12cc013-783e-4676-9741-139782672f20", + "id": "d7fc4418-969b-43c8-80a7-60ab67c70136", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -20478,7 +20478,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"eu77\": true\n },\n {\n \"qui3\": \"eiusmod est dolor labore\",\n \"add43\": 61548709\n }\n ],\n \"context\": {\n \"veniam_fdb\": -68729463,\n \"tempor_1\": -70175235\n }\n}", + "body": "{\n \"detail\": [\n {\n \"minimf\": 63163700,\n \"et_96a\": 31499836\n },\n {\n \"Ut_6d5\": true\n }\n ],\n \"context\": {\n \"eae6\": 95560849,\n \"sint_9_8\": 22931768,\n \"ut_6cd\": -74704779.42150357\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -20495,7 +20495,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": "445bfcda-abfa-4725-b8a5-6c6d382779d4", + "id": "b24658c3-fa09-4bda-8286-cda20546a717", "name": "Transit Route", "request": { "name": "Transit Route", @@ -20588,7 +20588,7 @@ }, "response": [ { - "id": "e97a47e2-5480-4d9b-9f6b-e0952d8e6d83", + "id": "3a2fe9b3-0a78-4b43-8e40-08f01ee3c80f", "name": "Successful Response", "originalRequest": { "url": { @@ -20678,7 +20678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d79383-220d-4ef4-aa2c-0e9265c8671f", + "id": "0c0ed52e-85fc-4f77-8ec5-7d4de5202026", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20768,7 +20768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6b35cd1-55e1-4624-ae82-d64cb8fe484a", + "id": "d8cd5264-16db-44b1-bec5-03a8eed7bae2", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20858,7 +20858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5daa5291-229a-44bf-a92a-77d758797558", + "id": "cfbdcc33-04d0-4461-baf4-de74c4040b2d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20948,7 +20948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2659c535-d75d-4470-a2fd-48933ce3e4b0", + "id": "7a93f05d-89e3-4759-a3d4-d817f830841d", "name": "Validation Error", "originalRequest": { "url": { @@ -21038,7 +21038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be060712-05cc-4804-acd8-d2ddbe90b2ed", + "id": "5256b1ab-f083-4796-a1ae-ae0a1991d9f9", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21140,7 +21140,7 @@ "description": "The Datasets API enables you to store, manage, and analyze geospatial data collections. Work with custom datasets containing points, lines, or polygons - with each feature defined by its geometry and properties.\n\n* Create and manage datasets from uploaded Shapefile data\n* Import data from external sources via URL or scheduled updates\n* Monitor dataset status and processing through detailed status reports\n* Schedule dataset deletion for proper data lifecycle management\n* Leverage high accuracy storage for location-dependent business processes\n\nIdeal for applications that require precise location analysis, spatial queries and geographic data management.\n", "item": [ { - "id": "cf9be755-ce8e-4b3a-a07d-4dedc018ec3f", + "id": "a9a2d391-2c8a-47b4-b941-34924dcb193f", "name": "Get Dataset", "request": { "name": "Get Dataset", @@ -21198,7 +21198,7 @@ }, "response": [ { - "id": "85ec6312-0b11-4332-ab8f-ea8e3698ddf6", + "id": "2df1103e-acdf-4f6d-bf35-69600fbafd9f", "name": "Successful Response", "originalRequest": { "url": { @@ -21243,7 +21243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49226314-acdb-4e7d-8fc5-237a41268a63", + "id": "384844e5-89b6-4fa2-b09e-4f9f2d0a35c6", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21288,7 +21288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36e315eb-b4fa-49fa-87e7-d5e12dc36e00", + "id": "062cda1a-b875-4889-8a6b-e18e892e6442", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21333,7 +21333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a37fcd2a-8fc6-4c28-8210-b19a47d7b6b8", + "id": "36909bf6-51fd-4ba6-b505-c3aeb2abf3ca", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21378,7 +21378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00442a59-4a4a-4f8f-bbca-0906bba23384", + "id": "1fc5a121-5329-4c83-999e-cdcca4131edf", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21423,7 +21423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11af5fe5-a56e-4ace-84c3-114cf566caeb", + "id": "91452d99-6c4a-4cf1-83a5-41d08f4ce8bb", "name": "Validation Error", "originalRequest": { "url": { @@ -21468,7 +21468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b0d963b-5632-4010-8efe-2827e86ed6dc", + "id": "caaf9297-ca1d-41ca-a836-5935382d9f9f", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21519,7 +21519,7 @@ } }, { - "id": "694f11a1-f49f-4c40-ab24-6036a6a11ed9", + "id": "1a5d7062-ddd6-4d3d-989b-a2e622c47cf9", "name": "Delete Dataset", "request": { "name": "Delete Dataset", @@ -21577,7 +21577,7 @@ }, "response": [ { - "id": "28507a30-7630-41b8-9bc4-8f92937cb7f4", + "id": "a9f23171-1f3d-4b70-966d-0d975425b6b9", "name": "Successful Response", "originalRequest": { "url": { @@ -21617,12 +21617,12 @@ "value": "application/json" } ], - "body": "{\n \"ina\": false,\n \"etd01\": 56380647.12833062\n}", + "body": "{\n \"ida_a\": false,\n \"Excepteur_04\": -38477499.82226927,\n \"in6\": \"esse aute ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "eacff2cb-1607-4aaf-9e2f-c37521e302a8", + "id": "bef008c8-5423-4f19-a088-441cf72e8909", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21667,7 +21667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e252186-e704-4c47-beb5-3181fcf30e40", + "id": "1e8deb87-1a52-4f9a-8537-c0a8b5be0794", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21712,7 +21712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a471f97b-76b5-4af0-85ec-045123c8aae5", + "id": "a22ea7b0-9703-46be-87f1-45adaccfa3eb", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21757,7 +21757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5c0fa45-3591-44ef-b636-0509f992d826", + "id": "e71bc3e7-cdbe-4e70-8408-982cdb478274", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21802,7 +21802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f269f64-2a62-43c4-8b4f-7e9de8ff5da2", + "id": "7136ee22-8ebe-44c7-bc42-a6dcf75d3e9b", "name": "The Dataset was already scheduled for deletion.", "originalRequest": { "url": { @@ -21847,7 +21847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ba96a57-943b-4a45-91d2-3d5c39a1cf3c", + "id": "a101547b-95a5-437f-ab71-ac1ed5af67f7", "name": "Validation Error", "originalRequest": { "url": { @@ -21892,7 +21892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02cb97df-3e49-4be8-bde9-81a7bf6d90a3", + "id": "b403b447-c50d-4c05-8b7c-4f8578ecdf8a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21943,7 +21943,7 @@ } }, { - "id": "25dfd211-5f04-4d29-9ac4-7a1c85705735", + "id": "c6f9da7f-726d-4874-a7d1-8beed02ac384", "name": "Update Dataset", "request": { "name": "Update Dataset", @@ -22014,7 +22014,7 @@ }, "response": [ { - "id": "aa859108-72b4-41fb-beef-838fb2314f32", + "id": "41140960-a046-4544-ae37-e3fb1a85acb2", "name": "Successful Response", "originalRequest": { "url": { @@ -22072,7 +22072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9132224-5ffb-4d54-8d41-3c4f5b651e83", + "id": "3b15417f-7f54-40a9-9133-b24ee9a1d820", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -22130,7 +22130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eff325fb-ddb0-4b8d-8cf6-7081df980bf1", + "id": "946018ec-a101-4b0c-9cfa-80955fd5d538", "name": "Out of free quota.", "originalRequest": { "url": { @@ -22188,7 +22188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e555d3f1-a62a-4649-ba17-9c8e96c6b0d8", + "id": "3cd14d68-33a8-4b73-98fb-2b17db1f39fe", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -22246,7 +22246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3327dd8d-1f6a-4e17-b643-9ac6ee896a97", + "id": "d16467e9-4f4c-4df3-946b-4e9664475653", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22304,7 +22304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e30c0259-cdea-4d78-b52b-a05890e7af14", + "id": "e38a60c4-3864-4719-af6c-7365b51eb1b8", "name": "Validation Error", "originalRequest": { "url": { @@ -22362,7 +22362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80fc429a-1684-44e1-8993-4f59ecb9a048", + "id": "bffb2986-c3aa-41fe-b131-246e1c9ac21e", "name": "Rate limit reached", "originalRequest": { "url": { @@ -22426,7 +22426,7 @@ } }, { - "id": "8ce3a872-131b-48ba-8df4-0813ccce1905", + "id": "02ce091a-cd15-4183-828b-a1e58523a175", "name": "List Datasets", "request": { "name": "List Datasets", @@ -22492,7 +22492,7 @@ }, "response": [ { - "id": "bf1c6430-244a-4e15-8584-f3aedf800b55", + "id": "0cf9e016-4b57-49aa-856e-6898d5c2d053", "name": "Successful Response", "originalRequest": { "url": { @@ -22555,7 +22555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c307d39d-f140-4deb-aff0-426c362f9b3b", + "id": "f7311861-30e0-4d94-97aa-65b6d0a119c8", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -22618,7 +22618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7151aa0b-f700-4bf0-afae-958416456fef", + "id": "00e648ce-1816-4454-9597-34ccfc81c514", "name": "Out of free quota.", "originalRequest": { "url": { @@ -22681,7 +22681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de972d82-e9a9-47a4-ac28-fa773a5aa7bb", + "id": "b69ea6be-1a7e-4172-b4ed-8e5980cc5f07", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -22744,7 +22744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "784a0bae-ab39-4e77-bf0e-9fc0dd37e293", + "id": "4e2d009a-79d2-432c-b5f0-0ba435956d1d", "name": "Validation Error", "originalRequest": { "url": { @@ -22807,7 +22807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92ee08ef-dbf2-46bf-9767-3cbaaf33a3d8", + "id": "83f09b4c-db30-40d2-824a-d1864434dc44", "name": "Rate limit reached", "originalRequest": { "url": { @@ -22876,7 +22876,7 @@ } }, { - "id": "a65063e0-c66b-46f8-b54d-2a62d72a7bd6", + "id": "6af30df2-12c0-4c34-b64d-a1efe3e277fc", "name": "Create Dataset", "request": { "name": "Create Dataset", @@ -22936,7 +22936,7 @@ }, "response": [ { - "id": "50b01dff-7725-4a66-957c-66f08a943779", + "id": "0d2ff811-ecd4-4d61-9951-f8d1d5171d89", "name": "Successful Response", "originalRequest": { "url": { @@ -22994,7 +22994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54f6fe3c-019e-489d-9b9f-897a9b59529e", + "id": "0263962f-05d2-44c5-92c6-0a68cdff2097", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -23052,7 +23052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9937a52f-af47-415f-97d9-ed72bf2885dc", + "id": "e8d442ca-cc26-4e25-b960-3440cb1046df", "name": "Out of free quota.", "originalRequest": { "url": { @@ -23110,7 +23110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52994eb0-7326-4d35-9307-a04c8f7d3f29", + "id": "5bced6cc-4ab2-4976-9db0-2013d10cb512", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -23168,7 +23168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3cd110e-ca2a-4f26-bd8a-a60e8eb5c48b", + "id": "ece7a168-7fdf-4f9a-b52b-d64bffef1533", "name": "Validation Error", "originalRequest": { "url": { @@ -23226,7 +23226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5b171b4-c11a-481d-b03e-b980494534a0", + "id": "335aefc2-e44d-4440-8a8b-f75bb2a5968a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23290,7 +23290,7 @@ } }, { - "id": "168f6a9a-d9c9-44ab-b4ae-a43b82939747", + "id": "61494361-2773-4bcd-9875-5accbbc198d0", "name": "Get Dataset Status", "request": { "name": "Get Dataset Status", @@ -23349,7 +23349,7 @@ }, "response": [ { - "id": "eaeba5b9-6fe4-438f-a445-0ae831989420", + "id": "983630aa-e44e-467b-820a-b25fbff8f61a", "name": "Successful Response", "originalRequest": { "url": { @@ -23390,12 +23390,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\": \"error\"\n }\n ],\n \"status\": \"in_progress\"\n },\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"in_progress\"\n }\n ],\n \"status\": \"success\"\n}", + "body": "{\n \"id\": \"\",\n \"steps\": [\n {\n \"name\": \"fetch\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"failed\"\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\": \"error\"\n }\n ],\n \"status\": \"failed\"\n }\n ],\n \"status\": \"failed\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0882dd91-9f47-4e2d-84c0-c3ae6b7fce12", + "id": "b2b94cf9-4dbb-4aa9-893c-1ace936d4197", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -23441,7 +23441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74fb80e1-13cb-4b19-afcd-43b22615cff8", + "id": "0b35b253-d2e3-4889-9a4f-fe591fa1111d", "name": "Out of free quota.", "originalRequest": { "url": { @@ -23487,7 +23487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43e59769-36f8-44b9-a1ea-60353e18634d", + "id": "9316f477-d86c-4380-95c8-85bab3478bed", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -23533,7 +23533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94087e7c-b052-4ddc-a246-c8bb65dcf71c", + "id": "520d3bf4-0fcc-4203-b2d6-484b09bcb73b", "name": "Dataset was not found", "originalRequest": { "url": { @@ -23579,7 +23579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f243f931-d197-4100-913a-e283efdb2ed8", + "id": "6b104809-f68d-40e5-8c5b-a3d457c6cae3", "name": "Validation Error", "originalRequest": { "url": { @@ -23625,7 +23625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aa5b981-d8f7-4042-9f9b-c746b9d863d7", + "id": "09a761df-35e2-46d9-bb52-70a7a33d1269", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23677,7 +23677,7 @@ } }, { - "id": "67ed4c13-fe5f-452b-841c-54e9a59ade6f", + "id": "c07cf34d-3e0f-4612-805c-9ca883cd3196", "name": "Trigger Import", "request": { "name": "Trigger Import", @@ -23736,7 +23736,7 @@ }, "response": [ { - "id": "4baacf08-7bc9-465f-b244-dbcef4d63f97", + "id": "c591bdf3-b8ca-4d0b-8210-ca94d18ad473", "name": "Successful Response", "originalRequest": { "url": { @@ -23782,7 +23782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f349ab4-3817-48af-b2a4-b7f715561a91", + "id": "3632159a-6627-4a4d-ae9e-ffe40214a809", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -23828,7 +23828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45c72703-8375-4d90-85de-be88d73cbce9", + "id": "e114ac32-3213-40f0-b676-dd76481c396f", "name": "Out of free quota.", "originalRequest": { "url": { @@ -23874,7 +23874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96ac9ada-9ad3-4fc5-9294-806974057865", + "id": "6319da07-dc38-4ad5-9b19-6751d7c38af6", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -23920,7 +23920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e3cdb16-1f9d-4c03-b0f6-f0a7a7163213", + "id": "700052c1-47da-49af-8bb6-40b556c730f7", "name": "Dataset was not found", "originalRequest": { "url": { @@ -23966,7 +23966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bca9bc7-f53e-4655-9f47-f302a16db84c", + "id": "fee73257-b5d5-4ebc-905c-04dd33c1482c", "name": "Validation Error", "originalRequest": { "url": { @@ -24012,7 +24012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae7992d3-429d-439f-962c-731b49e9c8e4", + "id": "081f1290-b8ef-4bd6-85c5-3bf2177453c3", "name": "Rate limit reached", "originalRequest": { "url": { @@ -24064,7 +24064,7 @@ } }, { - "id": "cbb0348c-accf-4135-92b7-f06d2eb2d77a", + "id": "a05f1d67-907a-4ab6-8389-f0ab703a3ad9", "name": "Reimport Dataset Webhook", "request": { "name": "Reimport Dataset Webhook", @@ -24108,7 +24108,7 @@ }, "response": [ { - "id": "c2426bba-a0b9-4252-a881-8385a120f6f9", + "id": "fbd1c051-8f38-48f4-9f96-4db9b7fedcde", "name": "Successful Response", "originalRequest": { "url": { @@ -24146,7 +24146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b90f81d1-5bb5-4476-a1c4-f5eed17e059b", + "id": "98634018-467d-477a-b0ae-aa9f139d78d4", "name": "Unauthorized", "originalRequest": { "url": { @@ -24172,7 +24172,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a7d7d0ed-cb44-467b-ba97-7a7972245aa2", + "id": "a9b5c1c8-7e14-4947-bb53-cb79f7e1df01", "name": "Payment Required", "originalRequest": { "url": { @@ -24198,7 +24198,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dd7fc871-f028-4fb9-8b63-dc5c455673e9", + "id": "c2e702c0-9d91-417a-9e80-31e504a41dac", "name": "Forbidden", "originalRequest": { "url": { @@ -24224,7 +24224,7 @@ "_postman_previewlanguage": "text" }, { - "id": "41926b1a-a5d6-4399-8444-5992463c3f9f", + "id": "0fe77ea6-58f7-40b0-ae60-2fce14c7f718", "name": "Dataset was not found", "originalRequest": { "url": { @@ -24262,7 +24262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a475b1-ceed-4027-a322-a1c6fd1cc048", + "id": "223a1cf0-0378-4ffb-877d-6e8dfa44405a", "name": "Validation Error", "originalRequest": { "url": { @@ -24300,7 +24300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ebde0c3-d8d7-4930-a133-822deb993543", + "id": "784ed52b-829c-4be1-9b19-39becc960e58", "name": "Rate limit reached", "originalRequest": { "url": { @@ -24350,7 +24350,7 @@ "description": "Perform powerful spatial analysis on your geospatial data with four key search capabilities:\n\n* Nearby search: Find features within a specified distance from a location\n* Contains search: Discover which features completely contain a point or geometry\n* Intersects search: Identify features that intersect with a given geometry\n* Within search: Locate features that fall entirely inside a specified boundary\n\nAll operations support attribute filtering with WHERE clauses, pagination for large results, and multiple geometry formats (GeoJSON, WKB, encoded polylines).\n", "item": [ { - "id": "0a51e008-fa13-4915-a053-2fdc671139ed", + "id": "d911f7fc-5c66-4241-a5a1-c194e0ef0c78", "name": "Search Features", "request": { "name": "Search Features", @@ -24452,7 +24452,7 @@ }, "response": [ { - "id": "7b0f4f33-da7c-4293-baa1-371a07e4658c", + "id": "14640b86-78e9-41a3-a3bd-498769ec2ddf", "name": "Successful Response", "originalRequest": { "url": { @@ -24535,12 +24535,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"amet_d44\": -19452572,\n \"fugiat914\": \"esse nisi aliquip\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"ut_c_c\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"amet_2\": 67349746,\n \"consecteture\": true\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"ipsum_14\": -6294064\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "907e7533-cdf9-4294-87b5-c514c72d0fb5", + "id": "036fc9b4-1ffb-4afe-a038-5901c2a30a33", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24628,7 +24628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ffde45b-df2a-4627-9dfe-e8f42ea1e478", + "id": "37e98f8e-c3ad-4cc8-864a-713d79f7540a", "name": "Out of free quota.", "originalRequest": { "url": { @@ -24716,7 +24716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a949ad7-0f1b-44a9-a141-f479a1950d42", + "id": "16dab2fe-e494-4329-b807-a6539fc85500", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -24804,7 +24804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9df6f66f-95e2-4e99-991a-81ae6d8d28cb", + "id": "60746137-3796-4591-954b-cd6e15f21508", "name": "Dataset was not found", "originalRequest": { "url": { @@ -24892,7 +24892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8491ac7e-0073-4023-ad15-94cf023d5d33", + "id": "ebd4231d-a0a2-4d0d-b52e-022be2a0dce5", "name": "Validation Error", "originalRequest": { "url": { @@ -24980,7 +24980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a72de3d8-f7de-40e7-8dd5-3cb9f4f27049", + "id": "44101940-285e-452d-8b5b-72b234ff9e9d", "name": "Rate limit reached", "originalRequest": { "url": { @@ -25074,7 +25074,7 @@ } }, { - "id": "2b492861-38bb-4c27-9b4b-0748ce8e6e40", + "id": "7b54ccb0-e0b0-4d1f-9fbd-8aee66751472", "name": "Nearby Features", "request": { "name": "Nearby Features", @@ -25176,7 +25176,7 @@ }, "response": [ { - "id": "fb079cac-4fe1-44a6-bb24-bc9175dbd905", + "id": "7ccc77be-7efc-4092-84c6-61b7022bb981", "name": "Successful Response", "originalRequest": { "url": { @@ -25259,12 +25259,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"amet_d44\": -19452572,\n \"fugiat914\": \"esse nisi aliquip\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"ut_c_c\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"amet_2\": 67349746,\n \"consecteture\": true\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"ipsum_14\": -6294064\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "98a83197-7285-4c15-9d1f-dbdcf9178974", + "id": "d27dd232-b42a-46f1-a44a-46d670ec160c", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -25352,7 +25352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26204ca0-a742-4808-8f05-a1c475231b23", + "id": "4da02b06-da12-4766-8169-1b03003cee08", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25440,7 +25440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e984146b-79b1-433c-a086-7a1390fa7426", + "id": "55e7d71e-0e77-4057-af1b-e6074a6f47ff", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25528,7 +25528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad25e74b-0264-4cf2-b190-210e3d1abd62", + "id": "b61fdadb-e991-4429-8555-f05d6d636be6", "name": "Dataset was not found", "originalRequest": { "url": { @@ -25616,7 +25616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0140bd68-e79f-412d-a44d-f687507ac8b1", + "id": "11ca395f-66d0-4791-9c79-edac15648293", "name": "Validation Error", "originalRequest": { "url": { @@ -25704,7 +25704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ad82bfd-4975-4aa8-a747-3154049a07df", + "id": "8d510041-1193-469b-a496-849b505d7c7f", "name": "Rate limit reached", "originalRequest": { "url": { @@ -25798,7 +25798,7 @@ } }, { - "id": "eab6031b-f30c-465a-ac2e-f030f2e26cd4", + "id": "d908c187-289d-4da6-bd76-49b05435a46b", "name": "Intersect Features", "request": { "name": "Intersect Features", @@ -25900,7 +25900,7 @@ }, "response": [ { - "id": "ee69faef-4ff7-4887-9a78-b0c166621fe0", + "id": "b702263c-8312-4d7a-a9f7-705ad907e117", "name": "Successful Response", "originalRequest": { "url": { @@ -25983,12 +25983,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"amet_d44\": -19452572,\n \"fugiat914\": \"esse nisi aliquip\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"ut_c_c\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"amet_2\": 67349746,\n \"consecteture\": true\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"ipsum_14\": -6294064\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6f214ebd-c268-45d8-9312-70f6e390a33b", + "id": "d4cc1214-a9f0-441b-8c40-8b42965b7826", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -26076,7 +26076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a9dad0a-220f-4619-b860-099cdcecbc06", + "id": "2cff9387-6d68-416b-bdb2-9a0b660163b4", "name": "Out of free quota.", "originalRequest": { "url": { @@ -26164,7 +26164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1999a4a2-7970-47ce-9c73-6373c2ddedd6", + "id": "44666e33-9e82-425e-af89-b70e72dd0d0b", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -26252,7 +26252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "976e9de0-eab4-42cd-8080-bed12e684641", + "id": "3c5ea0d9-7240-447b-a49f-1ba8659eaefe", "name": "Dataset was not found", "originalRequest": { "url": { @@ -26340,7 +26340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6156c061-0e6e-4ee2-a9a7-fde96a284747", + "id": "3c43cf32-242e-40a6-944a-f460aba998a3", "name": "Validation Error", "originalRequest": { "url": { @@ -26428,7 +26428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "165da160-e35b-413f-9f56-4fbbf9e0d7df", + "id": "3d970ae7-ddec-4784-bd21-f858abc1ffa1", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26522,7 +26522,7 @@ } }, { - "id": "f1276721-55ac-48c6-b2ee-79cdebf10462", + "id": "6a4fb786-d1a2-40bf-a3cc-e5c1264ca13a", "name": "Contains Features", "request": { "name": "Contains Features", @@ -26624,7 +26624,7 @@ }, "response": [ { - "id": "0f939d67-86f9-4e77-84d9-3485f87d9d63", + "id": "6acd8206-8f60-4158-b2b8-5f2c6e285a83", "name": "Successful Response", "originalRequest": { "url": { @@ -26707,12 +26707,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"amet_d44\": -19452572,\n \"fugiat914\": \"esse nisi aliquip\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"ut_c_c\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"amet_2\": 67349746,\n \"consecteture\": true\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"ipsum_14\": -6294064\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "010bb17f-3d3b-4271-9803-c76d3a372471", + "id": "7a2a0656-500c-474d-a47a-8fc7c185e635", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -26800,7 +26800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57a3c1ab-e998-4fc2-8194-20908bc5c534", + "id": "adc178cc-d864-4e65-888e-accc07ef336e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -26888,7 +26888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ead932d9-0125-41bd-ad42-c3a4b47bfda1", + "id": "3ecedc57-9f7e-4055-a32f-c55d622c5253", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -26976,7 +26976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db866170-832e-4c9a-8409-2a3a7d4751ac", + "id": "96e3f543-f11b-4882-89cf-e05557f65138", "name": "Dataset was not found", "originalRequest": { "url": { @@ -27064,7 +27064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4aec20e-a57a-4db1-a152-8e32ff0bd967", + "id": "1e37132a-0df8-4e1a-91b3-1e6fbf7ebd0e", "name": "Validation Error", "originalRequest": { "url": { @@ -27152,7 +27152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de2e0748-0052-4e1c-a742-4ad65bf9482d", + "id": "a37f5561-45d0-4739-a176-bcf031a9d924", "name": "Rate limit reached", "originalRequest": { "url": { @@ -27246,7 +27246,7 @@ } }, { - "id": "9de780e7-9086-4c8c-ad86-15124366f181", + "id": "980540ba-2767-4ec1-9d49-d260eba858c1", "name": "Within Features", "request": { "name": "Within Features", @@ -27348,7 +27348,7 @@ }, "response": [ { - "id": "f51892e7-5aba-4c89-bc74-706ab558823f", + "id": "272b628b-d8d4-4288-8925-4ee07a80c832", "name": "Successful Response", "originalRequest": { "url": { @@ -27431,12 +27431,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"amet_d44\": -19452572,\n \"fugiat914\": \"esse nisi aliquip\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"ut_c_c\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"amet_2\": 67349746,\n \"consecteture\": true\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"ipsum_14\": -6294064\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "641d23ea-8f2b-4876-b86c-7f442808ddeb", + "id": "714cffd1-b9de-4605-a88f-51ba85d1c5e4", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -27524,7 +27524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "643df14e-ef02-47cd-b3f6-9821a68accca", + "id": "b2e07dc4-677a-4751-be60-c8c0af8acea0", "name": "Out of free quota.", "originalRequest": { "url": { @@ -27612,7 +27612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f718cd18-f877-4a84-a435-2043a4420205", + "id": "10ffa8cd-e230-437a-8115-9a1595af1810", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -27700,7 +27700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "549ee590-4a0c-4ba1-b2c2-6b4d9feab96f", + "id": "90bbb0ee-5910-4684-a5a6-dab04718ce92", "name": "Dataset was not found", "originalRequest": { "url": { @@ -27788,7 +27788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d46ab3c0-5d21-4ebf-87be-27d94732346a", + "id": "5c3da60e-c8f2-4dcd-9736-2e838648e330", "name": "Validation Error", "originalRequest": { "url": { @@ -27876,7 +27876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b45dc6a0-e266-4ecb-931e-333b1bb643b4", + "id": "e1c47cc9-758f-41d6-8806-3f94815445fa", "name": "Rate limit reached", "originalRequest": { "url": { @@ -27976,7 +27976,7 @@ "description": "Access and retrieve individual geographic features from your datasets by their unique ID. This endpoint provides direct access to the complete geometry and properties of specific features within your datasets.\n\nThe API supports field masking to optimize response size by retrieving only needed attributes. Output formats include both GeoJSON and WKB, allowing flexible integration with various mapping and analysis systems.\n", "item": [ { - "id": "999b70e2-84c1-4912-a2fe-4dab7a174235", + "id": "8ea6ee80-dcae-49f1-a3db-a227190e8b38", "name": "Get Feature", "request": { "name": "Get Feature", @@ -28065,7 +28065,7 @@ }, "response": [ { - "id": "db091e25-0fc7-43c9-9415-146176470990", + "id": "e8a14b81-0299-4752-a388-16a802e3fb71", "name": "Successful Response", "originalRequest": { "url": { @@ -28125,12 +28125,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"in86b\": 4143743.187722042\n }\n}", + "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"officia_2fc\": -86350349,\n \"culpa_833\": -68585778.32139754,\n \"mollit_5d9\": -44328381\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "620a34bc-ce87-4024-adbf-6621bfa68c4d", + "id": "7e8d1b27-c2a5-4132-b9a3-4d97030d5322", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -28195,7 +28195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d74e993-57bf-4ddd-aa5b-672fa6b2bf5f", + "id": "29601092-10b5-496e-9a27-092c10e65d55", "name": "Out of free quota.", "originalRequest": { "url": { @@ -28260,7 +28260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccbe5d84-806a-4ac8-b20e-9785dcfbb220", + "id": "70deb7be-2d8f-473c-93bc-87079638ac19", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -28325,7 +28325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "137d5bce-4138-43cd-95cd-e235475d7f16", + "id": "dabe03b9-a1bf-4161-bd40-7d0ef3166374", "name": "Feature or Dataset were not found", "originalRequest": { "url": { @@ -28390,7 +28390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d845de36-0430-4a6e-87f9-27d678106f2d", + "id": "391cbb8f-8feb-430a-bee4-4dfdc135231a", "name": "Validation Error", "originalRequest": { "url": { @@ -28455,7 +28455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35e276ec-6d90-4d4b-8e6b-984682ea3abe", + "id": "c0ba294c-b2af-40e1-9c6a-7f0ee5819c4f", "name": "Rate limit reached", "originalRequest": { "url": { @@ -28540,7 +28540,7 @@ } ], "info": { - "_postman_id": "3dcd2fb8-e32a-4f5f-98fc-803661d3b768", + "_postman_id": "fdc3bcf0-58dc-42a1-9b5e-d66f359bec19", "name": "Woosmap Platform API Reference", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { diff --git a/specification/parameters/_index.yml b/specification/parameters/_index.yml index 229e0606..a2daf5dc 100755 --- a/specification/parameters/_index.yml +++ b/specification/parameters/_index.yml @@ -66,12 +66,8 @@ localities_custom_description: $ref: "./localities/custom_description.yml" localities_data: $ref: "./localities/data.yml" -localities_excluded_extended_types: - $ref: "./localities/excluded_extended_types.yml" localities_excluded_types: $ref: "./localities/excluded_types.yml" -localities_extended_types: - $ref: "./localities/extended_types.yml" localities_extended: $ref: "./localities/extended.yml" localities_fields: @@ -90,6 +86,10 @@ localities_localities_components: $ref: "./localities/localities_components.yml" localities_location: $ref: "./localities/location.yml" +localities_nearby_excluded_types: + $ref: "./localities/nearby_excluded_types.yml" +localities_nearby_types: + $ref: "./localities/nearby_types.yml" localities_page: $ref: "./localities/page.yml" localities_public_id: diff --git a/specification/parameters/localities/geocode_types.yml b/specification/parameters/localities/geocode_types.yml index 7653ca1f..cd38205c 100644 --- a/specification/parameters/localities/geocode_types.yml +++ b/specification/parameters/localities/geocode_types.yml @@ -1,35 +1,19 @@ name: types description: > - Specify the types of geocoding responses to return by separating multiple types with a pipe character (|). + When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. + Multiple types can be combined using the pipe character (`|`) as a separator. + This parameter supports a wide range of locality classifications, including: + - Standard locality types (e.g., cities, administrative areas, postal codes) + - Points of Interest (POI) categories + - POI aliases + + These classifications enable flexible geographic data representation and querying. + This parameter is ignored when used with the `latlng` parameter. - When executing a geocode request with the `address` parameter, use this to select the expected result type. - * `city`: includes city localities - * `town`: includes town localities - * `village`: includes village localities - * `hamlet`: includes hamlet localities - * `borough`: includes borough localities - * `suburb`: includes suburb localities - * `quarter`: includes quarter localities - * `neighbourhood`: includes neighbourhood localities - * `locality`: includes all previous locality names - * `postal_code`: publicly-used postal codes around the world - * `address`: addresses - * `admin_level`: most commonly used administrative areas - * `country`: countries as whole point of interest - * `airport`: includes all medium sized to international sized airports - * `train_station`: includes all train stations - * `metro_station`: includes all metro stations - * `shopping`: includes shopping malls (or "shopping centers") - *may include private retail brands* - * `museum`: includes museums - * `tourist_attraction`: includes tourist attractions like the Eiffel tower - * `amusement_park`: includes amusement parks like Disneyland Paris - * `art_gallery`: includes art galleries - * `zoo`: includes zoos schema: - type: string default: locality|postal_code|address example: locality|admin_level - + $ref: "../../schemas/LocalitiesTypesAll.yml" in: query diff --git a/specification/parameters/localities/excluded_extended_types.yml b/specification/parameters/localities/nearby_excluded_types.yml similarity index 87% rename from specification/parameters/localities/excluded_extended_types.yml rename to specification/parameters/localities/nearby_excluded_types.yml index 091c3d8b..3d79aed4 100644 --- a/specification/parameters/localities/excluded_extended_types.yml +++ b/specification/parameters/localities/nearby_excluded_types.yml @@ -5,5 +5,5 @@ description: > 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`. schema: - $ref: "../../schemas/LocalitiesNearbyExtendedType.yml" + $ref: "../../schemas/LocalitiesTypesPoi.yml" in: query diff --git a/specification/parameters/localities/extended_types.yml b/specification/parameters/localities/nearby_types.yml similarity index 81% rename from specification/parameters/localities/extended_types.yml rename to specification/parameters/localities/nearby_types.yml index 1445b88b..7eb3f269 100644 --- a/specification/parameters/localities/extended_types.yml +++ b/specification/parameters/localities/nearby_types.yml @@ -4,5 +4,5 @@ description: > Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`. schema: - $ref: "../../schemas/LocalitiesNearbyExtendedType.yml" + $ref: "../../schemas/LocalitiesTypesPoi.yml" in: query diff --git a/specification/parameters/localities/types.yml b/specification/parameters/localities/types.yml index 200ae790..35fe69bb 100644 --- a/specification/parameters/localities/types.yml +++ b/specification/parameters/localities/types.yml @@ -1,32 +1,16 @@ name: types description: > - The types of suggestion to return. Multiple types can be passed using the pipe character (`|`) as a separator. - * `city`: includes city localities - * `town`: includes town localities - * `village`: includes village localities - * `hamlet`: includes hamlet localities - * `borough`: includes borough localities - * `suburb`: includes suburb localities - * `quarter`: includes quarter localities - * `neighbourhood`: includes neighbourhood localities - * `locality`: an alias that groups all localities (`city`, `town`, `village`, `hamlet`, `borough`, `suburb`, `quarter` and `neighbourhood`) - * `postal_code`: publicly-used postal codes around the world - * `address`: addresses - * `admin_level`: most commonly used administrative areas - * `country`: countries as whole point of interest - * `airport`: includes all medium sized to international sized airports - * `train_station`: includes all train stations - * `metro_station`: includes all metro stations - * `shopping`: includes shopping malls (or "shopping centers") - *may include private retail brands* - * `museum`: includes museums - * `tourist_attraction`: includes tourist attractions like the Eiffel tower - * `amusement_park`: includes amusement parks like Disneyland Paris - * `art_gallery`: includes art galleries - * `zoo`: includes zoos + Specifies the types of suggestions to return in the query. Multiple types can be combined using the pipe character (`|`) as a separator. + This parameter supports a wide range of locality classifications, including: + - Standard locality types (e.g., cities, administrative areas, postal codes) + - Points of Interest (POI) categories + - POI aliases + + These classifications enable flexible geographic data representation and querying. + schema: - type: string - default: - locality|postal_code + default: locality|postal_code example: locality|airport|admin_level + $ref: "../../schemas/LocalitiesTypesAll.yml" in: query diff --git a/specification/paths/localities/localitiesNearby.yml b/specification/paths/localities/localitiesNearby.yml index 89c3513a..1c3311ba 100644 --- a/specification/paths/localities/localitiesNearby.yml +++ b/specification/paths/localities/localitiesNearby.yml @@ -11,7 +11,7 @@ security: - PrivateApiKeyAuth: [] - PrivateApiKeyHeaderAuth: [] parameters: - - $ref: "../../parameters/localities/extended_types.yml" + - $ref: "../../parameters/localities/nearby_types.yml" - name: location description: > Center of the search circle. @@ -50,7 +50,7 @@ parameters: maximum: 30 in: query example: 15 - - $ref: "../../parameters/localities/excluded_extended_types.yml" + - $ref: "../../parameters/localities/nearby_excluded_types.yml" responses: "200": description: Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`. diff --git a/specification/responses/woosmap_http_localities_autocomplete_collection_response.yml b/specification/responses/woosmap_http_localities_autocomplete_collection_response.yml index bc123d63..cbceb800 100644 --- a/specification/responses/woosmap_http_localities_autocomplete_collection_response.yml +++ b/specification/responses/woosmap_http_localities_autocomplete_collection_response.yml @@ -24,11 +24,11 @@ "matched_substrings": { "description": [{ "offset": 0, "length": 4 }] }, }, { - "public_id": "4Ew1mvbob3vobGMQ44AdRNY/5xE=", + "public_id": "52MnrbHVWH21CLWH8VY/YWKhqeM=", "type": "locality", "types": ["locality", "village"], - "description": "Little London, Hampshire, United Kingdom", - "matched_substrings": { "description": [{ "offset": 7, "length": 4 }] }, + "description": "London Apprentice, Cornwall, United Kingdom", + "matched_substrings": { "description": [{ "offset": 0, "length": 4 }] }, }, { "public_id": "S/5AkUmMBhX35qVI2jR38+dALwk=", diff --git a/specification/schemas/LocalitiesAutocompleteResponse.yml b/specification/schemas/LocalitiesAutocompleteResponse.yml index 1e4c2fdb..2aaecb64 100644 --- a/specification/schemas/LocalitiesAutocompleteResponse.yml +++ b/specification/schemas/LocalitiesAutocompleteResponse.yml @@ -10,7 +10,7 @@ properties: description: An array containing the types of the result type: array items: - $ref: "./LocalitiesTypes.yml" + $ref: "./LocalitiesTypesAll.yml" type: deprecated: true description: this field might be removed in the future, please use the `types` field which is more exhaustive diff --git a/specification/schemas/LocalitiesDetailsResponse.yml b/specification/schemas/LocalitiesDetailsResponse.yml index 8079342a..e2c644b5 100644 --- a/specification/schemas/LocalitiesDetailsResponse.yml +++ b/specification/schemas/LocalitiesDetailsResponse.yml @@ -22,7 +22,7 @@ properties: description: available localities types type: array items: - $ref: "./LocalitiesTypes.yml" + $ref: "./LocalitiesTypesAll.yml" geometry: description: The location of the PostalCode, in latitude and longitude, eventually associated with a Viewport and a shape. type: object diff --git a/specification/schemas/LocalitiesGeocodeResponse.yml b/specification/schemas/LocalitiesGeocodeResponse.yml index 8359b0d1..885fedb9 100644 --- a/specification/schemas/LocalitiesGeocodeResponse.yml +++ b/specification/schemas/LocalitiesGeocodeResponse.yml @@ -8,7 +8,7 @@ properties: description: An array containing the types of the result type: array items: - $ref: "./LocalitiesTypes.yml" + $ref: "./LocalitiesTypesAll.yml" administrative_area_label: $ref: "./AdministrativeAreaLabel.yml" public_id: diff --git a/specification/schemas/LocalitiesNearbyResponse.yml b/specification/schemas/LocalitiesNearbyResponse.yml index 726e5f27..d04b07b3 100644 --- a/specification/schemas/LocalitiesNearbyResponse.yml +++ b/specification/schemas/LocalitiesNearbyResponse.yml @@ -5,8 +5,9 @@ properties: types: description: An array containing the types of the result. type: array + example: ["point_of_interest", "transit.station.rail.train", "train_station"] items: - $ref: "./LocalitiesNearbyExtendedType.yml" + $ref: "./LocalitiesTypesPoi.yml" name: description: The name of the result. type: string @@ -32,6 +33,6 @@ properties: type: array deprecated: true items: - $ref: "./LocalitiesNearbyExtendedType.yml" + $ref: "./LocalitiesTypesPoi.yml" formatted_address: $ref: "./FormattedAddress.yml" \ No newline at end of file diff --git a/specification/schemas/LocalitiesTypes.yml b/specification/schemas/LocalitiesTypes.yml index 3021ff54..85401712 100644 --- a/specification/schemas/LocalitiesTypes.yml +++ b/specification/schemas/LocalitiesTypes.yml @@ -1,7 +1,15 @@ title: LocalitiesTypes type: string -description: Contains the type of the result. +description: > + Common types unrelated to points of interest (POI). + The `locality` type serves as an alias grouping various settlement types (see `enum` for details). + This grouping enables flexible and efficient querying of related geographic data. enum: + - country + - admin_level + - postal_code + - address + - route - locality - city - town @@ -11,17 +19,3 @@ enum: - suburb - quarter - neighbourhood - - postal_code - - admin_level - - airport - - train_station - - metro_station - - shopping - - museum - - zoo - - amusement_park - - art_gallery - - tourist_attraction - - country - - address - - route diff --git a/specification/schemas/LocalitiesTypesAll.yml b/specification/schemas/LocalitiesTypesAll.yml new file mode 100644 index 00000000..dd3165b2 --- /dev/null +++ b/specification/schemas/LocalitiesTypesAll.yml @@ -0,0 +1,9 @@ +title: LocalitiesTypesAll +type: string +description: > + A comprehensive string type that encompasses all supported locality classifications. This includes standard locality types (e.g., cities, regions), points of interest (POI) categories, and POI aliases for flexible geographic data representation and querying. + +anyOf: + - $ref: "./LocalitiesTypes.yml" + - $ref: "./LocalitiesTypesPoi.yml" + - $ref: "./LocalitiesTypesPoiAlias.yml" diff --git a/specification/schemas/LocalitiesNearbyExtendedType.yml b/specification/schemas/LocalitiesTypesPoi.yml similarity index 92% rename from specification/schemas/LocalitiesNearbyExtendedType.yml rename to specification/schemas/LocalitiesTypesPoi.yml index d9e64b5f..f7518e38 100644 --- a/specification/schemas/LocalitiesNearbyExtendedType.yml +++ b/specification/schemas/LocalitiesTypesPoi.yml @@ -1,4 +1,6 @@ -title: LocalitiesNearbyExtendedType +title: LocalitiesTypesPoi +description: > + Categories of points of interest (POI) supported for detailed classification in geographic data queries. type: string enum: - 'point_of_interest' diff --git a/specification/schemas/LocalitiesTypesPoiAlias.yml b/specification/schemas/LocalitiesTypesPoiAlias.yml new file mode 100644 index 00000000..35d0390f --- /dev/null +++ b/specification/schemas/LocalitiesTypesPoiAlias.yml @@ -0,0 +1,19 @@ +title: LocalitiesTypesPoiAlias +type: string +description: > + Aliases for some point_of_interest types. These aliases are deprecated and should be replaced with the corresponding types in `LocalitiesTypesPoi`. + For example: + - `airport` → `transit.station.airport` + - `train_station` → `transit.station.rail.train` + + This ensures consistency and alignment with the updated schema. +enum: + - airport + - train_station + - metro_station + - shopping + - museum + - zoo + - amusement_park + - art_gallery + - tourist_attraction diff --git a/specification/schemas/_index.yml b/specification/schemas/_index.yml index 37c10683..10dd1feb 100644 --- a/specification/schemas/_index.yml +++ b/specification/schemas/_index.yml @@ -120,6 +120,12 @@ LocalitiesStatus: $ref: "./LocalitiesStatus.yml" LocalitiesTypes: $ref: "./LocalitiesTypes.yml" +LocalitiesTypesAll: + $ref: "./LocalitiesTypesAll.yml" +LocalitiesTypesPoi: + $ref: "./LocalitiesTypesPoi.yml" +LocalitiesTypesPoiAlias: + $ref: "./LocalitiesTypesPoiAlias.yml" LocalitiesGeocodeCollectionResponse: $ref: "./LocalitiesGeocodeCollectionResponse.yml" LocalitiesGeocodeResponse: @@ -130,8 +136,6 @@ LocalitiesNearbyCollectionResponse: $ref: "./LocalitiesNearbyCollectionResponse.yml" LocalitiesNearbyResponse: $ref: "./LocalitiesNearbyResponse.yml" -LocalitiesNearbyExtendedType: - $ref: "./LocalitiesNearbyExtendedType.yml" # Address AddressAutocompleteCollectionResponse: