List Program Parameters
get
Path parameters
programIdstringRequired
Responses
200
OK
application/json
get
GET /public/v1/program/programs/{programId}/parameters 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",
"description": "text",
"group": {
"id": "text",
"name": "text"
},
"scope": "Enrollment",
"phase": "Order",
"externalId": "text",
"displayOrder": 1,
"constraints": {
"hidden": true,
"readonly": true,
"required": true
},
"program": {
"id": "text",
"name": "text",
"status": "None",
"applicableTo": "Buyer",
"products": [
"[Circular Reference]"
]
},
"options": null,
"type": "SingleLineText",
"status": "text"
}
]
}
Last updated
Was this helpful?