Last updated 1 month ago
Was this helpful?
curl -L \ --url '/v1/commerce/agreements/{agreementId}/attachments'
{ "$meta": { "pagination": { "offset": 1, "limit": 1, "total": 1 }, "omitted": [ "text" ] }, "data": [ { "id": "text", "audit": "[Circular Reference]", "$meta": { "omitted": [ "text" ] }, "href": "text", "name": "text", "type": "text", "description": "text", "filename": "text", "size": 1, "contentType": "text", "orderId": "text", "licenseKey": "text", "agreement": "[Circular Reference]" } ] }