List Program Templates
get
Path parameters
programIdstringRequired
Responses
200
OK
application/json
get
GET /public/v1/program/programs/{programId}/templates 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",
"content": "text",
"default": true,
"type": "CertificateActivated",
"status": "Active",
"program": {
"id": "text",
"name": "text",
"status": "None",
"applicableTo": "Buyer",
"products": [
"[Circular Reference]"
]
}
}
]
}
Last updated
Was this helpful?