#330:
Change request updated 4 months ago
Was this helpful?
Get a list of all terms for a product.
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/terms'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "description": "text", "displayOrder": 1, "status": "text", "product": {} } ] }