List Subscriptions
GetS a list of subscriptions in all agreements.
get
Responses
200
OK
application/json
get
/public/v1/commerce/subscriptions200
OK
Last updated
Was this helpful?
GetS a list of subscriptions in all agreements.
OK
OK
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/commerce/subscriptions HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {},
"updated": {},
"active": {},
"terminated": {},
"terminating": {},
"updating": {},
"expired": {},
"renewed": {}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"startDate": "2025-12-12T22:07:13.335Z",
"terminationDate": "2025-12-12T22:07:13.335Z",
"externalIds": {
"client": "text",
"operations": "text",
"vendor": "text"
},
"terms": {
"model": "one-time",
"period": "1m",
"commitment": "1m"
},
"product": {
"id": "text",
"name": "text",
"externalIds": {
"operations": "text",
"defaultErpItem": "text"
},
"icon": "text",
"status": "text"
},
"autoRenew": true,
"status": "text",
"commitmentDate": "2025-12-12T22:07:13.335Z",
"price": {
"currency": "text",
"markup": 1,
"margin": 1,
"defaultMarkupSource": {
"type": "text",
"ref": {
"id": "text",
"name": "text"
}
},
"markupSource": {
"type": "text",
"ref": {
"id": "text",
"name": "text"
}
},
"SPxY": 1,
"SPxM": 1,
"PPxY": 1,
"PPxM": 1,
"defaultMarkup": 1,
"defaultMargin": 1
},
"parameters": {
"fulfillment": [
{
"id": "text",
"externalId": "text",
"name": "text",
"type": "text",
"phase": "text",
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"constraints": {
"required": true,
"hidden": true,
"readonly": true
},
"displayValue": "text",
"value": null
}
]
},
"agreement": {
"id": "text",
"icon": "text",
"status": "text",
"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"
},
"split": {
"id": "text"
},
"splitStatus": "text",
"lines": [
{
"id": "text",
"audit": {},
"$meta": {
"omitted": [
"text"
]
},
"quantity": 1,
"item": {},
"price": {
"currency": "text",
"markup": 1,
"margin": 1,
"defaultMarkupSource": {
"type": "text",
"ref": {
"id": "text",
"name": "text"
}
},
"markupSource": {
"type": "text",
"ref": {
"id": "text",
"name": "text"
}
},
"unitSP": 1,
"unitPP": 1,
"PPx1": 1,
"SPx1": 1,
"SPxY": 1,
"SPxM": 1,
"PPxY": 1,
"PPxM": 1
},
"order": {},
"status": "text",
"subscription": {},
"asset": {},
"agreement": {},
"client": {},
"vendor": {},
"buyer": {},
"seller": {},
"product": {}
}
],
"template": {
"id": "text",
"name": "text"
}
}
]
}