Was this helpful?
#227:
Change request updated 4 months ago
Get a list of templates for a product.
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/templates'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "content": "text", "type": "OrderProcessing", "default": true, "product": {} } ] }