AdmissionsLDSBCDecisionNotification
This service accesses and maintains the LDSBC Admission Decision in the AIM System.
Base URL: /domains/legacy/admissions/LDSBC/decisionnotification
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/{personid_netid} | GET | Returns decision information for LDSBC |
Paths
Returns decision information for LDSBC
personid_netid | string -> | path | string |
Uses default content-types: application/json application/xml
- 200 OK
-
Service request is OK and a response has been generated.
Example for applications/json{
"request": {
"attributes": "",
"method": "GET",
"resource": "/joestud",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"DECISION": "",
"DISP_YEAR_TERM": "",
"NOHTML_LETTER": "",
"YEAR_TERM": ""
}
} - 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.
Schema definitions
- method: method
-
- resource: resource
-
- attributes: attributes
-
- status: status
-
- statusMessage: statusMessage
-
- DECISION: DECISION
-
- YEAR_TERM: YEAR_TERM
-
- DISP_YEAR_TERM: DISP_YEAR_TERM
-
- NOHTML_LETTER: NOHTML_LETTER
-