[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
SubscriptionPage
Defines the properties of the Subscription Page.
Properties
integer as int32
current
Optional
The value of the current page.
integer as int32
next
Optional
The value of the next page.
array of
SubscriptionSummary
results
Optional
The list of object of Subscription Summary.
integer as int32
totalResultsCount
Optional
The total count of the page.
JSON Example
{
"current": 0,
"next": 0,
"results": [
{
"billingEngineSubscriptionId": "string",
"id": "string",
"organizationRef": {
"domain": "string",
"id": "string",
"name": "string"
},
"renewalPreference": "MANUAL",
"serviceRef": {
"id": "string",
"name": "string",
"serviceIcon": "string"
},
"status": "SUBMITTED",
"subscriptionEndDate": "string",
"subscriptionType": "COMMIT"
}
],
"totalResultsCount": 0
}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Returned By
Get All Subscriptions