List Parameter Groups

Lists all parameter groups for a given product based on filter criteria.

get

/v1/products/{productId}/parameter-groups

Path parameters
productIdstringrequired
Responses
curl -L \
  --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/parameter-groups'
{
  "$meta": {},
  "data": [
    {
      "id": "text",
      "audit": {},
      "$meta": {},
      "href": "text",
      "name": "text",
      "label": "text",
      "description": "text",
      "displayOrder": 1,
      "isDefault": true,
      "parameterCount": 1,
      "product": {}
    }
  ]
}

Was this helpful?


#227:

Change request updated