Was this helpful?
#227:
Change request updated 3 months ago
Get a list of all variants for terms.
/v1/products/{productId}/terms/{termsAndConditionsId}/variants
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/terms/{termsAndConditionsId}/variants'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "type": "text", "assetUrl": "text", "languageCode": "text", "name": "text", "description": "text", "status": "text", "filename": "text", "size": 1, "contentType": "text", "termsAndConditions": {}, "fileId": "text" } ] }