Loading...
Get a single Agreement object by ID.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/agreements/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "icon": "text", "startDate": "2024-11-15T10:30:45.210Z", "endDate": "2024-11-15T10:30:45.210Z", "name": "text", "lines": [], "subscriptions": [ { "id": "text", "href": "text", "name": "text", "startDate": "2024-11-15T10:30:45.210Z", "terminationDate": "2024-11-15T10:30:45.210Z", "autoRenew": false, "commitmentDate": "2024-11-15T10:30:45.210Z", "lines": [] } ], "termsAndConditions": [] }