Loading...
Get a list of subscriptions in all agreements.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/subscriptions/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "startDate": "2024-11-15T11:57:26.063Z", "terminationDate": "2024-11-15T11:57:26.063Z", "autoRenew": false, "commitmentDate": "2024-11-15T11:57:26.063Z", "lines": [] }