Was this helpful?
#330:
Change request updated 3 months ago
Get a list of templates for a product.
/v1/products/{productId}/templates
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", "default": true, "product": {}, "type": "OrderProcessing" } ] }