The Schedule Marketing Subscriptions List API provides a paginated list of marketing subscriptions, including details such as name, modality, pricing, center, and more.
Unique identifier for the scheduled subscription.
Name of the subscription.
Unique identifier for the course modality
Modality Type
Unique identifier for the price
Pricing plan for the subscription
Unique identifier for the center
Center associated with the subscription.
SiteID of the center associated with the subscription
CenterSiteCode of the center associated with the subscription
Indicates if the subscription covers all courses.
Indicates if the subscription covers all clubs.
Indicates if the subscription includes supplemental materials.
Indicates if the subscription includes child centers
Date when the subscription was created (format: YYYY-MM-DD).
Date when the subscription was last modified (format: YYYY-MM-DD).
{
"success": true,
"message": "Data retrieved successfully.",
"data": {
"totalPages": 1,
"currentPage": 1,
"subscriptions": [
{
"subscriptionId": 3521,
"name": "Nicosia courses",
"modalityId": 3,
"modality": "Online LIVE",
"pricingId": 0,
"pricing": "Local prices only",
"centerId": 1404,
"center": "Nicosia",
"centerSiteId": 7934,
"centerSiteCode": "NCO",
"allCourses": true,
"allClubs": false,
"supplementalSubscription": false,
"includeChildren": true,
"created": "2020-10-15",
"lastModified": "2023-12-07"
},
{
"subscriptionId": 3522,
"name": "VDP EMEA ",
"modalityId": 3,
"modality": "Online LIVE",
"pricingId": 0,
"pricing": "Local prices only",
"centerId": 1404,
"center": "Nicosia",
"centerSiteId": 7934,
"centerSiteCode": "NCO",
"allCourses": false,
"allClubs": false,
"supplementalSubscription": false,
"includeChildren": true,
"created": "2020-10-16",
"lastModified": "2024-08-21"
},
{
"subscriptionId": 4899,
"name": "Nexus Human Reseller Program",
"modalityId": 3,
"modality": "Online LIVE",
"pricingId": 0,
"pricing": "Local prices only",
"centerId": 1404,
"center": "Nicosia",
"centerSiteId": 7934,
"centerSiteCode": "NCO",
"allCourses": false,
"allClubs": false,
"supplementalSubscription": false,
"includeChildren": true,
"created": "2024-02-28",
"lastModified": "2024-08-22"
}
]
}
}