List Parameter Groups

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

get
Path parameters
productIdstringRequired
Responses
200
OK
application/json
get
GET /public/v1/catalog/products/{productId}/parameter-groups HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "label": "text",
      "description": "text",
      "displayOrder": 1,
      "default": true,
      "parameterCount": 1,
      "product": {
        "id": "text",
        "name": "text",
        "externalIds": {
          "operations": "text"
        },
        "icon": "text",
        "status": "text"
      }
    }
  ]
}

Last updated

Was this helpful?