GET v1/system/subscriptions
Gets all subscriptions.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns all subscriptions for the user that is associated with the specified security token.
Collection of SubscriptionViewModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the subscription ID. |
globally unique identifier |
None. |
Name |
Gets the subscription name. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "03002566-99f0-45ec-a639-058ac5c8dca1", "Name": "sample string 2" }, { "ID": "03002566-99f0-45ec-a639-058ac5c8dca1", "Name": "sample string 2" } ]