GET /status
Get Status of Course Selection System.
Name | Required | Description |
X-NCU-API-TOKEN | yes | Your API token |
GET /status
- json
Field Name | Type | Value Description |
semester | String | 4 digits, 3 for MinGuo year, 1 for semester. |
stage | String | current course selection stage. |
{
"semester" : 1031,
"stage" : "校際選課"
}