Was this helpful?
#330:
Change request updated 3 months ago
Get a list of parameters for a product.
/v1/products/{productId}/parameters
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/parameters'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "description": "text", "group": {}, "externalId": "text", "displayOrder": 1, "constraints": {}, "product": {}, "status": "text", "scope": "Agreement", "phase": "Configuration", "type": "SingleLineText", "options": {} } ] }