Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 36 Next »

These endpoints allow users to manage device subscriptions on a network. 

Base URL for these endpoints:  https://api.bsn.cloud/2020/10/REST/Subscriptions/

_________________________________________________________________________

GET

Returns a list of device subscriptions

Parameters

marker string 

A value specifying which page to retrieve. This value is useful if the isTruncated entry in the response body of the previous GET call indicates that the number of device subscription instances exceeds the pageSize.


pageSize int

The maximum number of device subscription instances that can be contained in the response body. This defaults to the maximum allowed page size (100).

Response Body

Returns a paged list of device subscription entities on a network. This will return not more than 100 entities along with the information necessary to return any other remaining pages.

Endpoints:


Count/GET

Retrieves the number of subscription instances on the network matching the specified filter criteria. If no filter is included, this call returns the total number of subscription instances on the network. 

Parameters

filter string

An expression for filtering search results. The default value is null.

Response Body

The subscription instance count is returned as an integer value.

Operations/GET

Returns operational permissions granted to roles for specific business operations

Response Body

Returns the Business Operations Entity





  • No labels