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
markerstring
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.
pageSizeint
The maximum number of presentations that can be contained in the response body
Returns apaged listofDevice Subscription Entityinstances 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
keystring
The name of the subscription key (a token, that when activated, associates the key with subscriptions)