IAssessmentService2023 InterfaceProvincial Approach to Student Information API

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

public interface IAssessmentService2023

The IAssessmentService2023 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 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 methodGetDiplomaExam
This service will return the Exam(s) based on the Exam Id(s) passed in.
Public methodGetDiplomaExamMark
This service will return the Diploma Exam Mark(s) based on the Exam Mark Id(s) passed in.
Public methodGetDiplomaExamSitting
This service will return the Diploma Exam Sitting(s) based on the Exam Sitting Id(s) passed in.
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 methodGetStudent
This service operation will return a list of students that are requested by the client.
Public methodGetStudentSchoolEnrolment
This service will return the enrolment(s) based on the enrolment Id(s) passed in.
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