List Enrollments
get
Responses
200
OK
application/json
get
GET /public/v1/program/enrollments HTTP/1.1
Host: api.s1.today
Accept: */*
200
OK
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]",
"processing": "[Circular Reference]",
"querying": "[Circular Reference]",
"completed": "[Circular Reference]",
"failed": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"revision": 1,
"certificate": {
"id": "text",
"revision": 1,
"name": "text"
},
"program": {
"id": "text",
"revision": 1,
"name": "text",
"status": "None",
"applicableTo": "Buyer",
"products": [
"[Circular Reference]"
]
},
"applicableTo": "Buyer",
"type": "Change",
"buyer": {
"id": "text",
"revision": 1,
"icon": "text",
"name": "text"
},
"licensee": {
"id": "text",
"revision": 1,
"icon": "text",
"name": "text",
"externalId": "text"
},
"eligibility": {
"client": true,
"partner": true
},
"status": "Processing",
"notes": "text",
"statusNotes": {
"id": "text",
"message": "text",
"parameters": null
},
"assignee": {
"id": "text",
"revision": 1,
"icon": "text",
"name": "text"
},
"parameters": {
"ordering": [
{
"id": "text",
"externalId": "text",
"name": "text",
"type": "SingleLineText",
"phase": "Order",
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"constraints": {
"hidden": true,
"readonly": true,
"required": true
},
"displayValue": "text",
"value": null
}
],
"fulfillment": [
{
"id": "text",
"externalId": "text",
"name": "text",
"type": "SingleLineText",
"phase": "Order",
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"constraints": {
"hidden": true,
"readonly": true,
"required": true
},
"displayValue": "text",
"value": null
}
]
},
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"template": {
"id": "text",
"revision": 1,
"name": "text",
"type": "EnrollmentProcessing"
}
}
]
}
Last updated
Was this helpful?