Skip to main content

List Locations

GET 

/organizations/:organizationId/locations

List locations

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

Query Parameters

    parentId string

    The parent location ID

    maxResults number

    Possible values: >= 10 and <= 100

    The maximum number of results to return.

    nextToken string

    To retrieve the next set of results.

Responses

Schema
    data object[]required

    An array of assets within the specified location.

  • Array [
  • id stringrequired
    organizationId stringrequired
    name stringrequired
    description stringrequired
    address stringrequired
    chatRoomId stringrequired
    entities object[]required
  • Array [
  • ]
  • image stringrequired
  • ]
Loading...