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.
Query String Parameter
filter string
An expression for filtering search results. The default value is null.
______________________________________________________________
Response
Success Response Body
Success200: The subscription instance count is returned as an integer value.
Failure
300: The device subscription files are not specified correctly (there is more than one possible responserequested representation could not be returned because it is ambiguous (there are multiple requested representations)
400: Either the request or the device subscription entity is invalid or not specifiedThe request is malformed and therefore invalid
401: The access token is invalid or not specified
403: The supplied access token, though valid, doesn't provide access to this method
406: The server cannot return the data representation that you requested (as specified in the "Accept" header)
5XX: Any 500 code is an internal server error
Operations/GET
Returns operational permissions granted to roles for specific business operations
Response
BodySuccess Response Body
200: Returns the Business Operations Entity
Failure
300: The business operations tree is not specified correctly (there is more than one possible responserequested representation could not be returned because it is ambiguous (there are multiple requested representations)
400: Either the request or the business operations tree is invalid or not specifiedThe request is malformed and therefore invalid
401: The access token is invalid or not specified
403: The supplied access token, though valid, doesn't provide access to this method
406: The server cannot return the data representation that you requested (as specified in the "Accept" header)
5XX: Any 500 code is an internal server error