AdmissionsCESInternational
Displays admissions information for international students in CES system.
Base URL: /domains/legacy/admissions/ces/international
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/documentation | GET | service definition |
/{personId_netId} | GET | Displays admissions information for international students. |
Paths
GET /documentation
service definition
Uses default content-types: application/json application/xml
- 200 OK
-
Success
GET /{personId_netId}
Tags: CESInternationalServiceDisplays admissions information for international students.
personId_netId | string -> [0-9]{9} 9 digit number or String | path | string |
Uses default content-types: application/json application/xml
- 200 OK
-
Service request is OK and a response has been generated.
- 400 Bad Request
-
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response.
- 401 Unauthorized
-
Failure to authenticate
- 403 Forbidden
-
The user does not have access to the resource.
- 404 Not Found
-
The target resource can not be found for the provided resource identifiers.
- 500 Internal Server Error
-
An error occurred generating the response to the service request. This is strictly a server error and not an application error.