Return to the Index

Graduate Applicant Web Service version 3 APIs

All APIs support the optional parameter format={xml or json}

gradprograms

/api/gradprograms/

Returns a list of all the programs that the clients certificate is authorized for along with all the current and future year/quarter combinations for each program that has submitted applications along with the number of submitted applications there are for that gradprogid in that year/quarter combinations

applicants

/api/applicants?gradprogid={gradprogid}&year={year}&quarter={quarter}

Returns a list of all the applicants that have submitted applications into that the program authorized by the client certificate along with meta data about the applicant (see below). Can filtered by year, quarter and gradprogid query string parameters.

Returned Meta-data:

applications

/api/applications?gradprogid={gradprogid}&year={year}&quarter={quarter}
/api/applications?applId={applId}

Returns a full application or a list of the full applicantions that have submitted by applicants for a given year, quarter and gradprogid using query string parameters. If returning a list, it requires all 3 parameters (year, quarter, gradprogid), otherwise the applId is passed in for the single application that is to be viewed.

documents

/api/documents?type={item, assessment, or unofficial_transcript}&id={documentId}

Returns a document uploaded by an applicant using the document type and document id.