Course program data
First of all, in the Constructor Schedule system, the ID of the current course term, the ID of the solution published in the relevant period and the week number from which the course information will be accessed must be known. Relevant id information can be determined using the address mentioned in Section 5.1. The week number is an integer starting from 1, whose highest value is equal to the total number of weeks of the period. In addition, this information can be accessed in the "Solution" tab on the interface after logging into the system (See Section 4.1).
| Url | Method |
| https://[institutionName].aplancloud.com/api/integration/search-activity-solution/ | Post |
Table 33. Course Programs Web Service Url Structure
| Parameter name | Parameter Type | Description |
| term_id | int | Term Id |
| solution_id | int | Sloution Id |
| week | int | Week Number |
Table 34. Course Programs Web Service Url Parameters
metin, ekran görüntüsü, çizgi, yazı tipi içeren bir resim Açıklama otomatik olarak oluşturuldu
In response, detailed solution data for the relevant filters will be returned.
| Data Label | Description |
| SolutionActivities | Course Information |
| SolutionStartDates | Date Information |
Table 35. Course Schedules Web Service Data Type Fields
Details of all courses in the selected week can be examined in the "SolutionActivities" data. Each course information contains a unique id called "solutionActivityId". By matching this id value within the "SolutionStartDates" data, the date information of the relevant course in the course schedule can be accessed.
