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 9 Next »

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

Base URL for these endpoints:  https://api.brightsignnetwork.com/2017/01/REST/Subscriptions/

GET

Returns a list of subscriptions

Parameters

  • [string] marker: 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 presentations exceeds the pageSize.
  • [int] pageSize: The maximum number of presentations that can be contained in the response body

Response Body

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

POST

Activates subscription keys on a network

Request Body

[string] key:  The name of the subscription key (a token, that when activated, associates the key with subscriptions)

Response Body

Complete information about the subscriptions which have been successfully added to a network as the result of activation.

Operations/  GET

Returns the operational permissions granted to roles for specific business operations

Response Body

Returns the Business Operations Entity

Endpoints:






  • No labels