Loading...
Get a list of all variants for terms.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/terms/{termsAndConditionsId}/variants', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "id": "text", "href": "text", "type": "text", "assetUrl": "text", "languageCode": "text", "name": "text", "description": "text", "status": "text", "filename": "text", "contentType": "text", "fileId": "text" } ] }