The Course Scope API provides information about which franchise sites are subscribing to which courses and at what price specific to the franchise.
Specifies the page number of results to retrieve. Default is 1
Specifies the maximum number of results per page. Default is 10.
The Id of the course unique Identifier.
ID of Franchise site, e.g.
“12966” relates to “Athens – Greece”
Identifier of the course owner
Flag to check if the site is owned
Cost
Flag for custom cost
{ "totalPages": 3, "currentPage": 1, "scopes": [ { "CourseID": "1035992364", "SiteID": 12966, "OwnerID": 151, "IsAllOwnedSites": false, "Price": 99.99, "IsCustomPrice": false } ] }