Create a subscription
Creates a subscription.
Path parameters
The unique identifier of the space.
Request body
Example request
{
"id": "my-subscription-id",
"status": {
"state": "ACTIVE"
},
"filter": {
"jsonPath": "$[?(@.properties.type == 'building')]"
}
}Response
The subscription
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.44
- ●
removed the request property
/request-property-removed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ○
added the new optional request property
/new-optional-request-property
- ○
added the optional property
/to the response with the statusresponse-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 new optional request property
new-optional-request-property
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ●
removed the request property
request-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●