Loading...
Gets a parameter group by id for a given product.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/parameter-groups/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "label": "text", "description": "text", "isDefault": false }