Manage Subscriptions

Get list of subscriptions

Gets a list of all subscription for a space.

get/spaces/{spaceId}/subscriptions

Path parameters

spaceIdstring required

The unique identifier of the space.

Response

The list of subscriptions

idstring

The uniques identifier for the subscription.

sourcestring

The source for the subscribed notification (usually the space).

destinationstring

The destination for the subscribed notification.

Example response

[
  {
    "id": "my-subscription-id",
    "status": {
      "state": "ACTIVE"
    },
    "filter": {
      "jsonPath": "$[?(@.properties.type == 'building')]"
    }
  }
]

Changes

Changed in 3 of the 50 revisions of this API.22

    • removed the optional property // from the response with the status

      response-optional-property-removed

    • added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property / to the response with the status

      response-optional-property-added

    • removed the optional property / from the response with the status

      response-optional-property-removed

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog