Get a list of all variants for terms.
#330:
Change request updated 2 months ago
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", "size": 0, "contentType": "text", "fileId": "text" } ] }