List Agreements

List items in the Agreements collection.

GEThttps://api.platform.softwareone.com/public/v1/commerce/agreements
Response

Success

Body
$metaobject
dataarray of Agreement (object)
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/agreements', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "data": [
    {
      "id": "text",
      "href": "text",
      "icon": "text",
      "startDate": "2024-09-14T18:01:43.303Z",
      "endDate": "2024-09-14T18:01:43.303Z",
      "name": "text",
      "lines": [],
      "subscriptions": [
        {
          "id": "text",
          "href": "text",
          "name": "text",
          "startDate": "2024-09-14T18:01:43.303Z",
          "terminationDate": "2024-09-14T18:01:43.303Z",
          "autoRenew": false,
          "commitmentDate": "2024-09-14T18:01:43.303Z",
          "lines": []
        }
      ],
      "termsAndConditions": []
    }
  ]
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.