AcademicRecordsEntranceExams
This service returns a student's entrance exam scores from the AIM System.
Base URL: /domains/legacy/academic/records/entranceexams
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/documentation | GET | service definition |
/{person_id} | GET | Shows the test scores of person identified by the person_id |
Paths
GET /documentation
service definition
Uses default content-types: application/json application/xml
- 200 OK
-
Success
GET /{person_id}
Tags: EntranceExamsServiceShows the test scores of person identified by the person_id
person_id | string -> a string of numbers 9 digits long | path | string |
Uses default content-types: application/json application/xml
- 200 OK
-
Service request is OK and a response has been generated.
Example for application/json{
"request": {
"attributes": null,
"method": "GET",
"resource": "/json/123456789/",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"ACTscores": [
{
"alg": 15,
"art": 10,
"byu_percentile": "12",
"comp": 22,
"date_taken": "Jun 2010",
"date_updated": "26 Oct 2010",
"eng": 21,
"enwr": 18,
"geo": 13,
"mec": 11,
"mth": 25,
"nat_percentile": "64",
"rea": 19,
"rhe": 11,
"sci": 21,
"soc": 9,
"trg": 12,
"wri": 5
}
],
"SATScores": [
{
"act_equivalent": 21,
"comp": 990,
"date_taken": "Mar 2010",
"date_updated": "02 Nov 2011",
"essay": 4,
"mc": 51,
"mth": 590,
"vrb": 400,
"wri": 450
}
],
"otherScores": [
{
"comp": "18.0",
"dateTaken": "Jan 1900",
"dateUpdated": "21 Nov 2002",
"eng": "9.0",
"mth": "27.0",
"nat": "25.0",
"soc": "12.0",
"testType": "OACT"
}
]
}
} - 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.
- 405 Method Not Allowed
-
The service method is not supported by the service.
- 409 Conflict
-
A conflict has occurred. The response structure may contain information about the conflict.
- 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
- date_taken: date_taken
-
- eng: integer,null
-
- mec: integer,null
-
- rhe: integer,null
-
- mth: integer,null
-
- alg: integer,null
-
- geo: integer,null
-
- trg: integer,null
-
- rea: integer,null
-
- soc: integer,null
-
- art: integer,null
-
- sci: integer,null
-
- enwr: integer,null
-
- wri: integer,null
-
- comp: integer,null
-
- nat_percentile: string,null
-
- byu_percentile: string,null
-
- date_updated: date_updated
-
This uses the OACT outline
- testType: string,null
-
- dateTaken: date_taken
-
- eng: string,null
-
- mth: string,null
-
- soc: string,null
-
- nat: string,null
-
- comp: string,null
-
- dateUpdated: date_updated
-
- method: string
-
- resource: string
-
- attributes: string,null
-
- status: number
-
- statusMessage: string
-
- date_taken: date_taken
-
- vrb: integer,null
-
- mth: integer,null
-
- wri: integer,null
-
- mc: integer,null
-
- essay: integer,null
-
- comp: integer,null
-
- act_equivalent: integer,null
-
- date_updated: date_updated
-