IPASISystemGetAPOPStudent Method Provincial Approach to Student Information API
This service return an APOPStudent record

Namespace: PASI.ServiceContract
Assembly: PASI.ServiceContract (in PASI.ServiceContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax

APOPStudentInfo GetAPOPStudent(
	APOPStudentGetRequest request
)

Parameters

request
Type: PASI.DataContract.SystemAPOPStudentGetRequest

Return Value

Type: APOPStudentInfo

Service Validations

The following codes can be returned from the service operation. This list also shows core alerts that could be generated as a result calling this service. These codes are in addition to the standard set of codes that can be returned defined as in the Approach to Error Reporting. Click the link for the details.

No additional errors for this service.
Remarks

Request and Response Class Diagram



Request Fields

Full Property NameTypeRequiredOther Attributes
APOPStudentIDNullable`1No
StudentIDNullable`1No


Response Fields

Full Property NameTypeRequiredOther Attributes
APOPStudentInfo.AccessCodeStringYes
APOPStudentInfo.APOPStudentIDInt32Yes
APOPStudentInfo.EducationAccountIdentifierInt32Yes
APOPStudentInfo.IsSharingBooleanYes
APOPStudentInfo.LastAccessOnUtcTimeNullable`1No
APOPStudentInfo.LastUpdateUtcTimeDateTimeYes
APOPStudentInfo.LastVerifiedUtcTimeNullable`1No
APOPStudentInfo.PASICoreVersionInt64Yes
APOPStudentInfo.StudentIDInt32Yes
See Also

Reference