From e1ef417e2faedeb8c4c586bb9a8d17c61cad8a7d Mon Sep 17 00:00:00 2001 From: cdartnell-wgs Date: Tue, 26 May 2026 19:03:46 +0200 Subject: [PATCH 1/3] docs(localities): fix typos, refresh public_id example Typos / wording: - autocomplete description: drop duplicated "for a" - LocalitiesStatus: "yey" -> "yet" - DetailsResponse pagination: "pages_count" -> "page_count" (matches schema field) - Nearby 200 description: "Points of interests" -> "Points of interest" - "feedbacks" -> "feedback" across autocomplete/details/geocode/nearby public_id - AutocompleteResponse.description: "drop down" -> "drop-down" - AutocompleteResponse.type: capitalise sentence + terminal period - DetailsResponse.types: capitalise + terminal period - AutocompleteResponse.public_id: add article + capitalise "Localities Details Request" - MatchedFields: drop stray trailing backtick - Nearby example summary: "New-York" -> "New York" Punctuation / whitespace: - nearby_excluded_types: capitalise "Results", add missing period - nearby radius/page/limit (inline in localitiesNearby.yml): capitalise leads, "in meter" -> "in meters", add terminal period on limit - autocomplete radius: "100 000" -> "100000" - autocomplete types / geocode_types: strip trailing whitespace - latlng / Geocode's result: curly apostrophe -> ASCII Example refreshes: - public_id parameter example: switch to current SW1A 0AA postal-code public_id - postal_code details response example: matching public_id refresh Companion to Woosmap/localities#1603. --- specification/parameters/localities/geocode_types.yml | 4 ++-- specification/parameters/localities/latlng.yml | 2 +- .../parameters/localities/nearby_excluded_types.yml | 2 +- specification/parameters/localities/public_id.yml | 2 +- specification/parameters/localities/radius.yml | 2 +- specification/parameters/localities/types.yml | 2 +- .../paths/localities/localitiesAutocomplete.yml | 2 +- specification/paths/localities/localitiesNearby.yml | 10 +++++----- ...ap_http_localities_details_postal_code_response.yml | 2 +- .../schemas/LocalitiesAutocompleteMatchedFields.yml | 2 +- .../schemas/LocalitiesAutocompleteResponse.yml | 6 +++--- specification/schemas/LocalitiesDetailsResponse.yml | 6 +++--- specification/schemas/LocalitiesGeocodeResponse.yml | 4 ++-- specification/schemas/LocalitiesNearbyResponse.yml | 2 +- specification/schemas/LocalitiesStatus.yml | 2 +- 15 files changed, 25 insertions(+), 25 deletions(-) diff --git a/specification/parameters/localities/geocode_types.yml b/specification/parameters/localities/geocode_types.yml index cd38205c..b08e8bc2 100644 --- a/specification/parameters/localities/geocode_types.yml +++ b/specification/parameters/localities/geocode_types.yml @@ -1,6 +1,6 @@ name: types description: > - When executing a geocode request with the `address` parameter, it specifies the types of suggestions to return in the query. + 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) @@ -9,7 +9,7 @@ description: > These classifications enable flexible geographic data representation and querying. - This parameter is ignored when used with the `latlng` parameter. + This parameter is ignored when used with the `latlng` parameter. schema: default: diff --git a/specification/parameters/localities/latlng.yml b/specification/parameters/localities/latlng.yml index a5da0922..dda7d98e 100644 --- a/specification/parameters/localities/latlng.yml +++ b/specification/parameters/localities/latlng.yml @@ -1,6 +1,6 @@ name: latlng description: > - The latlng parameter is used for reverse geocoding, it’s required if the `address` parameter is missing. + The latlng parameter is used for reverse geocoding, it's required if the `address` parameter is missing. schema: type: string example: 5.2,-2.3 diff --git a/specification/parameters/localities/nearby_excluded_types.yml b/specification/parameters/localities/nearby_excluded_types.yml index 3d79aed4..c7dc201f 100644 --- a/specification/parameters/localities/nearby_excluded_types.yml +++ b/specification/parameters/localities/nearby_excluded_types.yml @@ -1,7 +1,7 @@ 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` + 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: diff --git a/specification/parameters/localities/public_id.yml b/specification/parameters/localities/public_id.yml index 4198b03c..55a4173f 100644 --- a/specification/parameters/localities/public_id.yml +++ b/specification/parameters/localities/public_id.yml @@ -3,6 +3,6 @@ description: > A textual identifier that uniquely identifies a locality, returned from a [Localities Autocomplete](https://developers.woosmap.com/products/localities/autocomplete/). schema: type: string - example: MkvnYy6K6oVGqeqfWJGO/6eCgqo= + example: cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0= required: true in: query diff --git a/specification/parameters/localities/radius.yml b/specification/parameters/localities/radius.yml index 9eef67c9..9c5486db 100644 --- a/specification/parameters/localities/radius.yml +++ b/specification/parameters/localities/radius.yml @@ -1,7 +1,7 @@ name: radius description: > This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. - Default radius if this parameter is not set is 100 000. + Default radius if this parameter is not set is 100000. schema: type: integer example: 200000 diff --git a/specification/parameters/localities/types.yml b/specification/parameters/localities/types.yml index 35fe69bb..632450fb 100644 --- a/specification/parameters/localities/types.yml +++ b/specification/parameters/localities/types.yml @@ -5,7 +5,7 @@ description: > - 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: diff --git a/specification/paths/localities/localitiesAutocomplete.yml b/specification/paths/localities/localitiesAutocomplete.yml index b116fab5..3f5b65ec 100644 --- a/specification/paths/localities/localitiesAutocomplete.yml +++ b/specification/paths/localities/localitiesAutocomplete.yml @@ -3,7 +3,7 @@ servers: tags: - Localities API description: > - Autocomplete on worldwide suggestions for a for text-based geographic searches. + Autocomplete on worldwide suggestions for text-based geographic searches. It can match on full words as well as substrings. You can therefore send queries as the user types, to provide on-the-fly addresses, city names, postal codes or suburb name suggestions. security: diff --git a/specification/paths/localities/localitiesNearby.yml b/specification/paths/localities/localitiesNearby.yml index 1c3311ba..6d5fedc5 100644 --- a/specification/paths/localities/localitiesNearby.yml +++ b/specification/paths/localities/localitiesNearby.yml @@ -22,7 +22,7 @@ parameters: in: query - name: radius description: > - radius of the search circle, in meter. + Radius of the search circle, in meters. schema: type: integer default: 1000 @@ -33,7 +33,7 @@ parameters: example: 3000 - name: page description: > - use `page` to navigate through paginated results. + Use `page` to navigate through paginated results. schema: type: integer default: 1 @@ -42,7 +42,7 @@ parameters: example: 7 - name: limit description: > - Defines how many results should be included in a page + Defines how many results should be included in a page. schema: type: integer default: 10 @@ -53,14 +53,14 @@ parameters: - $ref: "../../parameters/localities/nearby_excluded_types.yml" responses: "200": - description: Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`. + description: Points of interest surrounding `location` and matching provided `types`, sorted by distance to `location`. content: application/json: schema: $ref: "../../schemas/LocalitiesNearbyCollectionResponse.yml" examples: default: - summary: Nearby points of interest with category `business.shop` around New-York center. + summary: Nearby points of interest with category `business.shop` around New York center. value: $ref: "../../responses/woosmap_http_localities_nearby_collection_response.yml" "401": diff --git a/specification/responses/woosmap_http_localities_details_postal_code_response.yml b/specification/responses/woosmap_http_localities_details_postal_code_response.yml index efbdceca..aee9fefe 100644 --- a/specification/responses/woosmap_http_localities_details_postal_code_response.yml +++ b/specification/responses/woosmap_http_localities_details_postal_code_response.yml @@ -2,7 +2,7 @@ { "result": { - "public_id": "QaCU+fBtigK65ztSrqHqUoUDwZw=", + "public_id": "cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0=", "types": ["postal_code"], "formatted_address": "SW1A 0AA, City of London", "name": "SW1A 0AA", diff --git a/specification/schemas/LocalitiesAutocompleteMatchedFields.yml b/specification/schemas/LocalitiesAutocompleteMatchedFields.yml index dab92b19..fcb98efc 100644 --- a/specification/schemas/LocalitiesAutocompleteMatchedFields.yml +++ b/specification/schemas/LocalitiesAutocompleteMatchedFields.yml @@ -1,6 +1,6 @@ title: LocalitiesAutocompleteMatchedFields type: object -description: Contains a set of substrings in the `description` field that match elements in the `input`. It can be used to highlight those substrings. Each substring is identified by an `offset` and a `length`.` +description: Contains a set of substrings in the `description` field that match elements in the `input`. It can be used to highlight those substrings. Each substring is identified by an `offset` and a `length`. properties: description: description: match substrings for localities `description` diff --git a/specification/schemas/LocalitiesAutocompleteResponse.yml b/specification/schemas/LocalitiesAutocompleteResponse.yml index 2aaecb64..0925c0dc 100644 --- a/specification/schemas/LocalitiesAutocompleteResponse.yml +++ b/specification/schemas/LocalitiesAutocompleteResponse.yml @@ -3,7 +3,7 @@ type: object description: Attributes describing a locality. Not all attributes will be available for all locality types. properties: public_id: - description: 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. + description: Contains a unique ID for each suggestion. Please use this ID if you need to give us feedback on results. This ID is also required to perform a Localities Details Request. type: string example: MkvnYy6K6oVGqeqfWJGO/6eCgqo= types: @@ -13,10 +13,10 @@ properties: $ref: "./LocalitiesTypesAll.yml" type: deprecated: true - description: this field might be removed in the future, please use the `types` field which is more exhaustive + description: This field might be removed in the future, please use the `types` field which is more exhaustive. type: string description: - description: Concatenation of `name`, `admin_1`, `admin_0` to be used as suggestion in drop down list if needed. The description can vary depending on the type requested. + description: Concatenation of `name`, `admin_1`, `admin_0` to be used as suggestion in drop-down list if needed. The description can vary depending on the type requested. type: string example: "20121, Milano, Italy" matched_substrings: diff --git a/specification/schemas/LocalitiesDetailsResponse.yml b/specification/schemas/LocalitiesDetailsResponse.yml index e2c644b5..c5af5199 100644 --- a/specification/schemas/LocalitiesDetailsResponse.yml +++ b/specification/schemas/LocalitiesDetailsResponse.yml @@ -13,13 +13,13 @@ properties: - address_components properties: public_id: - description: Contains a unique ID for each suggestion. Please use this ID to give feedbacks on results. + description: Contains a unique ID for each suggestion. Please use this ID to give feedback on results. type: string example: MkvnYy6K6oVGqeqfWJGO/6eCgqo= formatted_address: $ref: "./FormattedAddress.yml" types: - description: available localities types + description: Available localities types. type: array items: $ref: "./LocalitiesTypesAll.yml" @@ -57,7 +57,7 @@ properties: pagination: type: object deprecated: true - description: The pagination part of the response is deprecated as all the addresses are now automatically returned in the response. It will be turned off at some point. From now on, the pagination will systematically return `page=1`, `pages_count=1`, `addresses_per_page=total addresses count` and `address_count=total addresses count`. + description: The pagination part of the response is deprecated as all the addresses are now automatically returned in the response. It will be turned off at some point. From now on, the pagination will systematically return `page=1`, `page_count=1`, `addresses_per_page=total addresses count` and `address_count=total addresses count`. properties: page: type: integer diff --git a/specification/schemas/LocalitiesGeocodeResponse.yml b/specification/schemas/LocalitiesGeocodeResponse.yml index 885fedb9..2b7002ab 100644 --- a/specification/schemas/LocalitiesGeocodeResponse.yml +++ b/specification/schemas/LocalitiesGeocodeResponse.yml @@ -12,7 +12,7 @@ properties: administrative_area_label: $ref: "./AdministrativeAreaLabel.yml" public_id: - description: Contains a unique ID for each suggestion. Please use this ID to give feedbacks on results. + description: Contains a unique ID for each suggestion. Please use this ID to give feedback on results. type: string example: MkvnYy6K6oVGqeqfWJGO/6eCgqo= geometry: @@ -31,5 +31,5 @@ properties: items: $ref: "./LocalitiesAddressSummary.yml" scores_per_components: - description: 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. + description: 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. $ref: "./LocalitiesScoresPerComponents.yml" diff --git a/specification/schemas/LocalitiesNearbyResponse.yml b/specification/schemas/LocalitiesNearbyResponse.yml index d04b07b3..5662cf1c 100644 --- a/specification/schemas/LocalitiesNearbyResponse.yml +++ b/specification/schemas/LocalitiesNearbyResponse.yml @@ -12,7 +12,7 @@ properties: description: The name of the result. type: string public_id: - description: Contains a unique ID for each result. Please use this ID to give feedbacks on results. + description: Contains a unique ID for each result. Please use this ID to give feedback on results. type: string example: NOAeiQADqqisOuN3NM7oXlhkROI= geometry: diff --git a/specification/schemas/LocalitiesStatus.yml b/specification/schemas/LocalitiesStatus.yml index 66ecacfa..6e00db30 100644 --- a/specification/schemas/LocalitiesStatus.yml +++ b/specification/schemas/LocalitiesStatus.yml @@ -1,4 +1,4 @@ title: LocalitiesStatus type: string -description: This optional field is only available for UK addresses referenced as not yey built by Royal Mail. Only one value yet. +description: This optional field is only available for UK addresses referenced as not yet built by Royal Mail. Only one value yet. enum: [ not_yet_built ] From 974b544fc33a8f52996fdc1b631f824c1acb36d9 Mon Sep 17 00:00:00 2001 From: cdartnell <69143508+cdartnell-wgs@users.noreply.github.com> Date: Thu, 28 May 2026 14:24:38 +0200 Subject: [PATCH 2/3] fix status description --- specification/schemas/LocalitiesStatus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/schemas/LocalitiesStatus.yml b/specification/schemas/LocalitiesStatus.yml index 6e00db30..5f32b315 100644 --- a/specification/schemas/LocalitiesStatus.yml +++ b/specification/schemas/LocalitiesStatus.yml @@ -1,4 +1,4 @@ title: LocalitiesStatus type: string -description: This optional field is only available for UK addresses referenced as not yet built by Royal Mail. Only one value yet. +description: This optional field is only available for UK addresses referenced as not yet built by Royal Mail. enum: [ not_yet_built ] From 9b64daa4be4dc9519c9a135f9bf1e6570eccced8 Mon Sep 17 00:00:00 2001 From: gaelsimon Date: Tue, 2 Jun 2026 07:22:23 +0000 Subject: [PATCH 3/3] chore: update dist folder [skip ci] --- ...ttp_parameters_localitiesautocomplete.html | 2 +- ..._http_parameters_localitiesautocomplete.md | 2 +- ...map_http_parameters_localitiesgeocode.html | 2 +- ...osmap_http_parameters_localitiesgeocode.md | 4 +- ...smap_http_parameters_localitiesnearby.html | 10 +- ...oosmap_http_parameters_localitiesnearby.md | 8 +- ...a_localitiesautocompletematchedfields.html | 2 +- ...ema_localitiesautocompletematchedfields.md | 2 +- ...schema_localitiesautocompleteresponse.html | 10 +- ...p_schema_localitiesautocompleteresponse.md | 6 +- ...http_schema_localitiesdetailsresponse.html | 2 +- ...p_http_schema_localitiesdetailsresponse.md | 2 +- ...http_schema_localitiesgeocoderesponse.html | 4 +- ...p_http_schema_localitiesgeocoderesponse.md | 4 +- ..._http_schema_localitiesnearbyresponse.html | 2 +- ...ap_http_schema_localitiesnearbyresponse.md | 2 +- .../woosmap_http_schema_localitiesstatus.html | 4 +- .../woosmap_http_schema_localitiesstatus.md | 2 +- dist/merged-woosmap-openapi3.json | 98 +- dist/woosmap-openapi3.json | 50 +- dist/woosmap-openapi3.yml | 52 +- dist/woosmap-postman.json | 1038 ++++++++--------- 22 files changed, 678 insertions(+), 630 deletions(-) diff --git a/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.html b/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.html index 54593b39..43901ab6 100644 --- a/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.html +++ b/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.html @@ -114,7 +114,7 @@

radius

location parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is - not set is 100 000. + not set is 100000.

  • diff --git a/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.md b/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.md index 020adc2e..a1e251d5 100644 --- a/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.md +++ b/dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.md @@ -40,7 +40,7 @@ -

    radius

    - This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100 000. + This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100000. -

    types

    diff --git a/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.html b/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.html index edfb615f..09de20fd 100644 --- a/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.html +++ b/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.html @@ -91,7 +91,7 @@

    language

  • latlng

    - The latlng parameter is used for reverse geocoding, it’s required if the + The latlng parameter is used for reverse geocoding, it's required if the address parameter is missing.

  • diff --git a/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.md b/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.md index 40692e50..7a723087 100644 --- a/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.md +++ b/dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.md @@ -35,7 +35,7 @@ -

    latlng

    - The latlng parameter is used for reverse geocoding, it’s required if the `address` parameter is missing. + The latlng parameter is used for reverse geocoding, it's required if the `address` parameter is missing. -

    list_sub_buildings

    @@ -43,7 +43,7 @@ -

    types

    - 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: + 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 diff --git a/dist/documentation/parameters/woosmap_http_parameters_localitiesnearby.html b/dist/documentation/parameters/woosmap_http_parameters_localitiesnearby.html index a183f302..248b181d 100644 --- a/dist/documentation/parameters/woosmap_http_parameters_localitiesnearby.html +++ b/dist/documentation/parameters/woosmap_http_parameters_localitiesnearby.html @@ -20,9 +20,9 @@

    Optional parameters

  • excluded_types

    - The types of points of interest to exclude from results. results will + 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 + 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.pubexcluded_types

  • limit

    -

    Defines how many results should be included in a page

    +

    Defines how many results should be included in a page.

  • page

    -

    use page to navigate through paginated results.

    +

    Use page to navigate through paginated results.

  • radius

    -

    radius of the search circle, in meter.

    +

    Radius of the search circle, in meters.

  • diff --git a/dist/documentation/parameters/woosmap_http_parameters_localitiesnearby.md b/dist/documentation/parameters/woosmap_http_parameters_localitiesnearby.md index 786bbf37..7726e3ac 100644 --- a/dist/documentation/parameters/woosmap_http_parameters_localitiesnearby.md +++ b/dist/documentation/parameters/woosmap_http_parameters_localitiesnearby.md @@ -14,19 +14,19 @@ -

    excluded_types

    - 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`. + 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`. -

    limit

    - Defines how many results should be included in a page + Defines how many results should be included in a page. -

    page

    - use `page` to navigate through paginated results. + Use `page` to navigate through paginated results. -

    radius

    - radius of the search circle, in meter. + Radius of the search circle, in meters.

    Generated from the OpenAPI specification. diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletematchedfields.html b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletematchedfields.html index c3a9ab66..c6e69a33 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletematchedfields.html +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletematchedfields.html @@ -7,7 +7,7 @@

    Contains a set of substrings in the description field that match elements in the input. It can be used to highlight those substrings. Each substring is identified by an offset and a - length.` + length.

    diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletematchedfields.md b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletematchedfields.md index 07932aaa..c43e85c4 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletematchedfields.md +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompletematchedfields.md @@ -2,7 +2,7 @@

    LocalitiesAutocompleteMatchedFields

    -Contains a set of substrings in the `description` field that match elements in the `input`. It can be used to highlight those substrings. Each substring is identified by an `offset` and a `length`.\` +Contains a set of substrings in the `description` field that match elements in the `input`. It can be used to highlight those substrings. Each substring is identified by an `offset` and a `length`. | Field | Required | Type | Description | | :--------------------------------------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.html b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.html index 5f3db88a..511aa067 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.html +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.html @@ -32,7 +32,7 @@

    Concatenation of name, admin_1, - admin_0 to be used as suggestion in drop down list if + admin_0 to be used as suggestion in drop-down list if needed. The description can vary depending on the type requested.

    @@ -107,8 +107,8 @@

    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. + need to give us feedback on results. This ID is also required to + perform a Localities Details Request.

    @@ -155,8 +155,8 @@

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

    diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.md b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.md index 93da553c..bf97cfbb 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.md +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesautocompleteresponse.md @@ -6,12 +6,12 @@ Attributes describing a locality. Not all attributes will be available for all l | Field | Required | Type | Description | | :-------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -|

    | optional | string |

    Concatenation of name, admin_1, admin_0 to be used as suggestion in drop down list if needed. The description can vary depending on the type requested.

    | +| | optional | string |

    Concatenation of name, admin_1, admin_0 to be used as suggestion in drop-down list if needed. The description can vary depending on the type requested.

    | | | optional | boolean |

    On the specific territory of United Kingdom, Localities autocomplete request can return the additional attribute has_addresses for a postal code, which indicates if a postal code bears addresses. When has_addresses is true, it is possible to display a list of the available addresses by requesting details with the Localities public_id. To get the details of an address you will need to request again /details endpoint passing in the dedicated address public_id.

    | | | optional | [LocalitiesAutocompleteMatchedFields](#LocalitiesAutocompleteMatchedFields "LocalitiesAutocompleteMatchedFields") | See [LocalitiesAutocompleteMatchedFields](#LocalitiesAutocompleteMatchedFields "LocalitiesAutocompleteMatchedFields") for more information. | -| | 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 | string |

    Contains a unique ID for each suggestion. Please use this ID if you need to give us feedback on results. This ID is also required to perform a 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 | string |

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

    | | | 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_localitiesdetailsresponse.html b/dist/documentation/schemas/woosmap_http_schema_localitiesdetailsresponse.html index 879ae728..b3ec8795 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesdetailsresponse.html +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesdetailsresponse.html @@ -42,7 +42,7 @@

     {
       "result": {
    -    "public_id": "QaCU+fBtigK65ztSrqHqUoUDwZw=",
    +    "public_id": "cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0=",
         "types": [
           "postal_code"
         ],
    diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesdetailsresponse.md b/dist/documentation/schemas/woosmap_http_schema_localitiesdetailsresponse.md
    index 93ccfb9a..5d2053ac 100644
    --- a/dist/documentation/schemas/woosmap_http_schema_localitiesdetailsresponse.md
    +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesdetailsresponse.md
    @@ -12,7 +12,7 @@ Attributes describing a locality. Not all attributes are available for all local
     
     
    {
       "result": {
    -    "public_id": "QaCU+fBtigK65ztSrqHqUoUDwZw=",
    +    "public_id": "cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0=",
         "types": [
           "postal_code"
         ],
    diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.html b/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.html
    index 8af40dec..80ce5e06 100644
    --- a/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.html
    +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.html
    @@ -144,7 +144,7 @@ 

    Contains a unique ID for each suggestion. Please use this ID to give - feedbacks on results. + feedback on results.

    @@ -173,7 +173,7 @@

    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. + Geocode's result.

    See diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.md b/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.md index f8b53a75..f8d24581 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.md +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesgeocoderesponse.md @@ -11,8 +11,8 @@ Attributes describing a locality. Not all attributes will be available for all l |

    | optional | number |

    When reverse geocoding, this field represents the distance (in meter) to the requested latlng

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

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

    | -| | 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 | string |

    Contains a unique ID for each suggestion. Please use this ID to give feedback on results.

    | +| | 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<[LocalitiesTypesAll](#LocalitiesTypesAll "LocalitiesTypesAll")> |

    An array containing the types of the result

    See LocalitiesTypesAll for more information.

    | diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.html b/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.html index dffd050b..7c9639d6 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.html +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.html @@ -141,7 +141,7 @@

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

    diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.md b/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.md index 56e282ef..2df8d1ea 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.md +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesnearbyresponse.md @@ -11,7 +11,7 @@ Attributes describing a point of interest. |

    | 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 | string |

    Contains a unique ID for each result. Please use this ID to give feedback 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. diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesstatus.html b/dist/documentation/schemas/woosmap_http_schema_localitiesstatus.html index a93ee623..ade0e4a3 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesstatus.html +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesstatus.html @@ -2,8 +2,8 @@

    LocalitiesStatus

    - This optional field is only available for UK addresses referenced as not yey - built by Royal Mail. Only one value yet. + This optional field is only available for UK addresses referenced as not yet + built by Royal Mail.

    Generated from the diff --git a/dist/documentation/schemas/woosmap_http_schema_localitiesstatus.md b/dist/documentation/schemas/woosmap_http_schema_localitiesstatus.md index 9dd9c48f..47810b3f 100644 --- a/dist/documentation/schemas/woosmap_http_schema_localitiesstatus.md +++ b/dist/documentation/schemas/woosmap_http_schema_localitiesstatus.md @@ -2,7 +2,7 @@

    LocalitiesStatus

    -This optional field is only available for UK addresses referenced as not yey built by Royal Mail. Only one value yet. +This optional field is only available for UK addresses referenced as not yet built by Royal Mail.

    Generated from the OpenAPI specification. ✎ Edit diff --git a/dist/merged-woosmap-openapi3.json b/dist/merged-woosmap-openapi3.json index f93ea423..d7539a21 100755 --- a/dist/merged-woosmap-openapi3.json +++ b/dist/merged-woosmap-openapi3.json @@ -3537,13 +3537,18 @@ "enum": [ "en", "fr", + "bg", "ca", + "cs", "da", "de", + "el", "es", "et", "fi", "he", + "hi", + "hu", "it", "ja", "nb", @@ -3552,7 +3557,10 @@ "pt", "ro", "ru", + "sk", + "sl", "sv", + "tr", "uk", "zh" ], @@ -4040,13 +4048,18 @@ "enum": [ "en", "fr", + "bg", "ca", + "cs", "da", "de", + "el", "es", "et", "fi", "he", + "hi", + "hu", "it", "ja", "nb", @@ -4055,7 +4068,10 @@ "pt", "ro", "ru", + "sk", + "sl", "sv", + "tr", "uk", "zh" ], @@ -4566,13 +4582,18 @@ "enum": [ "en", "fr", + "bg", "ca", + "cs", "da", "de", + "el", "es", "et", "fi", "he", + "hi", + "hu", "it", "ja", "nb", @@ -4581,7 +4602,10 @@ "pt", "ro", "ru", + "sk", + "sl", "sv", + "tr", "uk", "zh" ], @@ -5047,13 +5071,18 @@ "enum": [ "en", "fr", + "bg", "ca", + "cs", "da", "de", + "el", "es", "et", "fi", "he", + "hi", + "hu", "it", "ja", "nb", @@ -5062,7 +5091,10 @@ "pt", "ro", "ru", + "sk", + "sl", "sv", + "tr", "uk", "zh" ], @@ -8051,7 +8083,7 @@ "tags": [ "Localities API" ], - "description": "Autocomplete on worldwide suggestions for a for text-based geographic searches. It can match on full words as well as substrings. You can therefore send queries as the user types, to provide on-the-fly addresses, city names, postal codes or suburb name suggestions.\n", + "description": "Autocomplete on worldwide suggestions for text-based geographic searches. It can match on full words as well as substrings. You can therefore send queries as the user types, to provide on-the-fly addresses, city names, postal codes or suburb name suggestions.\n", "security": [ { "Woosmap_Platform_API_Reference_PublicApiKeyAuth": [], @@ -8416,7 +8448,7 @@ "summary": "Localities Postal Code details from a `public_id` retrieved using Localities autocomplete", "value": { "result": { - "public_id": "QaCU+fBtigK65ztSrqHqUoUDwZw=", + "public_id": "cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0=", "types": [ "postal_code" ], @@ -8978,7 +9010,7 @@ }, { "name": "radius", - "description": "radius of the search circle, in meter.\n", + "description": "Radius of the search circle, in meters.\n", "schema": { "type": "integer", "default": 1000, @@ -8991,7 +9023,7 @@ }, { "name": "page", - "description": "use `page` to navigate through paginated results.\n", + "description": "Use `page` to navigate through paginated results.\n", "schema": { "type": "integer", "default": 1, @@ -9002,7 +9034,7 @@ }, { "name": "limit", - "description": "Defines how many results should be included in a page\n", + "description": "Defines how many results should be included in a page.\n", "schema": { "type": "integer", "default": 10, @@ -9018,7 +9050,7 @@ ], "responses": { "200": { - "description": "Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`.", + "description": "Points of interest surrounding `location` and matching provided `types`, sorted by distance to `location`.", "content": { "application/json": { "schema": { @@ -9026,7 +9058,7 @@ }, "examples": { "default": { - "summary": "Nearby points of interest with category `business.shop` around New-York center.", + "summary": "Nearby points of interest with category `business.shop` around New York center.", "value": { "results": [ { @@ -12081,7 +12113,7 @@ }, "Woosmap_Platform_API_Reference_types": { "name": "types", - "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", + "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": { "default": "locality|postal_code", "example": "locality|airport|admin_level", @@ -12128,7 +12160,7 @@ }, "Woosmap_Platform_API_Reference_radius-2": { "name": "radius", - "description": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100 000.\n", + "description": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100000.\n", "schema": { "type": "integer", "example": 200000 @@ -12176,7 +12208,7 @@ "description": "A textual identifier that uniquely identifies a locality, returned from a [Localities Autocomplete](https://developers.woosmap.com/products/localities/autocomplete/).\n", "schema": { "type": "string", - "example": "MkvnYy6K6oVGqeqfWJGO/6eCgqo=" + "example": "cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0=" }, "required": true, "in": "query" @@ -12239,7 +12271,7 @@ }, "Woosmap_Platform_API_Reference_latlng": { "name": "latlng", - "description": "The latlng parameter is used for reverse geocoding, it’s required if the `address` parameter is missing.\n", + "description": "The latlng parameter is used for reverse geocoding, it's required if the `address` parameter is missing.\n", "schema": { "type": "string", "example": "5.2,-2.3" @@ -12249,7 +12281,7 @@ }, "Woosmap_Platform_API_Reference_geocode_types": { "name": "types", - "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", + "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": { "default": "locality|postal_code|address", "example": "locality|admin_level", @@ -12278,7 +12310,7 @@ }, "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", + "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_LocalitiesTypesPoi" }, @@ -14362,7 +14394,7 @@ "Woosmap_Platform_API_Reference_LocalitiesAutocompleteMatchedFields": { "title": "LocalitiesAutocompleteMatchedFields", "type": "object", - "description": "Contains a set of substrings in the `description` field that match elements in the `input`. It can be used to highlight those substrings. Each substring is identified by an `offset` and a `length`.`", + "description": "Contains a set of substrings in the `description` field that match elements in the `input`. It can be used to highlight those substrings. Each substring is identified by an `offset` and a `length`.", "properties": { "description": { "description": "match substrings for localities `description`", @@ -14408,7 +14440,7 @@ "description": "Attributes describing a locality. Not all attributes will be available for all locality types.", "properties": { "public_id": { - "description": "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.", + "description": "Contains a unique ID for each suggestion. Please use this ID if you need to give us feedback on results. This ID is also required to perform a Localities Details Request.", "type": "string", "example": "MkvnYy6K6oVGqeqfWJGO/6eCgqo=" }, @@ -14421,11 +14453,11 @@ }, "type": { "deprecated": true, - "description": "this field might be removed in the future, please use the `types` field which is more exhaustive", + "description": "This field might be removed in the future, please use the `types` field which is more exhaustive.", "type": "string" }, "description": { - "description": "Concatenation of `name`, `admin_1`, `admin_0` to be used as suggestion in drop down list if needed. The description can vary depending on the type requested.", + "description": "Concatenation of `name`, `admin_1`, `admin_0` to be used as suggestion in drop-down list if needed. The description can vary depending on the type requested.", "type": "string", "example": "20121, Milano, Italy" }, @@ -14744,7 +14776,7 @@ "Woosmap_Platform_API_Reference_LocalitiesStatus": { "title": "LocalitiesStatus", "type": "string", - "description": "This optional field is only available for UK addresses referenced as not yey built by Royal Mail. Only one value yet.", + "description": "This optional field is only available for UK addresses referenced as not yet built by Royal Mail.", "enum": [ "not_yet_built" ] @@ -14791,7 +14823,7 @@ ], "properties": { "public_id": { - "description": "Contains a unique ID for each suggestion. Please use this ID to give feedbacks on results.", + "description": "Contains a unique ID for each suggestion. Please use this ID to give feedback on results.", "type": "string", "example": "MkvnYy6K6oVGqeqfWJGO/6eCgqo=" }, @@ -14799,7 +14831,7 @@ "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_FormattedAddress" }, "types": { - "description": "available localities types", + "description": "Available localities types.", "type": "array", "items": { "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesTypesAll" @@ -14863,7 +14895,7 @@ "pagination": { "type": "object", "deprecated": true, - "description": "The pagination part of the response is deprecated as all the addresses are now automatically returned in the response. It will be turned off at some point. From now on, the pagination will systematically return `page=1`, `pages_count=1`, `addresses_per_page=total addresses count` and `address_count=total addresses count`.", + "description": "The pagination part of the response is deprecated as all the addresses are now automatically returned in the response. It will be turned off at some point. From now on, the pagination will systematically return `page=1`, `page_count=1`, `addresses_per_page=total addresses count` and `address_count=total addresses count`.", "properties": { "page": { "type": "integer", @@ -14901,7 +14933,7 @@ }, "example": { "result": { - "public_id": "QaCU+fBtigK65ztSrqHqUoUDwZw=", + "public_id": "cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0=", "types": [ "postal_code" ], @@ -15053,7 +15085,7 @@ "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_AdministrativeAreaLabel" }, "public_id": { - "description": "Contains a unique ID for each suggestion. Please use this ID to give feedbacks on results.", + "description": "Contains a unique ID for each suggestion. Please use this ID to give feedback on results.", "type": "string", "example": "MkvnYy6K6oVGqeqfWJGO/6eCgqo=" }, @@ -15079,7 +15111,7 @@ } }, "scores_per_components": { - "description": "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.", + "description": "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.", "$ref": "#/components/schemas/Woosmap_Platform_API_Reference_LocalitiesScoresPerComponents" } } @@ -15190,7 +15222,7 @@ "type": "string" }, "public_id": { - "description": "Contains a unique ID for each result. Please use this ID to give feedbacks on results.", + "description": "Contains a unique ID for each result. Please use this ID to give feedback on results.", "type": "string", "example": "NOAeiQADqqisOuN3NM7oXlhkROI=" }, @@ -20329,13 +20361,18 @@ "enum": [ "en", "fr", + "bg", "ca", + "cs", "da", "de", + "el", "es", "et", "fi", "he", + "hi", + "hu", "it", "ja", "nb", @@ -20344,7 +20381,10 @@ "pt", "ro", "ru", + "sk", + "sl", "sv", + "tr", "uk", "zh" ], @@ -20585,13 +20625,18 @@ "enum": [ "en", "fr", + "bg", "ca", + "cs", "da", "de", + "el", "es", "et", "fi", "he", + "hi", + "hu", "it", "ja", "nb", @@ -20600,7 +20645,10 @@ "pt", "ro", "ru", + "sk", + "sl", "sv", + "tr", "uk", "zh" ], diff --git a/dist/woosmap-openapi3.json b/dist/woosmap-openapi3.json index 35ea152f..7220d3c7 100755 --- a/dist/woosmap-openapi3.json +++ b/dist/woosmap-openapi3.json @@ -2318,7 +2318,7 @@ "tags": [ "Localities API" ], - "description": "Autocomplete on worldwide suggestions for a for text-based geographic searches. It can match on full words as well as substrings. You can therefore send queries as the user types, to provide on-the-fly addresses, city names, postal codes or suburb name suggestions.\n", + "description": "Autocomplete on worldwide suggestions for text-based geographic searches. It can match on full words as well as substrings. You can therefore send queries as the user types, to provide on-the-fly addresses, city names, postal codes or suburb name suggestions.\n", "security": [ { "PublicApiKeyAuth": [], @@ -2683,7 +2683,7 @@ "summary": "Localities Postal Code details from a `public_id` retrieved using Localities autocomplete", "value": { "result": { - "public_id": "QaCU+fBtigK65ztSrqHqUoUDwZw=", + "public_id": "cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0=", "types": [ "postal_code" ], @@ -3245,7 +3245,7 @@ }, { "name": "radius", - "description": "radius of the search circle, in meter.\n", + "description": "Radius of the search circle, in meters.\n", "schema": { "type": "integer", "default": 1000, @@ -3258,7 +3258,7 @@ }, { "name": "page", - "description": "use `page` to navigate through paginated results.\n", + "description": "Use `page` to navigate through paginated results.\n", "schema": { "type": "integer", "default": 1, @@ -3269,7 +3269,7 @@ }, { "name": "limit", - "description": "Defines how many results should be included in a page\n", + "description": "Defines how many results should be included in a page.\n", "schema": { "type": "integer", "default": 10, @@ -3285,7 +3285,7 @@ ], "responses": { "200": { - "description": "Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`.", + "description": "Points of interest surrounding `location` and matching provided `types`, sorted by distance to `location`.", "content": { "application/json": { "schema": { @@ -3293,7 +3293,7 @@ }, "examples": { "default": { - "summary": "Nearby points of interest with category `business.shop` around New-York center.", + "summary": "Nearby points of interest with category `business.shop` around New York center.", "value": { "results": [ { @@ -4671,7 +4671,7 @@ }, "types": { "name": "types", - "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", + "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": { "default": "locality|postal_code", "example": "locality|airport|admin_level", @@ -4718,7 +4718,7 @@ }, "radius-2": { "name": "radius", - "description": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100 000.\n", + "description": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100000.\n", "schema": { "type": "integer", "example": 200000 @@ -4766,7 +4766,7 @@ "description": "A textual identifier that uniquely identifies a locality, returned from a [Localities Autocomplete](https://developers.woosmap.com/products/localities/autocomplete/).\n", "schema": { "type": "string", - "example": "MkvnYy6K6oVGqeqfWJGO/6eCgqo=" + "example": "cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0=" }, "required": true, "in": "query" @@ -4829,7 +4829,7 @@ }, "latlng": { "name": "latlng", - "description": "The latlng parameter is used for reverse geocoding, it’s required if the `address` parameter is missing.\n", + "description": "The latlng parameter is used for reverse geocoding, it's required if the `address` parameter is missing.\n", "schema": { "type": "string", "example": "5.2,-2.3" @@ -4839,7 +4839,7 @@ }, "geocode_types": { "name": "types", - "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", + "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": { "default": "locality|postal_code|address", "example": "locality|admin_level", @@ -4868,7 +4868,7 @@ }, "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", + "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/LocalitiesTypesPoi" }, @@ -6952,7 +6952,7 @@ "LocalitiesAutocompleteMatchedFields": { "title": "LocalitiesAutocompleteMatchedFields", "type": "object", - "description": "Contains a set of substrings in the `description` field that match elements in the `input`. It can be used to highlight those substrings. Each substring is identified by an `offset` and a `length`.`", + "description": "Contains a set of substrings in the `description` field that match elements in the `input`. It can be used to highlight those substrings. Each substring is identified by an `offset` and a `length`.", "properties": { "description": { "description": "match substrings for localities `description`", @@ -6998,7 +6998,7 @@ "description": "Attributes describing a locality. Not all attributes will be available for all locality types.", "properties": { "public_id": { - "description": "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.", + "description": "Contains a unique ID for each suggestion. Please use this ID if you need to give us feedback on results. This ID is also required to perform a Localities Details Request.", "type": "string", "example": "MkvnYy6K6oVGqeqfWJGO/6eCgqo=" }, @@ -7011,11 +7011,11 @@ }, "type": { "deprecated": true, - "description": "this field might be removed in the future, please use the `types` field which is more exhaustive", + "description": "This field might be removed in the future, please use the `types` field which is more exhaustive.", "type": "string" }, "description": { - "description": "Concatenation of `name`, `admin_1`, `admin_0` to be used as suggestion in drop down list if needed. The description can vary depending on the type requested.", + "description": "Concatenation of `name`, `admin_1`, `admin_0` to be used as suggestion in drop-down list if needed. The description can vary depending on the type requested.", "type": "string", "example": "20121, Milano, Italy" }, @@ -7334,7 +7334,7 @@ "LocalitiesStatus": { "title": "LocalitiesStatus", "type": "string", - "description": "This optional field is only available for UK addresses referenced as not yey built by Royal Mail. Only one value yet.", + "description": "This optional field is only available for UK addresses referenced as not yet built by Royal Mail.", "enum": [ "not_yet_built" ] @@ -7381,7 +7381,7 @@ ], "properties": { "public_id": { - "description": "Contains a unique ID for each suggestion. Please use this ID to give feedbacks on results.", + "description": "Contains a unique ID for each suggestion. Please use this ID to give feedback on results.", "type": "string", "example": "MkvnYy6K6oVGqeqfWJGO/6eCgqo=" }, @@ -7389,7 +7389,7 @@ "$ref": "#/components/schemas/FormattedAddress" }, "types": { - "description": "available localities types", + "description": "Available localities types.", "type": "array", "items": { "$ref": "#/components/schemas/LocalitiesTypesAll" @@ -7453,7 +7453,7 @@ "pagination": { "type": "object", "deprecated": true, - "description": "The pagination part of the response is deprecated as all the addresses are now automatically returned in the response. It will be turned off at some point. From now on, the pagination will systematically return `page=1`, `pages_count=1`, `addresses_per_page=total addresses count` and `address_count=total addresses count`.", + "description": "The pagination part of the response is deprecated as all the addresses are now automatically returned in the response. It will be turned off at some point. From now on, the pagination will systematically return `page=1`, `page_count=1`, `addresses_per_page=total addresses count` and `address_count=total addresses count`.", "properties": { "page": { "type": "integer", @@ -7491,7 +7491,7 @@ }, "example": { "result": { - "public_id": "QaCU+fBtigK65ztSrqHqUoUDwZw=", + "public_id": "cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0=", "types": [ "postal_code" ], @@ -7643,7 +7643,7 @@ "$ref": "#/components/schemas/AdministrativeAreaLabel" }, "public_id": { - "description": "Contains a unique ID for each suggestion. Please use this ID to give feedbacks on results.", + "description": "Contains a unique ID for each suggestion. Please use this ID to give feedback on results.", "type": "string", "example": "MkvnYy6K6oVGqeqfWJGO/6eCgqo=" }, @@ -7669,7 +7669,7 @@ } }, "scores_per_components": { - "description": "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.", + "description": "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.", "$ref": "#/components/schemas/LocalitiesScoresPerComponents" } } @@ -7780,7 +7780,7 @@ "type": "string" }, "public_id": { - "description": "Contains a unique ID for each result. Please use this ID to give feedbacks on results.", + "description": "Contains a unique ID for each result. Please use this ID to give feedback on results.", "type": "string", "example": "NOAeiQADqqisOuN3NM7oXlhkROI=" }, diff --git a/dist/woosmap-openapi3.yml b/dist/woosmap-openapi3.yml index d2a78e27..9b4b2735 100755 --- a/dist/woosmap-openapi3.yml +++ b/dist/woosmap-openapi3.yml @@ -2475,7 +2475,7 @@ paths: tags: - Localities API description: | - Autocomplete on worldwide suggestions for a for text-based geographic searches. It can match on full words as well as substrings. You can therefore send queries as the user types, to provide on-the-fly addresses, city names, postal codes or suburb name suggestions. + Autocomplete on worldwide suggestions for text-based geographic searches. It can match on full words as well as substrings. You can therefore send queries as the user types, to provide on-the-fly addresses, city names, postal codes or suburb name suggestions. security: - PublicApiKeyAuth: [] RefererHeader: [] @@ -2706,7 +2706,7 @@ paths: summary: Localities Postal Code details from a `public_id` retrieved using Localities autocomplete value: result: - public_id: QaCU+fBtigK65ztSrqHqUoUDwZw= + public_id: cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0= types: - postal_code formatted_address: SW1A 0AA, City of London @@ -3077,7 +3077,7 @@ paths: in: query - name: radius description: | - radius of the search circle, in meter. + Radius of the search circle, in meters. schema: type: integer default: 1000 @@ -3088,7 +3088,7 @@ paths: example: 3000 - name: page description: | - use `page` to navigate through paginated results. + Use `page` to navigate through paginated results. schema: type: integer default: 1 @@ -3097,7 +3097,7 @@ paths: example: 7 - name: limit description: | - Defines how many results should be included in a page + Defines how many results should be included in a page. schema: type: integer default: 10 @@ -3108,14 +3108,14 @@ paths: - $ref: '#/components/parameters/nearby_excluded_types' responses: '200': - description: Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`. + description: Points of interest surrounding `location` and matching provided `types`, sorted by distance to `location`. content: application/json: schema: $ref: '#/components/schemas/LocalitiesNearbyCollectionResponse' examples: default: - summary: Nearby points of interest with category `business.shop` around New-York center. + summary: Nearby points of interest with category `business.shop` around New York center. value: results: - public_id: cG9pOnVzOmJ1c2luZXNzLmZvb2RfYW5kX2RyaW5rcy5mYXN0X2Zvb2Q6ZTc2ZDA1YzBiM2M0M2NmNmVkNTJjNGQyZDFiZDE3Nzc0OTZkNjlmOA== @@ -4365,7 +4365,7 @@ components: - 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: default: locality|postal_code @@ -4408,7 +4408,7 @@ components: radius-2: name: radius description: | - This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100 000. + This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100000. schema: type: integer example: 200000 @@ -4450,7 +4450,7 @@ components: A textual identifier that uniquely identifies a locality, returned from a [Localities Autocomplete](https://developers.woosmap.com/products/localities/autocomplete/). schema: type: string - example: MkvnYy6K6oVGqeqfWJGO/6eCgqo= + example: cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0= required: true in: query fields: @@ -4506,7 +4506,7 @@ components: latlng: name: latlng description: | - The latlng parameter is used for reverse geocoding, it’s required if the `address` parameter is missing. + The latlng parameter is used for reverse geocoding, it's required if the `address` parameter is missing. schema: type: string example: 5.2,-2.3 @@ -4515,13 +4515,13 @@ components: geocode_types: name: types 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: + 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. + This parameter is ignored when used with the `latlng` parameter. schema: default: locality|postal_code|address example: locality|admin_level @@ -4547,7 +4547,7 @@ components: 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`. + 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/LocalitiesTypesPoi' in: query @@ -6026,7 +6026,7 @@ components: LocalitiesAutocompleteMatchedFields: title: LocalitiesAutocompleteMatchedFields type: object - description: Contains a set of substrings in the `description` field that match elements in the `input`. It can be used to highlight those substrings. Each substring is identified by an `offset` and a `length`.` + description: Contains a set of substrings in the `description` field that match elements in the `input`. It can be used to highlight those substrings. Each substring is identified by an `offset` and a `length`. properties: description: description: match substrings for localities `description` @@ -6060,7 +6060,7 @@ components: description: Attributes describing a locality. Not all attributes will be available for all locality types. properties: public_id: - description: 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. + description: Contains a unique ID for each suggestion. Please use this ID if you need to give us feedback on results. This ID is also required to perform a Localities Details Request. type: string example: MkvnYy6K6oVGqeqfWJGO/6eCgqo= types: @@ -6070,10 +6070,10 @@ components: $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 + description: This field might be removed in the future, please use the `types` field which is more exhaustive. type: string description: - description: Concatenation of `name`, `admin_1`, `admin_0` to be used as suggestion in drop down list if needed. The description can vary depending on the type requested. + description: Concatenation of `name`, `admin_1`, `admin_0` to be used as suggestion in drop-down list if needed. The description can vary depending on the type requested. type: string example: 20121, Milano, Italy matched_substrings: @@ -6280,7 +6280,7 @@ components: LocalitiesStatus: title: LocalitiesStatus type: string - description: This optional field is only available for UK addresses referenced as not yey built by Royal Mail. Only one value yet. + description: This optional field is only available for UK addresses referenced as not yet built by Royal Mail. enum: - not_yet_built LocalitiesAddressSummary: @@ -6318,13 +6318,13 @@ components: - address_components properties: public_id: - description: Contains a unique ID for each suggestion. Please use this ID to give feedbacks on results. + description: Contains a unique ID for each suggestion. Please use this ID to give feedback on results. type: string example: MkvnYy6K6oVGqeqfWJGO/6eCgqo= formatted_address: $ref: '#/components/schemas/FormattedAddress' types: - description: available localities types + description: Available localities types. type: array items: $ref: '#/components/schemas/LocalitiesTypesAll' @@ -6372,7 +6372,7 @@ components: pagination: type: object deprecated: true - description: The pagination part of the response is deprecated as all the addresses are now automatically returned in the response. It will be turned off at some point. From now on, the pagination will systematically return `page=1`, `pages_count=1`, `addresses_per_page=total addresses count` and `address_count=total addresses count`. + description: The pagination part of the response is deprecated as all the addresses are now automatically returned in the response. It will be turned off at some point. From now on, the pagination will systematically return `page=1`, `page_count=1`, `addresses_per_page=total addresses count` and `address_count=total addresses count`. properties: page: type: integer @@ -6397,7 +6397,7 @@ components: $ref: '#/components/schemas/LocalitiesAddressSummary' example: result: - public_id: QaCU+fBtigK65ztSrqHqUoUDwZw= + public_id: cG9zdGFsX2NvZGU6Z2I6OmNDN0N0ZUF2MW9YRi9KLzlnS2cremJndktFaz0= types: - postal_code formatted_address: SW1A 0AA, City of London @@ -6509,7 +6509,7 @@ components: administrative_area_label: $ref: '#/components/schemas/AdministrativeAreaLabel' public_id: - description: Contains a unique ID for each suggestion. Please use this ID to give feedbacks on results. + description: Contains a unique ID for each suggestion. Please use this ID to give feedback on results. type: string example: MkvnYy6K6oVGqeqfWJGO/6eCgqo= geometry: @@ -6528,7 +6528,7 @@ components: items: $ref: '#/components/schemas/LocalitiesAddressSummary' scores_per_components: - description: 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. + description: 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. $ref: '#/components/schemas/LocalitiesScoresPerComponents' LocalitiesGeocodeCollectionResponse: title: LocalitiesGeocodeCollectionResponse @@ -6601,7 +6601,7 @@ components: description: The name of the result. type: string public_id: - description: Contains a unique ID for each result. Please use this ID to give feedbacks on results. + description: Contains a unique ID for each result. Please use this ID to give feedback on results. type: string example: NOAeiQADqqisOuN3NM7oXlhkROI= geometry: diff --git a/dist/woosmap-postman.json b/dist/woosmap-postman.json index 2f390be9..fc829494 100755 --- a/dist/woosmap-postman.json +++ b/dist/woosmap-postman.json @@ -10,7 +10,7 @@ "description": "Manage the store and asset data within your Woosmap project. It provides full CRUD (Create, Read, Update, Delete) operations through standard HTTP methods, supporting batch imports up to 15MB, along with an atomic replace operation for swapping entire datasets without downtime.\nThis endpoint handles the complete lifecycle of your location data. You can add new assets in batch using POST, update existing assets with PUT, retrieve assets as GeoJSON with GET, remove individual or all assets with DELETE, and atomically replace your entire dataset using the replace operation. All write operations accept JSON payloads containing an array of store objects, each with a unique storeId, name, and geographic coordinates.\n\n``` POST|GET|PUT|DELETE https://api.woosmap.com/stores ```\n", "item": [ { - "id": "e95283f9-3a21-4d88-bf50-69acb5d21623", + "id": "b8372a81-7138-427d-b075-8f3b90f27f43", "name": "Create your Assets", "request": { "name": "Create your Assets", @@ -44,7 +44,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -72,7 +72,7 @@ }, "response": [ { - "id": "e8219841-c556-49d4-80ce-4980aa47ae44", + "id": "ff3fa23d-dadf-4866-832e-717507b5fda6", "name": "Assets successfully created", "originalRequest": { "url": { @@ -110,7 +110,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -132,7 +132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1db9cf82-876a-49b3-a140-9f3c4c1f631c", + "id": "715499d1-ba95-49b7-a071-40ddd3153d98", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -170,7 +170,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -192,7 +192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1275f9e4-6083-48d0-8569-4443b88151c7", + "id": "2fdda112-fc6c-4ac6-809c-d27eeba9a58d", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -230,7 +230,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -252,7 +252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecdebb12-ce06-409e-af5d-404bf799278b", + "id": "a9bc2ab6-7bdb-4d6d-b68b-733fa44c12bb", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -290,7 +290,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -318,7 +318,7 @@ } }, { - "id": "723f7816-a5ff-4dc8-855c-cef5415c5ae5", + "id": "81b0f2c0-55fc-4c65-a8ea-2f38e9f576da", "name": "Update the Assets", "request": { "name": "Update the Assets", @@ -352,7 +352,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -380,7 +380,7 @@ }, "response": [ { - "id": "c3eba065-5161-4463-9a84-ac58bd8617fa", + "id": "5fcf9f0d-ef17-4e7f-a4bb-ba31c404995d", "name": "Assets successfully updated", "originalRequest": { "url": { @@ -418,7 +418,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -440,7 +440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a4d0de6-25f2-40ce-9a55-8edeaccc41e0", + "id": "f55e3613-e667-4a21-bc57-d5d5707fa5bf", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -478,7 +478,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -500,7 +500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6eea6d6-df8b-4e17-a499-3f5657bc72f9", + "id": "6fc0f1a6-9a8f-4b84-adfb-fa985af8d82b", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -538,7 +538,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -560,7 +560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a8a8b29-651f-4fc1-8689-b4ce79067234", + "id": "d5bc7eca-9d5f-45a7-b1eb-2b62d4fadc68", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -598,7 +598,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -626,7 +626,7 @@ } }, { - "id": "d8dae6bb-1a60-4186-976d-2ad36d6bfcbb", + "id": "85ba077d-62ef-4ccc-adb3-896e07932c4e", "name": "Delete the Assets", "request": { "name": "Delete the Assets", @@ -685,7 +685,7 @@ }, "response": [ { - "id": "073e5a18-6cc8-4ebf-a01e-657cfaaa7783", + "id": "6e909d01-6f40-4e0a-9eb2-5e1f2c9e82db", "name": "Assets successfully deleted", "originalRequest": { "url": { @@ -741,7 +741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "959ebfc2-0475-46e4-b0a8-f5f959f011d1", + "id": "104d06bb-0919-495c-9342-5b1d3d6ee4e4", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -797,7 +797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e97492f-2bc0-4d79-a0ce-fcf9e6f9acaf", + "id": "e8cffee5-f392-410b-8c1f-f4bd36a3f619", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -859,7 +859,7 @@ } }, { - "id": "390d4f51-a514-4ecf-8c17-bbd721481949", + "id": "07c6f924-64a5-43e7-af02-db34cb904d15", "name": "Get Asset from ID", "request": { "name": "Get Asset from ID", @@ -920,7 +920,7 @@ }, "response": [ { - "id": "2bf5511b-e920-4478-b899-f821edf9d6be", + "id": "a8974994-947e-4de2-ad16-e716b6672147", "name": "Asset successfully retrieved", "originalRequest": { "url": { @@ -974,12 +974,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\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 \"key_0\": \"string\",\n \"key_1\": 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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9f1bfd53-fe71-40be-a2b7-cdba2988181a", + "id": "684a2bea-aa75-4a40-907c-242ed878de64", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1038,7 +1038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b68c593-1414-4a35-932b-369cf6780cea", + "id": "4b5cc300-443c-4a1f-9b51-6e2e1dd2a683", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1097,7 +1097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b0565bc-bd45-4b3c-b897-b7a132982d0f", + "id": "fae4ecff-4e95-4361-b684-0c6d8a42ef79", "name": "Not Found - `storeId` do not exist.", "originalRequest": { "url": { @@ -1150,7 +1150,7 @@ } }, { - "id": "3d1cc7cb-7337-4029-a063-a0257a1ca226", + "id": "4e012b76-b988-4508-b944-1cb5bd7fb393", "name": "Replace all assets", "request": { "name": "Replace all assets", @@ -1185,7 +1185,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1213,7 +1213,7 @@ }, "response": [ { - "id": "ed9fcead-ad30-4275-b5e1-69cf692892c5", + "id": "ec59c8f2-d9cf-4565-a01b-de139f7b252f", "name": "Assets successfully replaced", "originalRequest": { "url": { @@ -1252,7 +1252,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1274,7 +1274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4971e67f-ab09-43af-84ee-a8fbcf6dea99", + "id": "872c4b4b-ed20-48cb-b52d-4881381abb47", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1313,7 +1313,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1335,7 +1335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c44ef42-2ba9-4f15-b90b-57fd716e0303", + "id": "46a3d57a-d61f-4bc9-8130-15a12a014c6d", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1374,7 +1374,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1396,7 +1396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d394dfdc-793b-4c46-be86-9e1df45058bf", + "id": "abdd6e61-33a7-4ba4-862a-7c6a5af97157", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1435,7 +1435,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 5152.368710057769\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": true\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\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1469,7 +1469,7 @@ "description": "The Zones Endpoint lets you associate geographic polygons (zones) with your stores and then search for stores whose zone contains a specific point. Unlike distance-based search, which relies on straight-line proximity, zone-based search accounts for real-world boundaries like delivery areas, service regions, or franchise territories.\nZone management provides a full set of CRUD operations: import zones in bulk, update existing zones, list all zones in your project, retrieve or delete individual zones by ID, and remove all zones at once. Each zone links a polygon (defined in WKT format) to a specific store via store_id and zone_id.\n\nOnce zones are imported, you can search for stores by adding `zone=true` to your Search request. The API returns stores whose zone polygon intersects the queried location rather than the nearest stores by distance.\n\n``` https://api.woosmap.com/zones ```\n", "item": [ { - "id": "2fa9b599-63a4-4dec-b59e-01a00002c92f", + "id": "7af32c79-a8b3-4c26-81d4-bafc7f58f04f", "name": "List your Zones", "request": { "name": "List your Zones", @@ -1537,7 +1537,7 @@ }, "response": [ { - "id": "6438f576-f6c5-44c0-9732-36f34ff51284", + "id": "479e475b-b4ba-4d2a-8383-4988362fc603", "name": "Zones successfully retrieved", "originalRequest": { "url": { @@ -1602,7 +1602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c0cb4c4-8796-446d-8b4e-7f0cc189e99e", + "id": "f74874df-f88c-41c3-ada0-db01f1de9231", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1667,7 +1667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14cbc382-9efc-44e2-a18c-1a386d75519b", + "id": "87633c5e-53be-424d-8519-0e3740b901c7", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1732,7 +1732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b2050b3-515d-400c-ba2b-fffd950a2547", + "id": "4e9e7444-3589-4c76-926d-3d3833154f91", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -1803,7 +1803,7 @@ } }, { - "id": "ebfe64f6-2b19-4b9d-9181-4bd0dcbff35f", + "id": "a202dbc8-aad7-4036-95c1-ab991bba121b", "name": "Create your Zones", "request": { "name": "Create your Zones", @@ -1865,7 +1865,7 @@ }, "response": [ { - "id": "b5e0add2-8883-4d18-9994-b9d35a683ad8", + "id": "1eadaef6-0223-44cb-a081-db161290052b", "name": "Zones successfully created", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09582113-1372-4f83-9ade-9a0b50672f5a", + "id": "76ca5e97-ab21-4af3-b8cc-676662e94ac0", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1985,7 +1985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3d24a8d-1de8-4880-a5e3-f72ae4e2f1bd", + "id": "1758f432-cdab-49f1-9980-e3568b4d2560", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2045,7 +2045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b01bea36-43df-4143-a489-ba101f19bd8c", + "id": "1cb0ab98-2f00-42eb-8d58-a82ea7741589", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2111,7 +2111,7 @@ } }, { - "id": "1d8548ff-0f27-4175-9622-ecaebc7a4a80", + "id": "b750c051-4d3c-4bb0-bcae-80db382da1a8", "name": "Update the Zones", "request": { "name": "Update the Zones", @@ -2173,7 +2173,7 @@ }, "response": [ { - "id": "873a0d35-916e-4ddf-92c9-cf515598e06a", + "id": "806572ba-89eb-4100-801b-06b527a62da9", "name": "Zones successfully updated", "originalRequest": { "url": { @@ -2233,7 +2233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1a3db0d-45b8-4576-9006-93eaf8cc657c", + "id": "7bea8497-18a5-4248-ad2f-927cddc1c817", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -2293,7 +2293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a44ecc0-1492-4359-b0ce-235b9fbff853", + "id": "6509362b-3390-4ac7-9b45-1aaa77ff2612", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2353,7 +2353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f39857-e01f-441a-9e74-92fa0f5aae16", + "id": "9b96370f-76c8-447f-8662-eb9e74d70e56", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2419,7 +2419,7 @@ } }, { - "id": "e2353e00-6887-4b35-9eff-adbf7569b63f", + "id": "6eef2712-4700-43be-ab3d-1962c11804d0", "name": "Delete the Zones", "request": { "name": "Delete the Zones", @@ -2468,7 +2468,7 @@ }, "response": [ { - "id": "4c0f2226-f292-4dc1-899b-fb6d0ca1ae9b", + "id": "01736e8b-d8c2-479b-8bc2-a5edbcdead59", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -2515,7 +2515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d74a6a70-b273-49da-9ec0-7bd135260dd8", + "id": "e93dda23-4096-41b8-8c13-6d202dcbe130", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2562,7 +2562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd96e73f-1640-4bc2-8fce-bc0e5bbd9a2a", + "id": "d21febb9-c434-4ca6-92a7-b7e5646bcac9", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2615,7 +2615,7 @@ } }, { - "id": "d832588d-d0c5-4864-918e-a9f8405078ef", + "id": "9db6a94d-998f-4664-9d54-9d73178a42c5", "name": "Get Zone from ID", "request": { "name": "Get Zone from ID", @@ -2676,7 +2676,7 @@ }, "response": [ { - "id": "1326971b-5a3d-49f1-8786-f9b94cae4eb5", + "id": "a73fd45f-0f79-4fbb-9587-a93c4140cb3d", "name": "Zone successfully retrieved", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "820a3713-a7eb-4859-8a5f-d14434112d7a", + "id": "c0c0f41f-7d2d-436b-8062-7a3e87f8d0d8", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2794,7 +2794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93757cdb-37fa-42a9-a9fd-c7df8664ba60", + "id": "6b51229c-493e-4df7-a63c-c72ee6023244", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2853,7 +2853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d095030-0f64-43bc-b1c7-1378127f6753", + "id": "abf16573-3904-41b7-b475-56491448448f", "name": "Not Found - `zone_id` do not exist.", "originalRequest": { "url": { @@ -2906,7 +2906,7 @@ } }, { - "id": "93bb7ac1-a39f-4e0f-a091-d6f8958c097f", + "id": "fadaf434-a08f-48de-a18d-ce287f3218db", "name": "Delete Zone from ID", "request": { "name": "Delete Zone from ID", @@ -2967,7 +2967,7 @@ }, "response": [ { - "id": "34e421d9-bae6-4332-8c13-0ce6a3614e0d", + "id": "06256dfb-64f1-4e17-b645-08f2fc60b1b4", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -3026,7 +3026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aed47d38-9529-46d5-8b65-49a7c3386bbe", + "id": "0d812dc2-79b6-45e9-8cc1-283e6b50719a", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3085,7 +3085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1e1f692-1a23-48a8-be45-b2ecd87081e5", + "id": "0ab8dc84-0c33-4e66-bf89-b5cd022ad5a5", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3156,7 +3156,7 @@ "description": "Geolocation API returns a location (or nearby stores) and accuracy radius based on an IP address. Request is done over HTTPS using GET. Response is formatted as JSON. You must specify a key in your request, included as the value of a `key` parameter for your public key or `private_key` for your private key. This key identifies your application for purposes of quota management. Learn how to [get a key](https://developers.woosmap.com/support/api-keys/).\n", "item": [ { - "id": "efcaaf8f-e73a-4fee-82de-0fd6fefab5d5", + "id": "faa54d2d-199c-4d72-9dbf-e5448963d2fe", "name": "Geolocation from an IP address", "request": { "name": "Geolocation from an IP address", @@ -3216,7 +3216,7 @@ }, "response": [ { - "id": "426952fd-6643-45ad-b297-7a3b90ae49c3", + "id": "2d23641d-7ad8-4223-8203-8cbd16f9419f", "name": "Geolocation successfully retrieved", "originalRequest": { "url": { @@ -3273,7 +3273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e4215d-1cae-4645-8be6-b9224570db00", + "id": "15ca21b1-41f8-4115-a9b4-00824291a435", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3330,7 +3330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56002b39-f2f4-43f8-b02f-6658cb712d2c", + "id": "8f82eae7-bc15-495c-a732-0a3528c275c6", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3387,7 +3387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b293f8c8-e0ba-44fd-818b-6b3e84679d99", + "id": "d887fe9d-900b-4182-945f-996f16de90ce", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3450,7 +3450,7 @@ } }, { - "id": "33822efe-8207-4e62-9509-5482c2d6520c", + "id": "2551aeac-ed56-4382-8e3b-40b3f2b078a2", "name": "Assets nearby a Geolocation", "request": { "name": "Assets nearby a Geolocation", @@ -3528,7 +3528,7 @@ }, "response": [ { - "id": "03f9261a-69f3-49e3-ac3e-ecdbc6f76a2f", + "id": "325b3597-1745-496a-8547-1590986cbfd2", "name": "Geolocation and Stores successufully retrieved", "originalRequest": { "url": { @@ -3598,12 +3598,12 @@ "value": "application/json" } ], - "body": "{\n \"stores\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\",\n \"key_2\": \"string\"\n },\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"country_code\": \"\",\n \"country_name\": \"\",\n \"continent\": \"\",\n \"region_state\": \"\",\n \"city\": \"\",\n \"postal_code\": \"\",\n \"timezone\": \"\",\n \"raw_offset\": \"\",\n \"dst_offset\": \"\"\n}", + "body": "{\n \"stores\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": true,\n \"key_1\": 1187.9508135979022\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": true,\n \"key_1\": \"string\"\n },\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"country_code\": \"\",\n \"country_name\": \"\",\n \"continent\": \"\",\n \"region_state\": \"\",\n \"city\": \"\",\n \"postal_code\": \"\",\n \"timezone\": \"\",\n \"raw_offset\": \"\",\n \"dst_offset\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1c3034f8-2f68-406f-8fe5-005932096cc4", + "id": "832bc500-08f3-46bb-ac6a-e6a7e5af1f0e", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3678,7 +3678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c222b440-4fec-4e04-ba78-a8e665402a11", + "id": "a3ccaab1-049e-4400-96e0-398a6f7666fb", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3753,7 +3753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68d66e4a-b996-4b85-900a-8442fd2a9015", + "id": "687c9b7f-d16e-4843-9ca6-945befad971b", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3834,7 +3834,7 @@ } }, { - "id": "d49559b0-e85a-4daa-b71f-3b0268e36a3c", + "id": "7ab23046-cbd0-47ec-ac64-c1a9b028aae7", "name": "Timezone", "request": { "name": "Timezone", @@ -3903,7 +3903,7 @@ }, "response": [ { - "id": "e8a0c52f-2ae3-430e-97fd-d6e60aaaa277", + "id": "03f4b0ef-f62d-4aa0-9434-c7512efed1e2", "name": "Timezone successfully retrieved", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edb7f2db-fa38-4b16-bf08-7f3625fda8c9", + "id": "f1f03ea7-621d-419f-a322-d8a74ecc7faa", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4035,7 +4035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccd29246-9d82-4a7c-916b-ade60b261950", + "id": "0d0a9d15-0a6d-41a3-b713-5fa6e2ed7950", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4101,7 +4101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c44dc9bf-10a3-491a-bd44-b3ba7145112b", + "id": "4c9d326a-08a4-4fc9-a964-de057211387d", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -4179,12 +4179,12 @@ "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": "3472f65d-7e04-47e2-8a39-6af5f0cca4ef", + "id": "fb708137-20b8-421b-9a43-6f47c411f56e", "name": "Autocomplete for Localities", "request": { "name": "Autocomplete for Localities", "description": { - "content": "Autocomplete on worldwide suggestions for a for text-based geographic searches. It can match on full words as well as substrings. You can therefore send queries as the user types, to provide on-the-fly addresses, city names, postal codes or suburb name suggestions.\n", + "content": "Autocomplete on worldwide suggestions for text-based geographic searches. It can match on full words as well as substrings. You can therefore send queries as the user types, to provide on-the-fly addresses, city names, postal codes or suburb name suggestions.\n", "type": "text/plain" }, "url": { @@ -4211,11 +4211,11 @@ { "disabled": false, "description": { - "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "village" + "value": "borough" }, { "disabled": false, @@ -4256,7 +4256,7 @@ { "disabled": false, "description": { - "content": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100 000.\n", + "content": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100000.\n", "type": "text/plain" }, "key": "radius", @@ -4320,7 +4320,7 @@ }, "response": [ { - "id": "06ce3f3e-03f0-4b12-812f-d6c236f65c56", + "id": "c82541f5-bb89-4c97-af5e-a5aa592d67e3", "name": "Autocompletion Localities successfully retrieved", "originalRequest": { "url": { @@ -4347,11 +4347,11 @@ { "disabled": false, "description": { - "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "village" + "value": "borough" }, { "disabled": false, @@ -4392,7 +4392,7 @@ { "disabled": false, "description": { - "content": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100 000.\n", + "content": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100000.\n", "type": "text/plain" }, "key": "radius", @@ -4453,12 +4453,12 @@ "value": "application/json" } ], - "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"town\",\n \"admin_level_2\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n },\n {\n \"public_id\": \"\",\n \"types\": [\n \"admin_level\",\n \"address\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n }\n ]\n}", + "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"country\",\n \"admin_level_3\"\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 \"address\",\n \"admin_level_1\"\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": "99bfabc6-c067-4dcd-b19a-8500b2459289", + "id": "e768ac55-9a9d-4761-848b-3901517a1df9", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4485,11 +4485,11 @@ { "disabled": false, "description": { - "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "village" + "value": "borough" }, { "disabled": false, @@ -4530,7 +4530,7 @@ { "disabled": false, "description": { - "content": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100 000.\n", + "content": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100000.\n", "type": "text/plain" }, "key": "radius", @@ -4596,7 +4596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c48500a7-a4f6-4e0a-b305-ddae154762e7", + "id": "5b2d185a-00ea-45ef-85cb-fe05162a3c07", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4623,11 +4623,11 @@ { "disabled": false, "description": { - "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "village" + "value": "borough" }, { "disabled": false, @@ -4668,7 +4668,7 @@ { "disabled": false, "description": { - "content": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100 000.\n", + "content": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100000.\n", "type": "text/plain" }, "key": "radius", @@ -4734,7 +4734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f935f2dd-ff5c-47e8-8ac5-20e9beb0f633", + "id": "5ad56596-85ef-48d6-9fad-dcfba8bdaaee", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -4761,11 +4761,11 @@ { "disabled": false, "description": { - "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "village" + "value": "borough" }, { "disabled": false, @@ -4806,7 +4806,7 @@ { "disabled": false, "description": { - "content": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100 000.\n", + "content": "This parameter may be used in addition to the `location` parameter to define the distance in meters within which the API will return results in priority. Results outside of the defined area may still be displayed. Default radius if this parameter is not set is 100000.\n", "type": "text/plain" }, "key": "radius", @@ -4878,7 +4878,7 @@ } }, { - "id": "e5e30f5b-4626-489e-8d44-2c3b69b964e9", + "id": "4960d5e1-988a-469b-898e-d0c6262a6df6", "name": "Details of a Locality", "request": { "name": "Details of a Locality", @@ -4932,7 +4932,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -4983,7 +4983,7 @@ }, "response": [ { - "id": "cd541c50-3f3e-49ce-84a1-5492b0cdb01e", + "id": "e364e68f-cbc1-43ad-b0ad-168aa7ee8fa9", "name": "Details Localities successfully retrieved", "originalRequest": { "url": { @@ -5032,7 +5032,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5080,12 +5080,12 @@ "value": "application/json" } ], - "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"village\",\n \"hamlet\"\n ],\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n },\n \"accuracy\": \"RANGE_INTERPOLATED\"\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"administrative_area_label\": \"\",\n \"status\": \"not_yet_built\",\n \"addresses\": {\n \"pagination\": {\n \"page\": \"\",\n \"page_count\": \"\",\n \"addresses_per_page\": \"\",\n \"address_count\": \"\"\n },\n \"list\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n }\n}", + "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"admin_level_3\",\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\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n },\n \"accuracy\": \"RANGE_INTERPOLATED\"\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"administrative_area_label\": \"\",\n \"status\": \"not_yet_built\",\n \"addresses\": {\n \"pagination\": {\n \"page\": \"\",\n \"page_count\": \"\",\n \"addresses_per_page\": \"\",\n \"address_count\": \"\"\n },\n \"list\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b46e6afa-5708-40b3-9274-5d082c8a665b", + "id": "5d74c780-c370-4d47-8e17-d8c32cc846c8", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5134,7 +5134,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5187,7 +5187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "325f7671-cebd-435b-9f80-139e2c6dac88", + "id": "14c8a7ec-8b8e-43bb-a43e-905df16e2f46", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5236,7 +5236,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5289,7 +5289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f7bb971-c10c-44ef-9ceb-8acfee646ee4", + "id": "40fa8902-8887-4a2c-bfc6-ec5638ebb08e", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5338,7 +5338,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5397,7 +5397,7 @@ } }, { - "id": "2f02c25c-678a-4a13-817c-81b2aeaeeaa9", + "id": "41cf8477-88d2-4abc-b8ac-6b0ca7d63889", "name": "Geocode a locality or Reverse Geocode a latlng", "request": { "name": "Geocode a locality or Reverse Geocode a latlng", @@ -5429,7 +5429,7 @@ { "disabled": false, "description": { - "content": "The latlng parameter is used for reverse geocoding, it’s required if the `address` parameter is missing.\n", + "content": "The latlng parameter is used for reverse geocoding, it's required if the `address` parameter is missing.\n", "type": "text/plain" }, "key": "latlng", @@ -5438,11 +5438,11 @@ { "disabled": false, "description": { - "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "village" + "value": "borough" }, { "disabled": false, @@ -5505,7 +5505,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" } ], "variable": [] @@ -5538,7 +5538,7 @@ }, "response": [ { - "id": "90722488-4e77-4bb2-b889-5b614fbe32a1", + "id": "cf0a2479-e288-488e-81d4-95df3e6abd20", "name": "Request Localities Geocode successful", "originalRequest": { "url": { @@ -5565,7 +5565,7 @@ { "disabled": false, "description": { - "content": "The latlng parameter is used for reverse geocoding, it’s required if the `address` parameter is missing.\n", + "content": "The latlng parameter is used for reverse geocoding, it's required if the `address` parameter is missing.\n", "type": "text/plain" }, "key": "latlng", @@ -5574,11 +5574,11 @@ { "disabled": false, "description": { - "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "village" + "value": "borough" }, { "disabled": false, @@ -5641,7 +5641,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -5671,12 +5671,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"hamlet\",\n \"admin_level\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"GEOMETRIC_CENTER\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"hamlet\",\n \"neighbourhood\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"APPROXIMATE\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n }\n ]\n}", + "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"route\",\n \"hamlet\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"APPROXIMATE\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"address\",\n \"village\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"APPROXIMATE\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "15e9f9c7-28ea-4759-b8ec-2ccfba9bbc24", + "id": "d2777c96-d923-4c72-ad60-de43cf53722e", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5703,7 +5703,7 @@ { "disabled": false, "description": { - "content": "The latlng parameter is used for reverse geocoding, it’s required if the `address` parameter is missing.\n", + "content": "The latlng parameter is used for reverse geocoding, it's required if the `address` parameter is missing.\n", "type": "text/plain" }, "key": "latlng", @@ -5712,11 +5712,11 @@ { "disabled": false, "description": { - "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "village" + "value": "borough" }, { "disabled": false, @@ -5779,7 +5779,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -5814,7 +5814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41122469-3b4e-4cee-8bf1-c213b9f10158", + "id": "8b6d2915-2827-4bfb-8284-7f5fca6a12be", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5841,7 +5841,7 @@ { "disabled": false, "description": { - "content": "The latlng parameter is used for reverse geocoding, it’s required if the `address` parameter is missing.\n", + "content": "The latlng parameter is used for reverse geocoding, it's required if the `address` parameter is missing.\n", "type": "text/plain" }, "key": "latlng", @@ -5850,11 +5850,11 @@ { "disabled": false, "description": { - "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "village" + "value": "borough" }, { "disabled": false, @@ -5917,7 +5917,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -5952,7 +5952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f600f8a-c6ae-4367-b264-aee6416b0a2e", + "id": "4bff8127-e105-49e5-96eb-6b90556975b4", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5979,7 +5979,7 @@ { "disabled": false, "description": { - "content": "The latlng parameter is used for reverse geocoding, it’s required if the `address` parameter is missing.\n", + "content": "The latlng parameter is used for reverse geocoding, it's required if the `address` parameter is missing.\n", "type": "text/plain" }, "key": "latlng", @@ -5988,11 +5988,11 @@ { "disabled": false, "description": { - "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", + "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 (This can only be one of country,admin_level,admin_level_1,admin_level_2,admin_level_3,postal_code,address,route,locality,city,town,village,hamlet,borough,suburb,quarter,neighbourhood)", "type": "text/plain" }, "key": "types", - "value": "village" + "value": "borough" }, { "disabled": false, @@ -6055,7 +6055,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -6096,7 +6096,7 @@ } }, { - "id": "fe57fb09-7206-4c42-8a68-06bd71eb4e0b", + "id": "449b8058-1fac-4708-9433-d46f5fadb174", "name": "Nearby points of interest", "request": { "name": "Nearby points of interest", @@ -6123,7 +6123,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.shop.bakery" + "value": "business.food_and_drinks.biergarten" }, { "disabled": false, @@ -6137,7 +6137,7 @@ { "disabled": false, "description": { - "content": "radius of the search circle, in meter.\n", + "content": "Radius of the search circle, in meters.\n", "type": "text/plain" }, "key": "radius", @@ -6146,7 +6146,7 @@ { "disabled": false, "description": { - "content": "use `page` to navigate through paginated results.\n", + "content": "Use `page` to navigate through paginated results.\n", "type": "text/plain" }, "key": "page", @@ -6155,7 +6155,7 @@ { "disabled": false, "description": { - "content": "Defines how many results should be included in a page\n", + "content": "Defines how many results should be included in a page.\n", "type": "text/plain" }, "key": "limit", @@ -6164,11 +6164,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. Results will match the specified `types`, if any, but will not match the specified `excluded_types`. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.bakery" + "value": "business.food_and_drinks.biergarten" } ], "variable": [] @@ -6201,8 +6201,8 @@ }, "response": [ { - "id": "209f1145-3510-4c3a-bb4b-643fe96c9264", - "name": "Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`.", + "id": "a0b1547f-62c2-4f56-b24d-37854028048c", + "name": "Points of interest surrounding `location` and matching provided `types`, sorted by distance to `location`.", "originalRequest": { "url": { "protocol": "https", @@ -6223,7 +6223,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.shop.bakery" + "value": "business.food_and_drinks.biergarten" }, { "disabled": false, @@ -6237,7 +6237,7 @@ { "disabled": false, "description": { - "content": "radius of the search circle, in meter.\n", + "content": "Radius of the search circle, in meters.\n", "type": "text/plain" }, "key": "radius", @@ -6246,7 +6246,7 @@ { "disabled": false, "description": { - "content": "use `page` to navigate through paginated results.\n", + "content": "Use `page` to navigate through paginated results.\n", "type": "text/plain" }, "key": "page", @@ -6255,7 +6255,7 @@ { "disabled": false, "description": { - "content": "Defines how many results should be included in a page\n", + "content": "Defines how many results should be included in a page.\n", "type": "text/plain" }, "key": "limit", @@ -6264,11 +6264,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. Results will match the specified `types`, if any, but will not match the specified `excluded_types`. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.bakery" + "value": "business.food_and_drinks.biergarten" }, { "description": { @@ -6298,12 +6298,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"sports\",\n \"business\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"place_of_worship\",\n \"tourism.attraction.amusement_park\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"education.college\",\n \"tourism.attraction\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"park.national\",\n \"medical\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"business.food_and_drinks.cafe\",\n \"park\"\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.car_rental\",\n \"post_office\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"business.fuel\",\n \"education\"\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.food_and_drinks.biergarten\",\n \"business.parking\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1692bde6-594f-42b8-b98a-baf32e3f020b", + "id": "b0f5316e-3e81-49aa-b886-f579aa17e07e", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6325,7 +6325,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.shop.bakery" + "value": "business.food_and_drinks.biergarten" }, { "disabled": false, @@ -6339,7 +6339,7 @@ { "disabled": false, "description": { - "content": "radius of the search circle, in meter.\n", + "content": "Radius of the search circle, in meters.\n", "type": "text/plain" }, "key": "radius", @@ -6348,7 +6348,7 @@ { "disabled": false, "description": { - "content": "use `page` to navigate through paginated results.\n", + "content": "Use `page` to navigate through paginated results.\n", "type": "text/plain" }, "key": "page", @@ -6357,7 +6357,7 @@ { "disabled": false, "description": { - "content": "Defines how many results should be included in a page\n", + "content": "Defines how many results should be included in a page.\n", "type": "text/plain" }, "key": "limit", @@ -6366,11 +6366,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. Results will match the specified `types`, if any, but will not match the specified `excluded_types`. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.bakery" + "value": "business.food_and_drinks.biergarten" }, { "description": { @@ -6405,7 +6405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e7bc804-33d9-4b29-9301-e51dfc6428a7", + "id": "d5f13ea6-c132-4fe3-b14a-6b56a8d6eec5", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -6427,7 +6427,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.shop.bakery" + "value": "business.food_and_drinks.biergarten" }, { "disabled": false, @@ -6441,7 +6441,7 @@ { "disabled": false, "description": { - "content": "radius of the search circle, in meter.\n", + "content": "Radius of the search circle, in meters.\n", "type": "text/plain" }, "key": "radius", @@ -6450,7 +6450,7 @@ { "disabled": false, "description": { - "content": "use `page` to navigate through paginated results.\n", + "content": "Use `page` to navigate through paginated results.\n", "type": "text/plain" }, "key": "page", @@ -6459,7 +6459,7 @@ { "disabled": false, "description": { - "content": "Defines how many results should be included in a page\n", + "content": "Defines how many results should be included in a page.\n", "type": "text/plain" }, "key": "limit", @@ -6468,11 +6468,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. Results will match the specified `types`, if any, but will not match the specified `excluded_types`. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.bakery" + "value": "business.food_and_drinks.biergarten" }, { "description": { @@ -6507,7 +6507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45005bb3-8971-4a90-ad58-c4846d4ad897", + "id": "0d42e0d2-6c02-4d9a-8017-d8660deede84", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -6529,7 +6529,7 @@ "type": "text/plain" }, "key": "types", - "value": "business.shop.bakery" + "value": "business.food_and_drinks.biergarten" }, { "disabled": false, @@ -6543,7 +6543,7 @@ { "disabled": false, "description": { - "content": "radius of the search circle, in meter.\n", + "content": "Radius of the search circle, in meters.\n", "type": "text/plain" }, "key": "radius", @@ -6552,7 +6552,7 @@ { "disabled": false, "description": { - "content": "use `page` to navigate through paginated results.\n", + "content": "Use `page` to navigate through paginated results.\n", "type": "text/plain" }, "key": "page", @@ -6561,7 +6561,7 @@ { "disabled": false, "description": { - "content": "Defines how many results should be included in a page\n", + "content": "Defines how many results should be included in a page.\n", "type": "text/plain" }, "key": "limit", @@ -6570,11 +6570,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. Results will match the specified `types`, if any, but will not match the specified `excluded_types`. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.bakery" + "value": "business.food_and_drinks.biergarten" }, { "description": { @@ -6621,7 +6621,7 @@ "description": "", "item": [ { - "id": "ef08f842-fa4e-4796-9b3f-500d367d96f0", + "id": "dd0f125b-b1c1-4ef3-83a4-1bd5cd32ca45", "name": "Search for assets", "request": { "name": "Search for assets", @@ -6744,7 +6744,7 @@ }, "response": [ { - "id": "95a38507-8b93-4e69-b469-235a01b5453f", + "id": "5511e45e-df9d-4e83-883d-fafed91bd66c", "name": "Assets successfully retrieved", "originalRequest": { "url": { @@ -6859,12 +6859,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 3108\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", + "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\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2a82985d-d7af-4a36-adf7-3fb26ecbb5c7", + "id": "060cc60f-54f7-4ed2-b131-4a15c8406011", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6984,7 +6984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d744253-4c22-4dd8-9d7b-cb8ca2dc44a8", + "id": "f63b39e0-64b1-4460-99f0-caab879cf12b", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7104,7 +7104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c34db4c-817c-4c65-a015-0968975d5d8c", + "id": "6acc08e7-4276-4e67-9beb-4e0a9b9d3476", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7230,7 +7230,7 @@ } }, { - "id": "5345df45-043d-4031-9370-373fc8b3fa83", + "id": "5f53acda-388a-4531-83e6-ec20e7e6efe6", "name": "Autocomplete for assets", "request": { "name": "Autocomplete for assets", @@ -7308,7 +7308,7 @@ }, "response": [ { - "id": "08b2e9d9-3cf9-4186-8a6f-c182326512d6", + "id": "ea4b4425-5973-4332-b479-7098b1e64861", "name": "Assets Successfully Replaced", "originalRequest": { "url": { @@ -7383,7 +7383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30f0d940-81f9-4910-a863-b8e542e10413", + "id": "677b631a-f018-4fa2-ab02-529bb2580535", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7458,7 +7458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd880190-1698-40d9-9609-4e0bf7f92715", + "id": "bd59f042-44a9-4c8b-8a1a-e8bd8748b1d1", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7533,7 +7533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9145f946-21e0-4984-98a6-92b2365ec59f", + "id": "1423539a-8743-4352-a121-b947993b228b", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7614,7 +7614,7 @@ } }, { - "id": "1741f417-fc34-4b82-a913-3b1cf2c865ad", + "id": "f8ec7b6f-30cc-4395-a05d-8d382a5930a5", "name": "Bounds for assets", "request": { "name": "Bounds for assets", @@ -7702,7 +7702,7 @@ }, "response": [ { - "id": "77e54009-51d4-4061-b7d9-1f5bdf4946eb", + "id": "d0e1d325-2e89-4ec2-9bf9-2deb3731f7c6", "name": "Bounds successfully retrieved", "originalRequest": { "url": { @@ -7787,7 +7787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b48eb790-61f9-46c4-94c8-45f14c8ce4e3", + "id": "3d6c434b-dceb-4f7a-b896-6ce2e2c16832", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7872,7 +7872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "343cfa1d-30c9-45f9-b477-e6eb65b67600", + "id": "62ff8a20-25c0-4f5a-ad62-bb5a908a68ca", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7957,7 +7957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0151661a-1df7-431d-a5d4-276ce85ab7bb", + "id": "06faf545-be00-4cf3-a2e8-ded28b1d4ed1", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -8054,7 +8054,7 @@ "description": "The Woosmap Static Maps API lets you generate customizable, embeddable map images using simple HTTP requests. It’s a lightweight alternative to interactive maps—ideal for emails, reports, or websites where dynamic JavaScript maps aren't needed.\n\nYou provide parameters such as location, zoom level, size, and markers, and the API returns a map image that can be embedded directly into any webpage or application.\n", "item": [ { - "id": "22ace297-410a-4608-bcb5-1db1f5f51a0b", + "id": "9999d46f-3352-4c2e-84e8-ab8b56ceee66", "name": "Get Static Map", "request": { "name": "Get Static Map", @@ -8228,7 +8228,7 @@ }, "response": [ { - "id": "3cee4588-0458-4367-9c30-98c00d526a92", + "id": "40fbbb38-ef58-41c0-9bd9-5b553341ab0c", "name": "Successful Response", "originalRequest": { "url": { @@ -8372,7 +8372,7 @@ "_postman_previewlanguage": "text" }, { - "id": "22bac439-5783-4a6c-9a04-1bb9ffc96e69", + "id": "ca3b015f-78d5-4daf-85d6-c6ef9c494ce6", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -8516,7 +8516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecafb2f8-6cd8-49b5-a52b-4c73254b04d8", + "id": "e52600e4-c88a-4cd9-aa34-e55234932bd9", "name": "Out of free quota.", "originalRequest": { "url": { @@ -8660,7 +8660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beb3228e-c093-4f9b-ad76-a2e1e924d66b", + "id": "b8b62504-12de-4b9e-99d8-61f734f3d164", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -8804,7 +8804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3685d99-073c-43e5-8993-4db110dd686d", + "id": "b99d5022-542d-4332-8356-8c385199d374", "name": "Validation Error", "originalRequest": { "url": { @@ -8948,7 +8948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f10ee51-729c-4e8e-9317-b9e500a171aa", + "id": "940cc34f-4e5b-447a-b024-4097f5141595", "name": "Rate limit reached", "originalRequest": { "url": { @@ -9104,7 +9104,7 @@ "description": "The Woosmap for what3words integration enhances location search capabilities by incorporating what3words' unique\n3-word addressing system.\n\nThis API is a drop in replacement of what3words API but hosted on Woosmap Platform, with the addition of an endpoint leveraging the power of\n[Localities API](#tag/Woosmap_Platform_API_Reference_Localities-API) to convert a what3words address into a street address, bringing address level accuracy to what3words.\n", "item": [ { - "id": "1d7c1a1d-8cae-4eaf-88dc-f83d8745020b", + "id": "f040256d-9b5f-44dc-a581-5d7530db560f", "name": "Convert To What 3 Words", "request": { "name": "Convert To What 3 Words", @@ -9179,7 +9179,7 @@ }, "response": [ { - "id": "19bbae0c-1c23-4321-bac3-14b2a42da543", + "id": "29a28ba4-c020-43cf-8917-4927ed3c9815", "name": "Successful Response", "originalRequest": { "url": { @@ -9251,7 +9251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55813e7a-715d-4f8d-b523-c567b1406984", + "id": "2f25804a-7a64-4c2e-83aa-588ca5b55d4e", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9323,7 +9323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52a7e6a4-7a9d-49c2-9109-79139ffcd5b5", + "id": "261c584c-ec6d-4890-ac93-cb11ae82c10e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9395,7 +9395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f862d377-56af-49d3-9b1d-879246b514e6", + "id": "43481139-4cce-425a-bc4c-bde9c0af9625", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9467,7 +9467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23cd4c4c-db50-4da3-a6eb-6ec7a32b50dc", + "id": "a3d4198e-830a-4919-a1fc-d854a958f301", "name": "Validation Error", "originalRequest": { "url": { @@ -9539,7 +9539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "690fef01-52db-4bad-ba06-5c847a2467e7", + "id": "8b15957f-a6b9-4bac-b1a7-6ea4e4341892", "name": "Rate limit reached", "originalRequest": { "url": { @@ -9617,7 +9617,7 @@ } }, { - "id": "5ac0400d-3c99-4cc0-b583-e8d86f1f9e9b", + "id": "43393cbe-44e7-40fe-8ddb-a0729cbdf568", "name": "Convert To Address", "request": { "name": "Convert To Address", @@ -9683,7 +9683,7 @@ }, "response": [ { - "id": "9b75e5c7-ed58-452c-8da6-9defc459d7aa", + "id": "e4990662-1ce5-435d-a402-eb899e62b4ce", "name": "Successful Response", "originalRequest": { "url": { @@ -9741,12 +9741,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"city\",\n \"town\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n {\n \"types\": [\n \"town\",\n \"city\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"admin_level\",\n \"town\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n {\n \"types\": [\n \"route\",\n \"route\"\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": "c3c2d413-fab0-41f7-828a-b884411b6300", + "id": "07af61ae-9bef-4a54-a355-1b43a4419918", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9809,7 +9809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7329568-d986-4d6e-a356-08bbf025868e", + "id": "feb9844b-72f4-48c2-8ac5-9c8f91dbac6d", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9872,7 +9872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33176f14-a2ff-4091-b2a4-1f7ebbf7b5bd", + "id": "8471b650-7cf6-4c76-81fc-d584fed6af06", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9935,7 +9935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f008c59-3a61-41e5-b4ad-10bfefa76a77", + "id": "ca43f2f4-1144-4199-9f31-2bcce23bb9e9", "name": "Validation Error", "originalRequest": { "url": { @@ -9998,7 +9998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c5efc3a-b19b-4e9b-9196-2d2e9576f281", + "id": "6090c4ac-1294-48ab-96a9-69f2751b287a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -10067,7 +10067,7 @@ } }, { - "id": "0d8d0781-1a25-49e2-bd6b-ff808207b050", + "id": "dddd3efb-582d-4a0d-8513-b66cf6e67f2a", "name": "Autosuggest", "request": { "name": "Autosuggest", @@ -10196,7 +10196,7 @@ }, "response": [ { - "id": "bff5562a-9d43-47ca-890f-b80a2c637e9f", + "id": "d646b0a4-6eb6-4903-a2dc-34e9af72ad5b", "name": "Successful Response", "originalRequest": { "url": { @@ -10322,7 +10322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc0bef80-7575-4cf7-b695-414a4f8fddd6", + "id": "7702a5a8-b2ce-410c-a26b-b09040637f97", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -10448,7 +10448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a281f4d-5e84-48a4-acf8-921c580d7024", + "id": "83fecf6b-0824-4aa3-994a-22ee9c5f12fe", "name": "Out of free quota.", "originalRequest": { "url": { @@ -10574,7 +10574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b3509c0-af05-49c5-9b0e-54658323aa00", + "id": "071000c2-82c1-4d34-acdd-67bf2393c73d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -10700,7 +10700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b815a194-585b-4db8-9435-0153ee02b95c", + "id": "974be16c-f6aa-441d-bc23-d931cd2a4860", "name": "Validation Error", "originalRequest": { "url": { @@ -10826,7 +10826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf5af5ee-fbc2-4046-938c-6c9bd8b148bc", + "id": "ffc65c28-58ee-414f-93c5-16bc420244d9", "name": "Rate limit reached", "originalRequest": { "url": { @@ -10964,7 +10964,7 @@ "description": "The Indoor API suite provides comprehensive tools for indoor mapping, search, and navigation in complex venues.\n\nThe Indoor Map API renders detailed floor plans with customizable styling, while the Indoor Search API enables\nprecise location searching through an intelligent POI engine with autocompletion capabilities.\n\nFor wayfinding, the Indoor Distance API calculates optimal routes between indoor points, delivering polylines\nand turn-by-turn instructions. Advanced features include custom routing profiles for different user types\n(staff, visitors, etc.) and seamless integration with external systems.\n", "item": [ { - "id": "830fcde5-a853-448e-bcb0-47a9ce01d55b", + "id": "f3ef3fd4-d85c-429e-956e-8151c89dfa40", "name": "Get Venue By Key", "request": { "name": "Get Venue By Key", @@ -11023,7 +11023,7 @@ }, "response": [ { - "id": "e43b1e20-f730-4388-8404-2b8f10d395f8", + "id": "fec4847f-8a5e-41bd-b60b-9837a0ec70fd", "name": "OK", "originalRequest": { "url": { @@ -11080,7 +11080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b78f9627-eccf-4747-be78-adcbf9828200", + "id": "9b0affec-dc06-4313-beea-b982de95c0f5", "name": "Unauthorized", "originalRequest": { "url": { @@ -11137,7 +11137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a9b671-bbd8-4d6f-90c5-6fa26d17f193", + "id": "49d6dbac-2d05-40fb-8eef-fa18c40416e8", "name": "Payment Required", "originalRequest": { "url": { @@ -11194,7 +11194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f14dd60f-e321-4db1-b50f-10f6fdc620e9", + "id": "3adaf179-3a5a-4524-8a44-e3712e88d6ea", "name": "Forbidden", "originalRequest": { "url": { @@ -11251,7 +11251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6761a66f-d087-48da-9811-bb1d101b1d0c", + "id": "133e6d62-8908-4c36-b080-a3df8ae61de7", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11303,7 +11303,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": true\n },\n {\n \"key_0\": 1832\n }\n ],\n \"context\": {\n \"key_0\": 9725\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11314,7 +11314,7 @@ } }, { - "id": "3307cc40-5273-4c76-a6f1-20b76fea4861", + "id": "5ab3f61a-fef8-444a-9dda-3437e3976457", "name": "Get Venues By Key", "request": { "name": "Get Venues By Key", @@ -11338,7 +11338,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" } ], "variable": [] @@ -11371,7 +11371,7 @@ }, "response": [ { - "id": "aa752697-8c47-4adc-aea9-4fec0106c532", + "id": "af97adce-a67f-4a1b-92f9-521aa5198f22", "name": "OK", "originalRequest": { "url": { @@ -11390,7 +11390,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" }, { "description": { @@ -11425,7 +11425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33f56ef0-ad28-4716-af1a-9fae60b3d3c0", + "id": "a5f5d6a5-856b-4e7d-bebe-e0fb59bbc403", "name": "Unauthorized", "originalRequest": { "url": { @@ -11444,7 +11444,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" }, { "description": { @@ -11479,7 +11479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6442c9a7-6ea9-4147-8ba8-90be2288d53a", + "id": "a0c21364-4fcd-498e-9b67-fab6e74d458b", "name": "Payment Required", "originalRequest": { "url": { @@ -11498,7 +11498,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" }, { "description": { @@ -11533,7 +11533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "788b36d9-ea75-4ec7-87c6-d6a5fb1361eb", + "id": "4ca47822-52cf-4076-8589-ceb098fa59ac", "name": "Forbidden", "originalRequest": { "url": { @@ -11552,7 +11552,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" }, { "description": { @@ -11587,7 +11587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d238cf39-d5e3-4320-ae52-47ad481243b7", + "id": "b368e358-0977-4d76-9322-63b279debafd", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11606,7 +11606,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "created_at" + "value": "name" }, { "description": { @@ -11636,7 +11636,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": true\n },\n {\n \"key_0\": 1832\n }\n ],\n \"context\": {\n \"key_0\": 9725\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11647,7 +11647,7 @@ } }, { - "id": "9b9ad39e-c4db-4013-af06-02173adb975c", + "id": "200c3f70-7ef9-4450-a651-ee8834fe89b0", "name": "Get Indoor Style", "request": { "name": "Get Indoor Style", @@ -11713,7 +11713,7 @@ }, "response": [ { - "id": "7f7ce6e6-89e2-4fd1-baf9-48ae71941396", + "id": "f050028f-0f94-4dc2-96e5-8a7f414471cb", "name": "OK", "originalRequest": { "url": { @@ -11771,12 +11771,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": \"string\",\n \"key_1\": 1506.1078745639645\n}", + "body": "{\n \"key_0\": 6221.511079191952\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a5be1924-290f-44a8-b630-d066bd81247f", + "id": "426b6806-752e-4164-b99f-14fd7bb215e5", "name": "Unauthorized", "originalRequest": { "url": { @@ -11839,7 +11839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fcc0e1b-de74-4b65-a322-0c48b74cf66d", + "id": "b617938f-9026-4f97-a1be-5eb6c22ee29d", "name": "Payment Required", "originalRequest": { "url": { @@ -11902,7 +11902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b25c3ec5-4fb9-4ffd-8e04-34a1f11083e3", + "id": "8a9c11b8-b3a4-46f2-a679-d8b6e6fae4dc", "name": "Forbidden", "originalRequest": { "url": { @@ -11965,7 +11965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fcacdd6-b47e-4d1c-ab78-a961fdf72f1a", + "id": "8d59b490-a15b-4f65-a7a2-80de8e6c8e78", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12023,7 +12023,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": true\n },\n {\n \"key_0\": 1832\n }\n ],\n \"context\": {\n \"key_0\": 9725\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12034,7 +12034,7 @@ } }, { - "id": "bc4aa00a-aa7e-4e9b-a890-577bc437bfed", + "id": "9cbc2790-930e-4400-b9a0-f15a1319dca5", "name": "Distance Matrix", "request": { "name": "Distance Matrix", @@ -12139,7 +12139,7 @@ }, "response": [ { - "id": "7f26d71a-98b5-4e9c-9bb2-99d2568d9a84", + "id": "c067fbe9-914a-4c4f-ba46-4d6faec75aed", "name": "OK", "originalRequest": { "url": { @@ -12241,7 +12241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f41783f-f52a-4530-891b-9a881b25e173", + "id": "bdfe653e-89ef-4415-bdd9-dfa262467987", "name": "Bad Request", "originalRequest": { "url": { @@ -12343,7 +12343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8a97f08-b6d4-4209-9808-3cf213c70404", + "id": "57706421-b10f-4e94-acbb-b9e73556f1bd", "name": "Unauthorized", "originalRequest": { "url": { @@ -12445,7 +12445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcc4a82f-fb88-42b5-8172-ea380b10f684", + "id": "48dbc9af-47ba-45e6-8fac-b404d9505099", "name": "Payment Required", "originalRequest": { "url": { @@ -12547,7 +12547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1495fd00-2d3a-4738-bacb-d3bb9bf17f42", + "id": "b8ac1f3e-c484-4b51-b28c-2d5927912507", "name": "Forbidden", "originalRequest": { "url": { @@ -12649,7 +12649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c61becca-b116-4239-9c21-db6809b105d7", + "id": "6962a3b4-c5f3-475b-9219-19f830db6c38", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12746,7 +12746,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": true\n },\n {\n \"key_0\": 1832\n }\n ],\n \"context\": {\n \"key_0\": 9725\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12757,7 +12757,7 @@ } }, { - "id": "89d9af31-2849-4e00-a38c-8a6424b10cb7", + "id": "08a092ff-2263-4b44-a470-727a33921038", "name": "Directions", "request": { "name": "Directions", @@ -12889,7 +12889,7 @@ }, "response": [ { - "id": "7df00518-7c38-4816-979a-59049bf49fd5", + "id": "e19a6fdc-dda1-4127-9def-7eebf3f541d9", "name": "OK", "originalRequest": { "url": { @@ -13018,7 +13018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa6dda3b-3748-46af-b8a6-8f1c40279b1a", + "id": "453f46b5-c339-4c02-b63b-e6c2c6a5e65d", "name": "Bad Request", "originalRequest": { "url": { @@ -13147,7 +13147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2b1f957-c947-49c8-8019-30591dc63279", + "id": "37929fbf-ff0d-4058-bc54-5166f0ed0af4", "name": "Unauthorized", "originalRequest": { "url": { @@ -13276,7 +13276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca874068-aae5-4c56-b4d6-d9c30f004c2c", + "id": "b6f5e8fb-9557-4a18-97e2-e8f28b26ab4e", "name": "Payment Required", "originalRequest": { "url": { @@ -13405,7 +13405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "548ffa96-b501-492e-b093-50bc7da11df5", + "id": "5634ce6b-ffd0-454c-ad18-2d1c197dec95", "name": "Forbidden", "originalRequest": { "url": { @@ -13534,7 +13534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4ea6efc-86d9-4465-a135-8f1323bbb3d1", + "id": "02b48444-79f2-48ed-bf39-c2fdde362de6", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -13658,7 +13658,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": true\n },\n {\n \"key_0\": 1832\n }\n ],\n \"context\": {\n \"key_0\": 9725\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -13669,7 +13669,7 @@ } }, { - "id": "d433a74d-f8a7-4bba-a593-82708c652194", + "id": "e8a78862-c2e4-4135-a88d-6dbe28b80584", "name": "Search Venue Pois By Key", "request": { "name": "Search Venue Pois By Key", @@ -13839,7 +13839,7 @@ }, "response": [ { - "id": "dd5fec0b-c686-4c8a-a9d7-009965c1715c", + "id": "4f3b0313-6ab7-49ae-bcce-76bd756c320d", "name": "OK", "originalRequest": { "url": { @@ -14006,7 +14006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0409589-abb7-4f22-bd9c-2bad4843e8bb", + "id": "c4afb912-8e16-406e-b32d-de198d83b2bf", "name": "Unauthorized", "originalRequest": { "url": { @@ -14173,7 +14173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82c065d8-47af-4e12-a387-4840d10db904", + "id": "876d034e-c116-4abf-9147-9e3ec06125af", "name": "Payment Required", "originalRequest": { "url": { @@ -14340,7 +14340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cde1ff3e-2ed6-4703-80bd-4b00df7fd5a8", + "id": "cf52397f-c723-4f4d-b2ec-d10b66ba324a", "name": "Forbidden", "originalRequest": { "url": { @@ -14507,7 +14507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90eeae15-2182-41a6-a233-3f560d78a063", + "id": "9423c4c0-4abf-4a4d-bccf-a420ddf0fb03", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -14669,7 +14669,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": true\n },\n {\n \"key_0\": 1832\n }\n ],\n \"context\": {\n \"key_0\": 9725\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -14680,7 +14680,7 @@ } }, { - "id": "30281df3-7ec9-4460-ae5f-4aff00ae478f", + "id": "aaa3062b-66e4-4243-a945-bb980bc5e75d", "name": "Autocomplete Venue Pois By Key", "request": { "name": "Autocomplete Venue Pois By Key", @@ -14841,7 +14841,7 @@ }, "response": [ { - "id": "89b5f75b-daeb-491f-a842-0f8761d33929", + "id": "a509c61d-e9fe-4c57-9b6d-2e691ffad51a", "name": "OK", "originalRequest": { "url": { @@ -14999,7 +14999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c3dc669-71b4-48b7-b611-b81b25359f26", + "id": "8a4e24b2-d252-4679-9f90-51151140701b", "name": "Unauthorized", "originalRequest": { "url": { @@ -15157,7 +15157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1deee4c-d91a-46c3-a2f1-2e8057d3c047", + "id": "8a40eef8-6525-4058-88a5-506b0a0a9391", "name": "Payment Required", "originalRequest": { "url": { @@ -15315,7 +15315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28b5f6a2-d395-4c66-a5e0-74e54b75e9a1", + "id": "48914c55-83cf-45cd-89d6-ccc733109a47", "name": "Forbidden", "originalRequest": { "url": { @@ -15473,7 +15473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d4c3fbe-3650-4105-919a-ad16eb566028", + "id": "219f4d57-3252-46e0-b184-7548948320cb", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -15626,7 +15626,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": true\n },\n {\n \"key_0\": 1832\n }\n ],\n \"context\": {\n \"key_0\": 9725\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -15637,7 +15637,7 @@ } }, { - "id": "63e6ee56-ac2a-4e07-942f-88c56451501e", + "id": "6ab54f9d-04a4-43a3-a4fb-09f16b15d155", "name": "Get Feature By Key", "request": { "name": "Get Feature By Key", @@ -15708,7 +15708,7 @@ }, "response": [ { - "id": "09970edc-bada-4492-b52a-07e8a6b84277", + "id": "8ea33b91-e186-49b8-ac2e-dd53059d3e41", "name": "OK", "originalRequest": { "url": { @@ -15772,12 +15772,12 @@ "value": "application/json" } ], - "body": "{\n \"properties\": {\n \"key_0\": 3801.0989698358676,\n \"key_1\": 2996,\n \"key_2\": 2100.105617847001\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", + "body": "{\n \"properties\": {\n \"key_0\": 4681.541243138998\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "459e6c23-2d6a-40e1-a96d-768cf78762dc", + "id": "959cd355-9535-4320-9c59-afc15ced6055", "name": "Unauthorized", "originalRequest": { "url": { @@ -15846,7 +15846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77c244c8-1ebb-49d0-b78a-6b3f745c67ee", + "id": "a251d4a8-5264-4752-a72f-547c047b8f28", "name": "Payment Required", "originalRequest": { "url": { @@ -15915,7 +15915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "369a130f-7682-467c-839b-2cfbfc9ca84f", + "id": "c1d4fa7c-e108-4304-be22-d4499fe35d65", "name": "Forbidden", "originalRequest": { "url": { @@ -15984,7 +15984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f88a8048-9322-4376-9793-949d901564f5", + "id": "4d55c013-5f35-44b5-b468-a89b4b247052", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16048,7 +16048,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": true\n },\n {\n \"key_0\": 1832\n }\n ],\n \"context\": {\n \"key_0\": 9725\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16059,7 +16059,7 @@ } }, { - "id": "b8a21fca-8110-499a-b4a9-a7395410ae66", + "id": "4a16a1a8-e146-4859-b9e0-a7abe088b385", "name": "Tiles By Key", "request": { "name": "Tiles By Key", @@ -16161,7 +16161,7 @@ }, "response": [ { - "id": "c6ec1b51-1718-4672-afa3-07209c479f71", + "id": "a650a29c-f373-4179-8282-b2e5cbb6f151", "name": "OK", "originalRequest": { "url": { @@ -16260,7 +16260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8f5211b-e3f6-4427-8701-fb47f1e5fb96", + "id": "0d455cbd-eb01-4e42-9f25-4012d636e46e", "name": "Unauthorized", "originalRequest": { "url": { @@ -16359,7 +16359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa0f908a-4cf1-41d2-8688-db90f5a41b70", + "id": "d489071e-c309-4743-a79a-0d818241fa12", "name": "Payment Required", "originalRequest": { "url": { @@ -16458,7 +16458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccdaddb6-0380-431e-81ac-07cea107a83d", + "id": "023b8edb-69ca-482f-aa6c-9d54686dd53e", "name": "Forbidden", "originalRequest": { "url": { @@ -16557,7 +16557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a57c2a88-5d86-47ea-86ce-2a886c5c0008", + "id": "6027e2fb-9625-4495-bffa-13241ae792ef", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16651,7 +16651,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 4078.9197722879235\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 1046.6020580099134\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": true\n },\n {\n \"key_0\": 1832\n }\n ],\n \"context\": {\n \"key_0\": 9725\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16668,7 +16668,7 @@ "description": "The Woosmap Distance Async API suite provides tools for large or difficult distance calculations.\n\n* **Matrix:** Compute travel distance and time for a matrix of multiple origins and destinations.\n\nRequests are made via HTTPS (GET/POST) and require an API key (`key` or `private_key`) for quota management.\n", "item": [ { - "id": "fc1b7484-ee1b-443f-bd85-6d6ac821c4b5", + "id": "bad4458f-1c7a-4cf4-a93f-6093e6decfb8", "name": "Start Matrix Calculation", "request": { "name": "Start Matrix Calculation", @@ -16730,7 +16730,7 @@ }, "response": [ { - "id": "71cba6b1-56bb-4f1e-b1fe-0cc13553d3cd", + "id": "becb8506-e48b-4f10-9662-b99a0a4f86c3", "name": "Successful Response", "originalRequest": { "url": { @@ -16790,7 +16790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f826e6f-f323-49cc-8bca-66afeb3549e1", + "id": "d75e7525-efbf-4c07-bc66-aa9978286c16", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -16850,7 +16850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a28852e5-5ab2-435f-a3e4-20959a165616", + "id": "0aee4651-7050-420d-97d5-12ac19bb1e2c", "name": "Out of free quota.", "originalRequest": { "url": { @@ -16910,7 +16910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c6eb9cc-5f56-4418-96fc-54ab3cee022a", + "id": "8b340e85-c68d-4afa-b400-63ca3c52aebd", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -16970,7 +16970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "426b7df8-7e39-4290-af9b-5b8ea1738fba", + "id": "3d657c37-4d12-4842-bec0-63543221d9ff", "name": "Validation Error", "originalRequest": { "url": { @@ -17030,7 +17030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5772d570-ba02-4b13-a3dc-eb896c50025e", + "id": "daf19068-f500-4cdc-8ed5-07d2968b0ef8", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17096,7 +17096,7 @@ } }, { - "id": "91b821a2-716f-4d1f-96bf-74c0afd6a184", + "id": "2f117d5e-c8ce-4994-91aa-7023c4faee71", "name": "Check Matrix Calculation Status", "request": { "name": "Check Matrix Calculation Status", @@ -17157,7 +17157,7 @@ }, "response": [ { - "id": "ac6390a9-5baf-488a-b69b-a6a04475c494", + "id": "007335be-c500-4fa6-886e-8fd93e7d34b0", "name": "Successful Response", "originalRequest": { "url": { @@ -17216,7 +17216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8c6a3b7-fdfc-4028-9222-c71f70587623", + "id": "c6c248ea-f5dc-4373-9010-45037bcc04a2", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17275,7 +17275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef57c961-f338-46d9-8fdd-850eeff62e50", + "id": "6cd0dc7c-a0aa-413f-9887-7638244d22fc", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17334,7 +17334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e66bab1c-4cbd-47e3-a48f-58646a129240", + "id": "f1af7ebe-e542-466f-a6de-5e303ff42986", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17393,7 +17393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab82c2f9-c946-4536-acab-e1b4e066de07", + "id": "4816b73b-13ee-4ae7-97d1-c62a3b1755de", "name": "Validation Error", "originalRequest": { "url": { @@ -17452,7 +17452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11767291-7588-418e-9dae-674b3979c155", + "id": "6806b980-4331-4f14-99c2-4e6254b35b5d", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17517,7 +17517,7 @@ } }, { - "id": "093ed7e4-58b1-46e9-8964-dbf42bee8cdc", + "id": "77adc29c-19be-4fef-87e9-340082055d30", "name": "Get Matrix Calculation Result", "request": { "name": "Get Matrix Calculation Result", @@ -17577,7 +17577,7 @@ }, "response": [ { - "id": "145869bf-b89b-410b-9578-1eea61cbd80c", + "id": "6a56e540-075c-45d4-b445-26a9a1e5efad", "name": "Redirect to the result of the matrix calculation.", "originalRequest": { "url": { @@ -17635,7 +17635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2026da1-9c97-4b4a-997c-287e577efd1a", + "id": "9353e29a-af48-49bb-9429-b98d8ed391a8", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17693,7 +17693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05d2d81f-43ba-45a3-a027-2ff36283bf5e", + "id": "4e736c79-def0-4ceb-9b23-2123a1f74a93", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17751,7 +17751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2332e45-3939-4b3e-9f7c-813f52cd31be", + "id": "c240f471-1455-4c19-ad7e-aa0e03e7d45d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17809,7 +17809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51c17825-57a9-475e-a4a0-8df48afe678a", + "id": "103de578-eda2-40a5-bd52-c1cc756b90ad", "name": "Validation Error", "originalRequest": { "url": { @@ -17867,7 +17867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "784ae3a6-c163-41ef-9c6b-73c7b6256e18", + "id": "b025d8af-56cb-4be0-838e-e7b943980ba1", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17937,7 +17937,7 @@ "description": "The Transit API delivers comprehensive public transportation routing information by calculating optimal travel paths between\norigins and destinations. It provides detailed route data including distance, duration, polyline visualization,\nand complete step-by-step transit instructions with transfer points and transportation modes. The API is ideal for\napplications requiring accurate public transit navigation and trip planning capabilities.\n", "item": [ { - "id": "667f6618-41f4-4026-bf2c-7cd080a089f4", + "id": "672201e0-a757-4dfe-b8ad-9fa8e96f0819", "name": "Transit Route", "request": { "name": "Transit Route", @@ -18030,7 +18030,7 @@ }, "response": [ { - "id": "cc8df10b-f4bb-4053-a595-109cd3279086", + "id": "80a6b9b0-ffde-4f00-a024-32f98ec61f25", "name": "Successful Response", "originalRequest": { "url": { @@ -18120,7 +18120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0600270d-67f7-4288-b70c-7d17742f9f3a", + "id": "9918d4e3-ffc7-496d-b1a7-ae92aeea01eb", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18210,7 +18210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc0ef089-3736-4c03-ae21-173dc9aed562", + "id": "a340bbed-2a4c-41dc-aaed-bc80eb7d356f", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18300,7 +18300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de2120e9-026d-4060-ad43-380fdc2858e3", + "id": "9b4994b1-c674-4f18-a273-8139047defe6", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18390,7 +18390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e87d7a8f-bf95-4acb-b820-db66bda6be9d", + "id": "cddb97ed-15b2-442c-b5b0-c07cdc6c442d", "name": "Validation Error", "originalRequest": { "url": { @@ -18480,7 +18480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "863fc414-eccc-4acc-8287-d314944d907e", + "id": "40f48a30-9f12-47ce-9681-cb294c35af30", "name": "Rate limit reached", "originalRequest": { "url": { @@ -18582,7 +18582,7 @@ "description": "Manage the full lifecycle of your geospatial data alongside powerful analysis and retrieval.\n\n* **Management:** Programmatically create datasets, import features in bulk (CSV/GeoJSON), and handle updates or deletions.\n* **Search:** Execute **Nearby**, **Contains**, **Intersects**, and **Within** queries using SQL-like `WHERE` filters.\n* **Features:** Direct access to individual geographic features by unique ID with field masking.\n\nIdeal for applications that require precise location analysis, spatial queries and geographic data management.\n", "item": [ { - "id": "cbfed3e3-46b1-4d60-8917-4edd6b708b46", + "id": "5cb40d49-57c9-4053-bd08-b21835a5859e", "name": "Get Dataset", "request": { "name": "Get Dataset", @@ -18640,7 +18640,7 @@ }, "response": [ { - "id": "98958998-de3b-4fb8-9bb1-de2868b80650", + "id": "0dc81fe7-6261-4835-9a50-10e3988dcb58", "name": "Successful Response", "originalRequest": { "url": { @@ -18696,7 +18696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7714306-0da0-478e-9f82-02d905cfb7d3", + "id": "d0730617-1aff-4627-b05e-705e19750fd0", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18752,7 +18752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f57f71f5-e2b4-4523-9920-1d3147fd8efd", + "id": "da318ee3-45a2-4f1e-a40f-0998a7dd4369", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18808,7 +18808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8660d90f-f712-42c6-a014-7659942ba903", + "id": "6f455547-e000-4b6e-a78c-f860809c488a", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18864,7 +18864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c3914ac-6215-4d0d-954a-e600286c10ce", + "id": "0155ec87-b8a3-468d-803e-eeb51d087a26", "name": "Dataset was not found", "originalRequest": { "url": { @@ -18920,7 +18920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0879c0e0-b667-4991-a4df-45d0ce19a563", + "id": "f2b61040-364f-4dda-bf72-59b8920ef466", "name": "Validation Error", "originalRequest": { "url": { @@ -18976,7 +18976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e807f75-2d78-4bf1-b48e-353939fa1d50", + "id": "8d69f184-f1ba-4838-a010-9b9235ba4480", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19038,7 +19038,7 @@ } }, { - "id": "3a8fefc3-3fee-4916-8471-b55c861ed2e9", + "id": "b14a0dd2-a8b7-4357-8f11-a5fbd8fbdc20", "name": "Delete Dataset", "request": { "name": "Delete Dataset", @@ -19096,7 +19096,7 @@ }, "response": [ { - "id": "5b0d4a9c-8dde-431e-8180-fcee30009109", + "id": "3cdbf21b-5565-4894-974d-1da6fc760a20", "name": "Successful Response", "originalRequest": { "url": { @@ -19147,12 +19147,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": 6527\n}", + "body": "{\n \"key_0\": 5093,\n \"key_1\": 9994,\n \"key_2\": 4040.632190793205\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1b81fbf1-b8b4-439d-aae7-168cb0a9c62e", + "id": "3fea34b2-05dc-479b-8828-59faa8470415", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19208,7 +19208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "192494a4-47de-4211-ad57-686b843a24a4", + "id": "9ac6821b-9f42-43d1-8065-c0a544452ce3", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19264,7 +19264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f525b5c-4a3e-4b37-bb8f-aef688679092", + "id": "c0cf661d-3e68-4003-8f92-3613b441dffa", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19320,7 +19320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3352784-42f4-4f15-84ae-8f0886bda9bc", + "id": "50552b3d-a3c5-48fc-8991-3dd00220e730", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19376,7 +19376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5388bb0a-84cd-47f1-9e07-4877ae328467", + "id": "29187a27-61b7-4159-b8be-e26f371b1ef5", "name": "The Dataset was already scheduled for deletion.", "originalRequest": { "url": { @@ -19432,7 +19432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "076e7e9f-9254-4bc6-8a2f-9d28d22c6f80", + "id": "dd128a79-7cf2-48c2-a1cb-a7bf5748c711", "name": "Validation Error", "originalRequest": { "url": { @@ -19488,7 +19488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6882cee9-4377-4bd9-be72-f5c1bf28f766", + "id": "d9626ea3-ba14-4641-b691-529fe8058252", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19550,7 +19550,7 @@ } }, { - "id": "932a7f42-7301-4641-a3f6-fecc44707f5f", + "id": "79e2ce96-d184-44ac-a8e7-d4154ee0c3bd", "name": "Update Dataset", "request": { "name": "Update Dataset", @@ -19621,7 +19621,7 @@ }, "response": [ { - "id": "85e8bf5b-c199-421c-b00c-5a153e50edfb", + "id": "91d2ef96-5b59-4af4-8bfe-85f148c35685", "name": "Successful Response", "originalRequest": { "url": { @@ -19690,7 +19690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3e7ab0e-56f9-4771-bad5-73fc75653240", + "id": "48639107-969f-4325-8b91-93287a4c9ec8", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19759,7 +19759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42abc068-1a24-463a-93bf-af58fac43abe", + "id": "8d687ea7-9cc2-4bff-ae07-7d2791c3bc23", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19828,7 +19828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c581117e-1873-44bd-ace0-c31c7c82ae48", + "id": "1aaf5ae9-24f3-4929-a9b0-8161908f80f1", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19897,7 +19897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce596fd1-03d0-4755-9406-f5f13ba3ac85", + "id": "8abab174-e7e2-411a-9bde-896bcef00746", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19966,7 +19966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c031dfd-9392-46bd-9140-186cc61463a0", + "id": "7cfb006e-e73f-4fe1-89fd-16a1532e3f73", "name": "Validation Error", "originalRequest": { "url": { @@ -20035,7 +20035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d663afcf-d12c-4f7e-b231-e33fef65c0d8", + "id": "b6b92ba1-01b8-42e5-ab30-56211f54c770", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20110,7 +20110,7 @@ } }, { - "id": "1c088903-dc32-48fb-b4a4-1bbfb7934890", + "id": "fd848ca4-2b2f-478f-ad88-0570ceca0ef8", "name": "List Datasets", "request": { "name": "List Datasets", @@ -20176,7 +20176,7 @@ }, "response": [ { - "id": "8fe1edfa-32e6-410a-8db8-829e65895600", + "id": "8c2cbc8e-e754-4ba7-b7f4-57dd24d3db09", "name": "Successful Response", "originalRequest": { "url": { @@ -20239,7 +20239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afb768a6-48bd-427b-9bf0-f9505333da0e", + "id": "7a25b92f-3063-4ee7-b236-01f127d00b88", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20302,7 +20302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa67eb64-d1df-43bc-a621-25cc1779d2aa", + "id": "19cd0d1e-0948-4724-9e04-c08599cb9d49", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20365,7 +20365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e1ceb4e-5dc1-489e-94cb-7b1e12728de6", + "id": "840c5db6-461c-4134-9c86-e0cfa31a7ca2", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20428,7 +20428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d077d8-870e-4220-8250-f53bc4c8bad9", + "id": "e6292e95-fe7a-4f25-bf6f-ef39bb43de33", "name": "Validation Error", "originalRequest": { "url": { @@ -20491,7 +20491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "243ef145-8bf9-4a59-b107-ea9a1ec17596", + "id": "173e6e42-9df3-4bf2-a3be-51a8e01f2f21", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20560,7 +20560,7 @@ } }, { - "id": "2f0b4c89-2d68-4805-840a-9beb3d605ea6", + "id": "9bfc6112-11cd-4cee-b858-44684122585c", "name": "Create Dataset", "request": { "name": "Create Dataset", @@ -20620,7 +20620,7 @@ }, "response": [ { - "id": "016349b1-4fd2-4e42-afac-bf13e8d03354", + "id": "70a2033d-bda8-4732-b89e-33ea44a91e3a", "name": "Successful Response", "originalRequest": { "url": { @@ -20678,7 +20678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8bcf36b-0145-44f2-9dc1-a03454046cce", + "id": "3101755c-44ab-4321-88c4-c14d1b12afc1", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20736,7 +20736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "328b5508-9bbf-4b5a-938a-8588a65ae6aa", + "id": "7cb80ec4-193f-463f-830d-ebe645e9d248", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20794,7 +20794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "932b3324-b44a-4531-ab35-5859783a69c9", + "id": "9e8d94f0-91cb-4554-8c5e-b74bbba95c27", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20852,7 +20852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a77b39eb-c149-4e68-aad2-3b2f1414de81", + "id": "d30dba77-1470-46d8-9607-cbae8fe3c36c", "name": "Validation Error", "originalRequest": { "url": { @@ -20910,7 +20910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82223429-cb66-4e0a-a354-b77c03c69a98", + "id": "f28274a3-f722-494e-a9c8-4675c874fa6a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20974,7 +20974,7 @@ } }, { - "id": "9de9e8dc-bc2a-4d4f-bb93-6c21d2d4663e", + "id": "494fc759-1343-4d9b-af59-57fc18ed9838", "name": "Get Dataset Status", "request": { "name": "Get Dataset Status", @@ -21033,7 +21033,7 @@ }, "response": [ { - "id": "0a572d9a-9a7b-48b7-9a12-44d665a8f797", + "id": "1262c1ee-6998-4e34-bc7c-5293155f9687", "name": "Successful Response", "originalRequest": { "url": { @@ -21085,12 +21085,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"steps\": [\n {\n \"name\": \"fetch\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"in_progress\"\n },\n {\n \"name\": \"fetch\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n }\n ],\n \"status\": \"failed\"\n }\n ],\n \"status\": \"failed\"\n}", + "body": "{\n \"id\": \"\",\n \"steps\": [\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\": \"in_progress\"\n },\n {\n \"name\": \"fetch\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n }\n ],\n \"status\": \"success\"\n }\n ],\n \"status\": \"in_progress\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5bd32112-8d6e-4ed0-984d-5ac249461350", + "id": "ea51014f-f79d-4673-bfe7-4883479376a8", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21147,7 +21147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba6d3886-aad4-4962-a037-acc2dee9c7c1", + "id": "51598912-128d-46d9-85b5-dad24c0cb193", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21204,7 +21204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e5009b1-e8e4-42c5-a1e1-0e5048e22d7a", + "id": "82107925-3091-4380-9d0c-4b0173a0f84a", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21261,7 +21261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a9e514d-a57f-472a-9b66-cda6ca0effc3", + "id": "acc072cb-eb24-4b8a-b557-7f9ff55efe73", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21318,7 +21318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d395d72d-7933-4697-bed1-f73a1e7441a5", + "id": "6339aee0-5c48-4aa5-822e-f3ad5de9ac6f", "name": "Validation Error", "originalRequest": { "url": { @@ -21375,7 +21375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34dbce96-3061-4b5f-a74b-85ad86ba164e", + "id": "e3fe669f-e8b8-4b79-aa96-d75dc56cb968", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21438,7 +21438,7 @@ } }, { - "id": "f8851785-4b67-4148-8a04-793d39de2584", + "id": "4c5f3a8f-2ca5-4b3a-a2dd-960e1154a730", "name": "Trigger Import", "request": { "name": "Trigger Import", @@ -21497,7 +21497,7 @@ }, "response": [ { - "id": "ea91f27b-3b27-42bc-9ba2-c12c47b6a911", + "id": "5d8c4f46-936c-4c1d-adbf-60c5e410ceaa", "name": "Successful Response", "originalRequest": { "url": { @@ -21554,7 +21554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6814223-5b2b-4e65-8e19-bae32cc89365", + "id": "f0a6d24a-79a8-4aa4-810c-2ed7408f8b68", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21611,7 +21611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe6f377d-e10e-4a54-b413-28d4e432783a", + "id": "c8dc5b9d-57aa-4a89-8f42-7d98d6976a60", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21668,7 +21668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a260a7-d98a-4716-8853-94ffd2d37ab2", + "id": "47c5bb97-61ae-412c-a0c6-b24db501d128", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21725,7 +21725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1177bd6-488d-4744-8ec6-1f6aa58c04b3", + "id": "29515a44-3192-43a8-81cb-a5a4707c1b39", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21782,7 +21782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "836169ae-e33a-4167-920b-91fb14d501aa", + "id": "36f90d7c-fe90-4b09-b09f-9d140e2644be", "name": "Validation Error", "originalRequest": { "url": { @@ -21839,7 +21839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f5362ca-0ec2-434c-b423-b76268ac66b0", + "id": "73eb6c74-cffd-46ba-b8cd-fee37de82fd8", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21902,7 +21902,7 @@ } }, { - "id": "d77617a9-ffeb-4e79-a743-49a54eabf025", + "id": "7f0bfa36-c9cb-47ff-b77f-1d1729481c99", "name": "Reimport Dataset Webhook", "request": { "name": "Reimport Dataset Webhook", @@ -21946,7 +21946,7 @@ }, "response": [ { - "id": "dd61b292-bd6e-4930-a5a5-9d2fc344fb5c", + "id": "6fe1f34d-2e17-413e-95f0-8b30bf37787b", "name": "Successful Response", "originalRequest": { "url": { @@ -21995,7 +21995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7f44475-c073-4cf3-b63b-25b517f91262", + "id": "d49e7226-14cc-4433-a7b2-4e2bcf803862", "name": "Unauthorized", "originalRequest": { "url": { @@ -22032,7 +22032,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ce845cef-0fce-41ff-a2eb-76fd17767a92", + "id": "f8db6e9f-5596-4e13-b128-cc2aeecf57ef", "name": "Payment Required", "originalRequest": { "url": { @@ -22069,7 +22069,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a898ec1c-014f-4f91-bbc5-d1b4a33e88bd", + "id": "2a2b839b-699f-4e8f-bfc3-e69a5b0e0c54", "name": "Forbidden", "originalRequest": { "url": { @@ -22106,7 +22106,7 @@ "_postman_previewlanguage": "text" }, { - "id": "adc7dbf9-9921-482c-a17b-852da7c2b086", + "id": "051baef4-1073-45e9-99b6-f7fcbf06c877", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22155,7 +22155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bb35bc4-dedc-471a-9a3e-a64e6858ffcc", + "id": "56084f7b-2792-4022-ab35-e2f06b256494", "name": "Validation Error", "originalRequest": { "url": { @@ -22204,7 +22204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a33d7905-3ffe-46f7-8947-c81a29ce6f6c", + "id": "018b402b-1bd0-48f5-9896-a184410906a1", "name": "Rate limit reached", "originalRequest": { "url": { @@ -22259,7 +22259,7 @@ } }, { - "id": "d36bb88c-89e0-4048-904a-f7ee5f003a5c", + "id": "8876c7ca-69be-4193-85f6-fb25b319c683", "name": "Search Features", "request": { "name": "Search Features", @@ -22361,7 +22361,7 @@ }, "response": [ { - "id": "cdac6102-3679-47dd-826d-e65440d4ee86", + "id": "734f22bc-8e9e-42ad-bff5-7b5d42c7dffd", "name": "Successful Response", "originalRequest": { "url": { @@ -22455,12 +22455,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3021.420037250957,\n \"key_1\": 8458.49446095255,\n \"key_2\": false,\n \"key_3\": 1760.1077198726812\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6381.570951568252\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 4081,\n \"key_1\": \"string\",\n \"key_2\": 9445.323456081509,\n \"key_3\": 1100.6356853308441\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d7323bb5-e288-49a1-ac43-9be643a32916", + "id": "d6c93e8d-ccd7-4bb7-a520-c7418a241fe3", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -22559,7 +22559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f10c494e-79c2-423d-9d8a-dce2129508e7", + "id": "2c1f9bbd-2feb-4fa2-bfdd-f7bbb9e8abb2", "name": "Out of free quota.", "originalRequest": { "url": { @@ -22658,7 +22658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bc66b42-a3dd-476e-8e11-ead645608fe5", + "id": "49783008-100f-4f75-9d90-fa82cdc7ae7e", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -22757,7 +22757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25357b17-5e18-43b1-915a-365f9c4e3921", + "id": "aa24efed-02be-401b-bed7-f43a2a5ed4a5", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22856,7 +22856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b539ff-e92b-4216-9c8f-6623ecc133e4", + "id": "72a1a11b-8b44-4ca4-bab8-75a80f4cc2bc", "name": "Validation Error", "originalRequest": { "url": { @@ -22955,7 +22955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e06c6ed-7e0f-4a5f-8de5-310c1020b715", + "id": "84d31734-66ed-420e-a6f7-55f2a6dda18a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23060,7 +23060,7 @@ } }, { - "id": "88efdf30-f4f5-409e-ac58-3784a7b85e1d", + "id": "a46ccefa-2570-4959-8d50-4a357e29c630", "name": "Nearby Features", "request": { "name": "Nearby Features", @@ -23162,7 +23162,7 @@ }, "response": [ { - "id": "f88052e9-243a-4dd3-bd0b-629697f48ea6", + "id": "ae9a2c8e-d241-4b8d-a4cc-2136963cb942", "name": "Successful Response", "originalRequest": { "url": { @@ -23256,12 +23256,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3021.420037250957,\n \"key_1\": 8458.49446095255,\n \"key_2\": false,\n \"key_3\": 1760.1077198726812\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6381.570951568252\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 4081,\n \"key_1\": \"string\",\n \"key_2\": 9445.323456081509,\n \"key_3\": 1100.6356853308441\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f71c6ef9-78d5-479a-a8eb-42b3b85acc7a", + "id": "564810ae-c884-480e-97c0-2fd8657192d2", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -23360,7 +23360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4e78af1-1b4f-416e-aadc-bdb9e7363056", + "id": "daaf9aae-812c-4ee4-803a-8e2880c96c0b", "name": "Out of free quota.", "originalRequest": { "url": { @@ -23459,7 +23459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182cc241-ef73-4ddc-b2bb-25370d8fff5a", + "id": "a700106f-55f9-4482-8feb-4ced2e661da4", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -23558,7 +23558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a9b79ab-7d12-4fcd-a5eb-b51169f7ec39", + "id": "d7370aa6-dc71-4feb-924f-f7486d1bf517", "name": "Dataset was not found", "originalRequest": { "url": { @@ -23657,7 +23657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55459ec4-8eee-480c-adcd-8a697a3315a3", + "id": "c045735c-1822-4c34-8161-49573c085822", "name": "Validation Error", "originalRequest": { "url": { @@ -23756,7 +23756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ff40ca0-0c5b-403c-8304-b265fada0d56", + "id": "cd22f2a2-4ac4-4f68-8cb3-ecb59e631e4d", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23861,7 +23861,7 @@ } }, { - "id": "c479f1dc-34f9-4f2b-82f0-d895c704d6d2", + "id": "83230734-3c50-471c-aab3-47e74fe50b47", "name": "Intersect Features", "request": { "name": "Intersect Features", @@ -23963,7 +23963,7 @@ }, "response": [ { - "id": "9e716333-ae3a-4124-803a-2518df53b450", + "id": "7b17d2aa-5cdd-43bb-a0a7-764721486735", "name": "Successful Response", "originalRequest": { "url": { @@ -24057,12 +24057,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3021.420037250957,\n \"key_1\": 8458.49446095255,\n \"key_2\": false,\n \"key_3\": 1760.1077198726812\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6381.570951568252\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 4081,\n \"key_1\": \"string\",\n \"key_2\": 9445.323456081509,\n \"key_3\": 1100.6356853308441\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1ed4ceec-c1a4-4e18-aae5-f3592244ab64", + "id": "9bcd8cb6-4b06-48b5-88ef-7ce371b10e97", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24161,7 +24161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1413ca07-b186-40cf-8c92-a9588eacd42f", + "id": "0d699ef6-dcd5-4c59-93f2-a075479ae952", "name": "Out of free quota.", "originalRequest": { "url": { @@ -24260,7 +24260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f2c469d-ecce-44ec-b500-6c3843b1718a", + "id": "56aed1dd-4812-483f-ac02-f9d8b3cb6ee4", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -24359,7 +24359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3fb96fa-5a73-428d-9c9e-1cb579179ea0", + "id": "48f870d0-6fbc-40ac-ab31-2ec2f490a776", "name": "Dataset was not found", "originalRequest": { "url": { @@ -24458,7 +24458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1ae33fa-577c-4857-91e8-8d891ec9a081", + "id": "3b506610-7f94-4028-bdfe-5549dcfb6e2f", "name": "Validation Error", "originalRequest": { "url": { @@ -24557,7 +24557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77b29534-9522-42fc-b5bf-357d50302bfc", + "id": "45b466d2-1776-498a-8945-836f1f78bd4a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -24662,7 +24662,7 @@ } }, { - "id": "c0b9c349-1d65-4ee4-a01e-d9e0c54e9afd", + "id": "dcc747c7-95db-43e3-81a7-270eb12d372f", "name": "Contains Features", "request": { "name": "Contains Features", @@ -24764,7 +24764,7 @@ }, "response": [ { - "id": "f08b1c68-27c0-49b3-a926-99b67f68eb12", + "id": "fc60ca79-6b59-4e4e-ba06-af6b4621192b", "name": "Successful Response", "originalRequest": { "url": { @@ -24858,12 +24858,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3021.420037250957,\n \"key_1\": 8458.49446095255,\n \"key_2\": false,\n \"key_3\": 1760.1077198726812\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6381.570951568252\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 4081,\n \"key_1\": \"string\",\n \"key_2\": 9445.323456081509,\n \"key_3\": 1100.6356853308441\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "827a9237-fc43-4601-a101-fe941601cd31", + "id": "6bec7597-bdea-479a-8234-a47fa40a72ae", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24962,7 +24962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "898bf0d4-c7d0-4b2a-9ee2-4cffd3ef01b3", + "id": "4effa0ca-ee16-4610-938c-6f47d766a359", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25061,7 +25061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8db5dfcd-1c8c-4022-a1e7-7a3c1e24d43d", + "id": "560afe7d-cb17-4e7f-81b7-2a4ebf555e9e", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25160,7 +25160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b388281-2487-47d0-b69f-c3f920854f23", + "id": "c514993f-4b77-4e76-bc4c-9ebd0b7e017d", "name": "Dataset was not found", "originalRequest": { "url": { @@ -25259,7 +25259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebfbe129-b2db-4446-a619-74f4d0e522d4", + "id": "c8bc746f-a321-4cce-900d-456eacdddffe", "name": "Validation Error", "originalRequest": { "url": { @@ -25358,7 +25358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fee36d9f-d381-414d-99a9-e6d6e8cd91c0", + "id": "f1aaa3a3-a9a7-4eb4-8286-3e6bb0599e6a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -25463,7 +25463,7 @@ } }, { - "id": "2be05907-0f9d-4ad5-bf67-d15bfbddff16", + "id": "76863de3-5bd4-4505-935d-182d865446a8", "name": "Within Features", "request": { "name": "Within Features", @@ -25565,7 +25565,7 @@ }, "response": [ { - "id": "a2678aeb-dd94-4452-be14-00449ea3d9ef", + "id": "a41b9467-729c-49d2-b538-44c8e7219552", "name": "Successful Response", "originalRequest": { "url": { @@ -25659,12 +25659,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 3021.420037250957,\n \"key_1\": 8458.49446095255,\n \"key_2\": false,\n \"key_3\": 1760.1077198726812\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6381.570951568252\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 4081,\n \"key_1\": \"string\",\n \"key_2\": 9445.323456081509,\n \"key_3\": 1100.6356853308441\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f98d5172-0e4e-4304-8222-4db57a3700a9", + "id": "d686695f-71c9-4460-9eaa-c957a57711dc", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -25763,7 +25763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbc06cbd-4d51-4213-8e45-6402f582a7c2", + "id": "d893f6e6-973a-491e-8aa1-7e2599966c86", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25862,7 +25862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7936ca-f58c-4c5c-bb5b-364756d0d48a", + "id": "c9482372-b1e2-469c-9b68-a7557c4d09ca", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25961,7 +25961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "310b77cc-2d25-40ac-835d-e4036097ec9f", + "id": "dbf5d419-e466-47cf-817f-ce6a11faca9c", "name": "Dataset was not found", "originalRequest": { "url": { @@ -26060,7 +26060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03a18a07-36cd-4e3c-956a-6b6c7673faf9", + "id": "e215d968-01d4-4055-bab5-7d43bfb1cdd9", "name": "Validation Error", "originalRequest": { "url": { @@ -26159,7 +26159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60c57889-a261-4467-8fe9-cfc16c35b2ce", + "id": "bb4c1bd0-a81b-42f7-8595-11c622ef2ca3", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26264,7 +26264,7 @@ } }, { - "id": "f700afff-4217-4f2b-9728-2b222f4d03f9", + "id": "7dca2416-c087-4058-9097-0d4803b9e6c7", "name": "Get Feature", "request": { "name": "Get Feature", @@ -26353,7 +26353,7 @@ }, "response": [ { - "id": "68084e2e-842a-48b2-850a-3f66ae3101f7", + "id": "a0057d55-0414-41d9-9871-b02ccf66a129", "name": "Successful Response", "originalRequest": { "url": { @@ -26434,12 +26434,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 7889.575528332353,\n \"key_1\": 536.7602246118031\n }\n}", + "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\",\n \"key_1\": true,\n \"key_2\": \"string\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4ae45cd2-7f61-430f-8cab-ba3c8175ca24", + "id": "09f47612-4185-47cd-914e-178c48942a01", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -26525,7 +26525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d76848d-b699-4849-ba14-9549244e75ed", + "id": "468e6fcd-52cb-4cf2-a3c4-c65c86b3bc8d", "name": "Out of free quota.", "originalRequest": { "url": { @@ -26611,7 +26611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53e9f85d-a31b-47c5-bd16-2bf4822ad063", + "id": "eaf85300-6cdd-48c0-a071-a71e7a801da9", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -26697,7 +26697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81d583b0-2628-46be-b23b-c33ab2d579a1", + "id": "fd0bdabd-bea4-47b6-8a69-e380304f94dc", "name": "Feature or Dataset were not found", "originalRequest": { "url": { @@ -26783,7 +26783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "839be785-7591-4e2a-aa5b-de1da5e8cb65", + "id": "aa7a7c75-ab7c-428e-9916-4518b2aadded", "name": "Validation Error", "originalRequest": { "url": { @@ -26869,7 +26869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88300ca6-0212-405a-97ca-93dc97e1c527", + "id": "52eb9e58-cd60-4024-a473-d6d68c000e02", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26967,7 +26967,7 @@ "description": "The Woosmap Distance API suite provides comprehensive tools for road travel calculations worldwide.\n\n* **Route:** Calculate travel distance, duration, and paths between origin and destination.\n* **Matrix:** Compute travel distance and time for a matrix of multiple origins and destinations.\n* **Isochrone:** Determine all locations reachable within a specific time or distance.\n* **Tolls:** Estimate toll costs and details for specific routes.\n\nRequests are made via HTTPS (GET/POST) and require an API key (`key` or `private_key`) for quota management.\n", "item": [ { - "id": "ec423bcd-a073-4c31-8be8-7a40e76da0d8", + "id": "c9ccf28b-a7db-4cc6-8d3f-82e760b9ccd1", "name": "Find Routes", "request": { "name": "Find Routes", @@ -27025,7 +27025,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -27134,7 +27134,7 @@ }, "response": [ { - "id": "ff0afcf5-269c-4c26-8c78-f6fc72170946", + "id": "bf10a477-5abb-4dc5-9d52-1b1a88ebc601", "name": "Successful Response", "originalRequest": { "url": { @@ -27187,7 +27187,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -27298,7 +27298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41e6747e-7db0-489d-b088-a56e700e38d7", + "id": "421cd7b3-6922-4d09-a650-e47545e12c8e", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -27351,7 +27351,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -27462,7 +27462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65ede236-d7bc-4a51-8d4b-f65e02ba402f", + "id": "3980955e-feb5-4d17-853a-f87ad7903b63", "name": "Out of free quota.", "originalRequest": { "url": { @@ -27515,7 +27515,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -27626,7 +27626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "192a8020-ddcf-4ab2-a81a-c591f065f3d9", + "id": "973ce5b2-f7ce-4ef4-aa26-fe9b07d7332f", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -27679,7 +27679,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -27790,7 +27790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d09709f7-671f-4710-9754-74b2355df3df", + "id": "58d271a4-98d5-4152-8569-96ee6cb46f35", "name": "Validation Error", "originalRequest": { "url": { @@ -27843,7 +27843,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -27954,7 +27954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c844e0e7-efa5-4f4a-905b-ed21861376d2", + "id": "2257e12a-4ae8-4b30-8448-731e69a42ae9", "name": "Rate limit reached", "originalRequest": { "url": { @@ -28007,7 +28007,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -28124,7 +28124,7 @@ } }, { - "id": "652bda0a-3024-44ec-91e8-259ad38dd6bb", + "id": "b8ffb9a1-2f96-4123-92ac-1db54b7d945c", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -28173,7 +28173,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -28273,7 +28273,7 @@ }, "response": [ { - "id": "1d2f3b24-879e-4242-a475-da40ac23585a", + "id": "d1d6acaa-209b-4dfa-8680-5fb0be438941", "name": "Successful Response", "originalRequest": { "url": { @@ -28317,7 +28317,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -28414,12 +28414,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ZERO_RESULTS\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "26a88b77-3844-4633-8035-1a1fc6b2e8dc", + "id": "17a107c4-f6eb-43be-b41c-20b0c63ea2a6", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -28463,7 +28463,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -28565,7 +28565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18305deb-e0f1-4bd8-bfac-f4c82eb8bb8e", + "id": "6b678ae0-0c53-4f7b-bad8-0a1ff218a26c", "name": "Out of free quota.", "originalRequest": { "url": { @@ -28609,7 +28609,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -28711,7 +28711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab9e4091-92cd-4b7a-9814-20d836fa3b93", + "id": "178dc86e-1a77-4768-aa25-82c36216172d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -28755,7 +28755,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -28857,7 +28857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95e9d0c0-f682-444a-aee4-4bd2eeab629f", + "id": "c6f1dd68-a476-45ef-94de-899b3e04df6a", "name": "Validation Error", "originalRequest": { "url": { @@ -28901,7 +28901,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -29003,7 +29003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "619b3005-dfde-4e50-a2fb-82abe1b8aa90", + "id": "9c8b8f58-0343-439a-b826-41226b960684", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29047,7 +29047,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -29155,7 +29155,7 @@ } }, { - "id": "eb94ed0e-a02e-415d-81e3-e088dc6a1e69", + "id": "73998779-d130-4a9f-b620-c0a87aeb95ae", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -29226,7 +29226,7 @@ }, "response": [ { - "id": "fa0b10fd-a325-4739-8c76-8fa3ef271a05", + "id": "1eb213c2-0883-4386-b97f-f0222742e948", "name": "Successful Response", "originalRequest": { "url": { @@ -29290,12 +29290,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ZERO_RESULTS\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ceef5773-8eaf-4566-93cc-1c8852cab958", + "id": "d752c75f-f594-4344-9105-998e10739e63", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -29364,7 +29364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13caf956-54fd-498b-b550-46110c88188b", + "id": "15025ac9-771c-49fc-8645-cc2273ee5103", "name": "Out of free quota.", "originalRequest": { "url": { @@ -29433,7 +29433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13f509e8-ae2b-480e-9ec5-a4b83ca40884", + "id": "5e4a6bf6-5af8-4d98-8d33-39cdffa53a9c", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -29502,7 +29502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "839ef117-6ca9-4522-ac8f-fd18cc3dc0bb", + "id": "09c53a35-aeb1-47d8-b1a5-56a257653721", "name": "Validation Error", "originalRequest": { "url": { @@ -29571,7 +29571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9a6b1a0-9230-4737-96be-dbac8453c6f9", + "id": "171cde6f-bb98-4d30-b731-fd927133abda", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29646,7 +29646,7 @@ } }, { - "id": "63cc8afd-7980-454e-818e-bef2b3055834", + "id": "3252fc99-d60d-4837-b156-2764df22a29b", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -29695,7 +29695,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -29768,7 +29768,7 @@ }, "response": [ { - "id": "119a517a-38ea-4051-9578-1ca4da5b6dda", + "id": "746ae7ff-2a60-4ef0-baa6-964129632ed1", "name": "Successful Response", "originalRequest": { "url": { @@ -29812,7 +29812,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -29887,7 +29887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bde91fdd-5d29-418e-8a22-896852481b97", + "id": "273aa173-e8cc-4c2c-bc15-ee6ea1d2a407", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -29931,7 +29931,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -30006,7 +30006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26a22f9a-7d4a-49a5-9e92-b014e172da67", + "id": "caa4f25d-7a73-4378-a716-1e77cc37b5d3", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30050,7 +30050,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -30125,7 +30125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28d7c938-2975-487a-ba2a-47c332fcc8f9", + "id": "0a4025b5-b358-4936-86f3-4afeaf0542b2", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30169,7 +30169,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -30244,7 +30244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa73d4b3-96cc-40be-8f95-f523537fdb93", + "id": "2593a9c2-82bc-4147-b050-72dba465cc2b", "name": "Validation Error", "originalRequest": { "url": { @@ -30288,7 +30288,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -30363,7 +30363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4011cf51-d03b-44ce-a2f2-84b6f22b34ae", + "id": "c8a9ec55-cc61-4296-886d-ad964c11b112", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30407,7 +30407,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -30488,7 +30488,7 @@ } }, { - "id": "0c55cfb6-72b5-4ff6-bd70-fe924436024f", + "id": "1e896fd1-39a2-41dd-a5dc-91c6540e5097", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -30559,7 +30559,7 @@ }, "response": [ { - "id": "be6fe6c9-2795-470e-8683-138ced557a9a", + "id": "60d82857-072b-42f2-9cab-73b65ffd1c93", "name": "Successful Response", "originalRequest": { "url": { @@ -30628,7 +30628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33e15674-cc07-40be-b4eb-32cdb86d056f", + "id": "229c5120-eeca-49bd-a877-b2e3cd53e120", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -30697,7 +30697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2715b538-d788-4e82-919e-a3aa1d0e8b81", + "id": "928afc79-05ab-4615-a03c-ecb507627a5e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30766,7 +30766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b21a643-d4fa-4b49-892d-ef33070baa0a", + "id": "221cd042-7ad9-4701-b2a8-dbfbfe6eec0e", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30835,7 +30835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b08de6a-ea51-489a-a18d-1e22eecd8e88", + "id": "60ef93ed-f84d-416b-ba2c-be92eecc1ecb", "name": "Validation Error", "originalRequest": { "url": { @@ -30904,7 +30904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0ae640d-949a-4294-91cc-b419c5ea87c4", + "id": "126b824d-746a-49f1-bf39-d607c3f3a8f2", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30979,7 +30979,7 @@ } }, { - "id": "ef6514bc-d764-454e-90b6-e6365a5fed0a", + "id": "3f1bd3fd-85b8-4ffd-8ed6-e9e04ff79f4a", "name": "Find Tolls", "request": { "name": "Find Tolls", @@ -31055,7 +31055,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -31128,7 +31128,7 @@ }, "response": [ { - "id": "0bab5705-87ae-4692-a45d-9b1379bf8823", + "id": "771a8bac-17fe-437e-93ba-1aa8703ab03e", "name": "Successful Response", "originalRequest": { "url": { @@ -31199,7 +31199,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -31269,12 +31269,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"\",\n \"routes\": [\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 6019.748040445834,\n \"key_1\": true,\n \"key_2\": \"string\",\n \"key_3\": true\n },\n {\n \"key_0\": \"string\",\n \"key_1\": 6460.819471279331,\n \"key_2\": 6345.426465090535,\n \"key_3\": true,\n \"key_4\": 8561.307002046487\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": \"string\",\n \"key_1\": 2270,\n \"key_2\": 6284.044633397716\n },\n {\n \"key_0\": \"string\",\n \"key_1\": false\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 938,\n \"key_1\": true\n },\n {\n \"key_0\": 2121.1405143204256\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": \"string\"\n }\n ]\n }\n ]\n },\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 3744\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 4207,\n \"key_1\": true,\n \"key_2\": \"string\"\n },\n {\n \"key_0\": 4400.211333206172,\n \"key_1\": \"string\",\n \"key_2\": 7814\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": \"string\",\n \"key_1\": false\n },\n {\n \"key_0\": 3263,\n \"key_1\": \"string\",\n \"key_2\": 7062.302119967838\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": true,\n \"key_1\": 6716,\n \"key_2\": 5489.4308617100605\n },\n {\n \"key_0\": true,\n \"key_1\": 896.6970913024363\n }\n ]\n }\n ]\n }\n ]\n}", + "body": "{\n \"status\": \"\",\n \"routes\": [\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 219.74801503688246,\n \"key_1\": false\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": \"string\",\n \"key_1\": 2047\n },\n {\n \"key_0\": true\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": false,\n \"key_1\": \"string\",\n \"key_2\": false,\n \"key_3\": 6993\n },\n {\n \"key_0\": 9803,\n \"key_1\": \"string\",\n \"key_2\": 2453\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": false,\n \"key_1\": 6967.139692737774,\n \"key_2\": 5236\n },\n {\n \"key_0\": 1004.6669695113852\n }\n ]\n }\n ]\n },\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 1281.1771377193627\n },\n {\n \"key_0\": true\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": false,\n \"key_1\": \"string\"\n },\n {\n \"key_0\": false,\n \"key_1\": 9623,\n \"key_2\": 4216.309153616938,\n \"key_3\": \"string\"\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": 3180.90835437679,\n \"key_1\": 3321,\n \"key_2\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 6675.833191246665\n },\n {\n \"key_0\": \"string\"\n }\n ]\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6f4921f9-0b91-4823-bba4-3c7f9bf5f579", + "id": "e6daad9d-43ee-414d-a0c4-01ac4edf2a6d", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -31345,7 +31345,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -31420,7 +31420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e51d2431-297f-416d-b1af-63d5e8325186", + "id": "e991bf0d-2e66-4321-b64d-4a6a292f8962", "name": "Out of free quota.", "originalRequest": { "url": { @@ -31491,7 +31491,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -31566,7 +31566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07d8cffc-f497-43b6-9d40-aeec6713a39b", + "id": "fe45d2cc-da10-4201-b474-55a5d188770d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -31637,7 +31637,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -31712,7 +31712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd55a301-195f-4ecc-b516-8a4f4e8af94c", + "id": "da7f6e90-99da-482c-aa13-36cb544111aa", "name": "Validation Error", "originalRequest": { "url": { @@ -31783,7 +31783,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -31858,7 +31858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5353d555-4fcc-4c5c-b34c-1e9f08411f98", + "id": "ac631647-d910-4fdb-b20c-2d800f0e4a56", "name": "Rate limit reached", "originalRequest": { "url": { @@ -31929,7 +31929,7 @@ { "disabled": false, "description": { - "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,ca,da,de,es,et,fi,he,it,ja,nb,nl,pl,pt,ro,ru,sv,uk,zh)", + "content": "The language code, indicating in the language the response should be in. \n \nIf not defined the header `Accept-Language` of the request will be checked before defaulting to `en`. (This can only be one of en,fr,bg,ca,cs,da,de,el,es,et,fi,he,hi,hu,it,ja,nb,nl,pl,pt,ro,ru,sk,sl,sv,tr,uk,zh)", "type": "text/plain" }, "key": "language", @@ -32024,7 +32024,7 @@ } ], "info": { - "_postman_id": "3f2b9c13-5458-4379-9b9a-87ecceb0401e", + "_postman_id": "01649f33-cc17-49b2-9797-e6c20842acb4", "name": "Woosmap Platform API Reference", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {