Get an application's status, data and qualifications

View as Markdown

Returns the application-level status (RECEIVED, PROCESSED or FAILED), the assessment workflow status once processed, and the application’s qualifications. 404 if the id is unknown or belongs to another institution.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

(Required)

Response

OK
idstringformat: "uuid"
applicantIdstringformat: "uuid"
programCodestring
yearinteger
streamstring
statusstring
qualificationslist of objects
submittedAtdatetime
updatedAtdatetime
statusDetailanyOptional
workflowStatusanyOptional
applicationDataanyOptional

Errors

404
Not Found Error