IAPOPService2024 InterfaceProvincial Approach to Student Information API
This interface describes the methods on the 2024 APOP endpoint

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

public interface IAPOPService2024

The IAPOPService2024 type exposes the following members.

Methods

  NameDescription
Public methodBeginIsDataAvailable
The IsDataAvailable operation allows the caller to check for new data that is available to them.
Public methodEndIsDataAvailable
This is not visible to PASI clients. Only IsDataAvailable is visible. The end function of the asynchronous service operation.
Public methodGetAPOPStudent
This service returns APOP sharing status and a flag to indicate if this student access code is valid
Public methodGetCodeValueRelationships
This service will allow a PASI Client to request the list of Code Value Relationships between two related CodeClasses.
Public methodGetCodeValues
This service will allow a PASI Client to request a refresh of the code values that are stored within PASI Core.
Public methodGetCourse
This service is used to get Courses.
Public methodGetPathways
This service is used to retrieve a list of all pathway information.
Public methodGetSchoolAuthorityInformation
This service will retrieve school authority information that matches the school authority code(s) provided in the request.
Public methodGetSchoolInformation
This service operation will retrieve school information that matches the school code(s) provided in the request.
Public methodGetStudentAcademicProfile
This service returns academic information for a student.
Public methodHelloWorld
The HelloWorld service returns a greeting to the PASI Client and indicates which PASI endpoint is being called. Example: PASI Client calls the HelloWorld service passing in "John", the message "Hello John from the PASI Core Helloworld Service!" will be returned.
Top
See Also

Reference