Get a list of subscriptions in all agreements.
#330:
Change request updated 2 months ago
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": "2025-01-23T20:45:35.211Z", "terminationDate": "2025-01-23T20:45:35.211Z", "autoRenew": false, "commitmentDate": "2025-01-23T20:45:35.211Z", "lines": [] }