AdmissionsCESDecisionSummary
This service returns information for a given student. This information is gathered from the class scheduling and registration components of the AIM System.
Base URL: /domains/legacy/admissions/ces/decisionsummary
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/documentation | GET | service definition |
/{personId_netId} | GET | Returns decision information for selected student. |
Paths
GET /documentation
service definition
Uses default content-types: application/json application/xml
- 200 OK
-
Success
GET /{personId_netId}
Tags: DecisionSummaryServiceReturns decision information for selected student.
personId_netId | string -> Nine digit number | 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.