Was this helpful?
#227:
Change request updated 3 months ago
Get a list of all terms for a product.
/v1/products/{productId}/terms
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": {} } ] }