List Subscriptions
Get a list of subscriptions in all agreements.
get
Responses
200
OK
application/json
get
GET /public/v1/commerce/subscriptions HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200
OK
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"active": "[Circular Reference]",
"terminated": "[Circular Reference]",
"terminating": "[Circular Reference]",
"updating": "[Circular Reference]",
"expired": "[Circular Reference]",
"renewed": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"startDate": "2025-06-30T23:21:39.611Z",
"terminationDate": "2025-06-30T23:21:39.611Z",
"externalIds": {
"client": "text",
"operations": "text",
"vendor": "text"
},
"terms": {
"period": "1m",
"commitment": "1m"
},
"product": {
"id": "text",
"name": "text",
"externalIds": {
"operations": "text"
},
"icon": "text",
"status": "text"
},
"autoRenew": true,
"status": "Active",
"commitmentDate": "2025-06-30T23:21:39.611Z",
"price": {
"currency": "text",
"markup": 1,
"margin": 1,
"SPxY": 1,
"SPxM": 1,
"PPxY": 1,
"PPxM": 1,
"defaultMarkup": 1,
"defaultMargin": 1
},
"parameters": {
"fulfillment": [
{
"id": "text",
"externalId": "text",
"name": "text",
"type": "SingleLineText",
"phase": "Configuration",
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"constraints": {
"required": true,
"hidden": true,
"readonly": true
},
"displayValue": "text",
"value": null
}
]
},
"agreement": {
"id": "text",
"icon": "text",
"status": "New",
"name": "text"
},
"buyer": {
"id": "text",
"icon": "text",
"name": "text"
},
"licensee": {
"id": "text",
"icon": "text",
"name": "text",
"externalId": "text"
},
"seller": {
"id": "text",
"icon": "text",
"externalId": "text",
"name": "text",
"erpLink": "[Circular Reference]"
},
"split": {
"id": "text"
},
"splitStatus": "Disabled",
"lines": [
{
"id": "text",
"quantity": 1,
"item": "[Circular Reference]",
"audit": "[Circular Reference]",
"price": {
"currency": "text",
"markup": 1,
"margin": 1,
"unitSP": 1,
"unitPP": 1,
"SPxY": 1,
"SPxM": 1,
"PPxY": 1,
"PPxM": 1
},
"subscription": "[Circular Reference]",
"status": "Active"
}
],
"template": {
"id": "text",
"name": "text"
}
}
]
}
Last updated
Was this helpful?