2.2. Building
The API end where the campus buildings return. The URL structure is as follows.
Table 3. Build Url Structure | |
URL | method |
/api/v1/building | post |
It takes an array of Campus codes as a parameter and the buildings of the Campuses in this array are returned.
Table 4. Building Parameters | ||
Parameter name | Parameter Type | Explanation |
campusCodes | string array | Campus Code. If the list is sent empty, all data must be listed |
Data requested in response.
Table 5. Build Data Type Fields | ||
Data Label | Name | Explanation |
BuildCode * | Building Code | Must be unique value |
BuildName * | building name |
|
CampusCode * | Campus Code |
|