AdmissionsGraduateTestScores
This service gives the test results from tests that a student has taken.
Base URL: /domains/legacy/admissions/graduate/testscores
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/documentation | GET | service definition |
/{personId_netId} | GET | Returns test scores for specified person |
Paths
GET /documentation
service definition
Uses default content-types: application/json application/xml
- 200 OK
-
Success
Returns test scores for specified person
personId_netId | string -> 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.
Example for application/json{
"GradTestScoresService": {
"request": {
"attributes": "",
"method": "GET",
"resource": "/johnd",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"birthday": "Jan-01-1990",
"dateTimeUpdated": [
"22-OCT-10",
"22-OCT-10",
"01-JUN-11",
"01-JUN-11",
"01-JUN-11",
"01-JUN-11",
"01-JUN-11",
"01-JUN-11",
"01-JUN-11",
"01-JUN-11",
"19-JUN-17",
"4-JAN-18"
],
"email_address": "",
"gender": "M",
"rest_of_name": "John Albert",
"seqNum": [
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1"
],
"student_name": "Doe",
"subscores": [
"22 (0%)",
"10 (0%)",
"12 (0%)",
"28 (0%)",
"15 (0%)",
"14 (0%)",
"15 (0%)",
"21 (0%)",
"11 (0%)",
"10 (0%)",
"30 (0%)",
"0.0 (0%)",
"0.0 (0%)",
"25 (0%)",
"26 (0%)",
"15 (0%)",
"13 (0%)",
"32 (0%)",
"16 (0%)",
"16 (0%)",
"15 (0%)",
"21 (0%)",
"11 (0%)",
"11 (0%)",
"30 (0%)",
"0.0 (0%)",
"0.0 (0%)",
"27 (0%)",
"4.0 (0%)",
"4.0 (0%)",
"5.0 (0%)",
"4.0 (0%)",
"4.0 (0%)",
"4.0 (0%)",
"3.0 (0%)",
"4.0 (0%)",
"158 (80%)",
"161 (78%)",
"4.5 (82%)",
"319 (0%)",
"159 (83%)",
"169 (96%)",
"4.0 (60%)",
"328 (0%)"
],
"testDate": [
"05/2008",
"03/2009",
"05/2008",
"05/2009",
"05/2009",
"05/2009",
"05/2009",
"05/2009",
"05/2010",
"05/2010",
"06/2016",
"11/2016"
],
"testLabels": [
"ENG",
"MEC",
"RHE",
"MTH",
"ALG",
"GEO",
"TRG",
"REA",
"SOC",
"ART",
"SCI",
"ENWR",
"WRI",
"COMP",
"ENG",
"MEC",
"RHE",
"MTH",
"ALG",
"GEO",
"TRG",
"REA",
"SOC",
"ART",
"SCI",
"ENWR",
"WRI",
"COMP",
"COMP",
"COMP",
"COMP",
"COMP",
"COMP",
"COMP",
"COMP",
"COMP",
"VERB",
"QUANT",
"WRIA",
"COMP",
"VERB",
"QUANT",
"WRIA",
"COMP"
],
"testScoreId": [
"647149113",
"647149113",
"1463954",
"2725504"
],
"testSource": [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
],
"testType": [
"ACT",
"ACT",
"AP",
"AP",
"AP",
"AP",
"AP",
"AP",
"AP",
"AP",
"GRE",
"GRE"
],
"testVersion": [
"N/A",
"N/A",
"20",
"25",
"66",
"75",
"76",
"77",
"07",
"78",
"03",
"03"
],
"test_taker_id": "",
"updatedBy": [
"BATCH",
"BATCH",
"BATCH",
"BATCH",
"BATCH",
"BATCH",
"BATCH",
"BATCH",
"BATCH",
"BATCH",
"BATCH",
"BATCH"
]
}
}
} - 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
- WebService: object
-
- name: string
-
- operations: object[]
-
object - name: string
-
- description: string
-
- method: string
-
- path: string
-
- path_identifiers: object[]
-
object - name: string
-
- type: string
-
- format: string
-
- query_attributes: object[]
-
object - name: string
-
- type: string
-
- format: string
-
- required: string
-
- errors: object[]
-
object - code: integer
-
- name: string
-
- message: string
-
- httpStatusCode: integer
-
- httpStatusCodes: object[]
-
object - code: integer
-
- message: string
-
- method: string
-
- resource: string
-
- attributes: string
-
- status: number
-
- statusMessage: string
-
- test_taker_id: string
-
- rest_of_name: string
-
- student_name: string
-
- birthday: string
-
- gender: string
-
- email_address: string
-
- testLabels: string[]
-
string - testType: string[]
-
string - testVersion: string[]
-
string - testDate: string[]
-
string - seqNum: string[]
-
string - testScoreId: string[]
-
string - testSource: string[]
-
string - subscores: string[]
-
string - dateTimeUpdated: string[]
-
string - updatedBy: string[]
-
string