Download OpenAPI specification:Download
state | string An optional ConnectionState used to filter the connections (Pending, Accepted, Rejected, Canceled, Revoked) |
studentId | string An optional student ID by which to search |
studentEmail | string An optional student Email by which to search |
[- {
- "id": "00000000-0000-0000-0000-000000000000",
- "student": {
- "id": "00000000-0000-0000-0000-000000000000",
- "email": "string"
}, - "state": "Pending",
- "scope": "ReadOnly"
}
]
The connection request
email required | string [ 5 .. 100 ] characters The email of the student (5-100 characters) |
scope required | string The scope of the connection (ReadOnly, ReadWrite) |
{- "email": "string",
- "scope": "string"
}
{ }
[- {
- "id": 0,
- "submitDate": "2019-08-24T14:15:22Z",
- "applicationDate": "2019-08-24T14:15:22Z",
- "status": "Deleted",
- "circumstances": {
- "testOptional": true,
- "earlyDecision": true,
- "earlyAction": true
}, - "profile": {
- "sai": -1501,
- "act": 1,
- "sat": 400,
- "gpa": {
- "highSchool": 4,
- "college": 4
}
}, - "price": {
- "year": "string",
- "tuition": 0,
- "loans": 0,
- "grants": 0,
- "amountDue": 0,
- "stickerPrice": {
- "year": "string",
- "tuition": 0
}
}, - "school": {
- "ipedsId": "string",
- "name": "string",
- "state": "string"
}
}
]
ipedsId required | string The IPEDS Id of the school |
stateOfResidence | string The student's state of residence. |
applicationDate | string <date-time> The date on which the application was submitted |
object (StudentProfile) Student profile information. | |
imageBase64 required | string [ 0 .. 6990508 ] characters The Base64 encoded binary image data, as a data URI (e.g. data:image/jpeg;base64). Supports PNG and JPEG of sizes up to roughly 5mb before encoding. |
source | string [ 0 .. 128 ] characters An optional string that indicates the source of the letter. |
{- "ipedsId": "string",
- "stateOfResidence": "string",
- "applicationDate": "2019-08-24T14:15:22Z",
- "profile": {
- "sai": -1501,
- "act": 1,
- "sat": 400,
- "gpa": {
- "highSchool": 4,
- "college": 4
}
}, - "imageBase64": "string",
- "source": "string"
}
{ }
nameSearchFilter | string An optional name (or partial name) by which to filter the schools. |
stateAbbreviation | string An optional two character US state abbreviation by which to filter the schools. |
[- {
- "ipedsId": "string",
- "name": "string",
- "state": "string"
}
]
[- {
- "id": "00000000-0000-0000-0000-000000000000",
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "address": {
- "city": "string",
- "state": "st",
- "zipCode": "string"
}, - "demographics": {
- "gender": "Unknown",
- "ethnicities": [
- "Unknown"
], - "firstGeneration": true,
- "highSchool": {
- "name": "string",
- "type": "Unknown"
}
}, - "profile": {
- "sai": -1501,
- "act": 1,
- "sat": 400,
- "gpa": {
- "highSchool": 4,
- "college": 4
}
}, - "connection": {
- "id": "00000000-0000-0000-0000-000000000000",
- "student": {
- "id": "00000000-0000-0000-0000-000000000000",
- "email": "string"
}, - "state": "Pending",
- "scope": "ReadOnly"
}
}
]
The student request
firstName required | string [ 1 .. 50 ] characters The first name of the student (1-50 characters) |
lastName required | string [ 1 .. 50 ] characters The last name of the student (1-50 characters) |
email required | string [ 5 .. 100 ] characters The student's email address (5-100 characters) |
required | object (Address) An address. |
object (StudentDemographics) Student demographic information. | |
required | object (StudentProfile) Student profile information. |
{- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "address": {
- "city": "string",
- "state": "st",
- "zipCode": "string"
}, - "demographics": {
- "gender": "Unknown",
- "ethnicities": [
- "Unknown"
], - "firstGeneration": true,
- "highSchool": {
- "name": "string",
- "type": "Unknown"
}
}, - "profile": {
- "sai": -1501,
- "act": 1,
- "sat": 400,
- "gpa": {
- "highSchool": 4,
- "college": 4
}
}
}
{ }
[- {
- "id": "00000000-0000-0000-0000-000000000000",
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "address": {
- "city": "string",
- "state": "st",
- "zipCode": "string"
}, - "demographics": {
- "gender": "Unknown",
- "ethnicities": [
- "Unknown"
], - "firstGeneration": true,
- "highSchool": {
- "name": "string",
- "type": "Unknown"
}
}, - "profile": {
- "sai": -1501,
- "act": 1,
- "sat": 400,
- "gpa": {
- "highSchool": 4,
- "college": 4
}
}, - "connection": {
- "id": "00000000-0000-0000-0000-000000000000",
- "student": {
- "id": "00000000-0000-0000-0000-000000000000",
- "email": "string"
}, - "state": "Pending",
- "scope": "ReadOnly"
}
}
]
id required | string The unique identifier of the student |
The update request
object (Address) An address. | |
object (StudentDemographics) Student demographic information. | |
object (StudentProfile) Student profile information. |
{- "address": {
- "city": "string",
- "state": "st",
- "zipCode": "string"
}, - "demographics": {
- "gender": "Unknown",
- "ethnicities": [
- "Unknown"
], - "firstGeneration": true,
- "highSchool": {
- "name": "string",
- "type": "Unknown"
}
}, - "profile": {
- "sai": -1501,
- "act": 1,
- "sat": 400,
- "gpa": {
- "highSchool": 4,
- "college": 4
}
}
}
{- "id": "00000000-0000-0000-0000-000000000000",
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "address": {
- "city": "string",
- "state": "st",
- "zipCode": "string"
}, - "demographics": {
- "gender": "Unknown",
- "ethnicities": [
- "Unknown"
], - "firstGeneration": true,
- "highSchool": {
- "name": "string",
- "type": "Unknown"
}
}, - "profile": {
- "sai": -1501,
- "act": 1,
- "sat": 400,
- "gpa": {
- "highSchool": 4,
- "college": 4
}
}, - "connection": {
- "id": "00000000-0000-0000-0000-000000000000",
- "student": {
- "id": "00000000-0000-0000-0000-000000000000",
- "email": "string"
}, - "state": "Pending",
- "scope": "ReadOnly"
}
}
id required | string The unique identifier of the student |
[- {
- "id": 0,
- "submitDate": "2019-08-24T14:15:22Z",
- "applicationDate": "2019-08-24T14:15:22Z",
- "status": "Deleted",
- "circumstances": {
- "testOptional": true,
- "earlyDecision": true,
- "earlyAction": true
}, - "profile": {
- "sai": -1501,
- "act": 1,
- "sat": 400,
- "gpa": {
- "highSchool": 4,
- "college": 4
}
}, - "price": {
- "year": "string",
- "tuition": 0,
- "loans": 0,
- "grants": 0,
- "amountDue": 0,
- "stickerPrice": {
- "year": "string",
- "tuition": 0
}
}, - "school": {
- "ipedsId": "string",
- "name": "string",
- "state": "string"
}
}
]
id required | string The unique identifier of the student. |
The letter request
ipedsId required | string The IPEDS Id of the school |
applicationDate | string <date-time> The date on which the application was submitted |
object (LetterCircumstances) Circumstances under which a letter may have been awarded | |
object (StudentProfile) Student profile information. | |
imageBase64 required | string [ 0 .. 6990508 ] characters The Base64 encoded binary image data, as a data URI (e.g. data:image/jpeg;base64). Supports PNG and JPEG of sizes up to roughly 5mb before encoding. |
{- "ipedsId": "string",
- "applicationDate": "2019-08-24T14:15:22Z",
- "circumstances": {
- "testOptional": true,
- "earlyDecision": true,
- "earlyAction": true
}, - "profile": {
- "sai": -1501,
- "act": 1,
- "sat": 400,
- "gpa": {
- "highSchool": 4,
- "college": 4
}
}, - "imageBase64": "string"
}
{ }
studentId required | string The unique identifier of the student |
letterId required | string The unique identifier of the letter |
{- "id": 0,
- "submitDate": "2019-08-24T14:15:22Z",
- "applicationDate": "2019-08-24T14:15:22Z",
- "status": "Deleted",
- "circumstances": {
- "testOptional": true,
- "earlyDecision": true,
- "earlyAction": true
}, - "profile": {
- "sai": -1501,
- "act": 1,
- "sat": 400,
- "gpa": {
- "highSchool": 4,
- "college": 4
}
}, - "price": {
- "year": "string",
- "tuition": 0,
- "loans": 0,
- "grants": 0,
- "amountDue": 0,
- "stickerPrice": {
- "year": "string",
- "tuition": 0
}
}, - "school": {
- "ipedsId": "string",
- "name": "string",
- "state": "string"
}
}