Locations Data

Get a list of basic business details

Get a list of basic business details containing "id" and "name", that can be viewed by the current user.

get/locations/businesses

Query parameters

querystring

Value used to filter the results. The value will be searched for in the following fields: "name", "streetAndNo", "zip", "city", "country", "identifier".

sortstring

The business property to sort by. Can be "id" or "name".

maxstring

Used for pagination. Maximum number of results per page. Default: 1000

offsetstring

Offset used for pagination. Default: 0

orderstring

Sets the sorting order. Default: "asc".

Response

Successfully retrieved Businesses

Changes

Changed in 1 of the 14 revisions of this API.1

    • added the new REVIEW_TRANSLATION enum value to the response/businesses/items/productPlan/features/items/ response property for the response status 200

      response-property-enum-value-added

Of the 14 revisions, 2 have no diff computed.