Namespace: PASI.ServiceContract
Assembly: PASI.ServiceContract (in PASI.ServiceContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The IAssessmentService2023 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginIsDataAvailable |
The IsDataAvailable operation allows the caller to check for new data that is available to them.
| |
| EndIsDataAvailable |
This is not visible to PASI clients. Only IsDataAvailable is visible. The end function of the asynchronous
service operation.
| |
| GetCodeValueRelationships |
This service will allow a PASI Client to request the list of Code Value Relationships between two related
CodeClasses.
| |
| GetCodeValues |
This service will allow a PASI Client to request a refresh of the code values that are stored
within PASI Core.
| |
| GetCourse |
This service is used to get Courses.
| |
| GetDiplomaExam |
This service will return the Exam(s) based on the Exam Id(s) passed in.
| |
| GetDiplomaExamMark |
This service will return the Diploma Exam Mark(s) based on the Exam Mark Id(s) passed in.
| |
| GetDiplomaExamSitting |
This service will return the Diploma Exam Sitting(s) based on the Exam Sitting Id(s) passed in.
| |
| GetSchoolAuthorityInformation |
This service will retrieve school authority information that matches the school authority code(s) provided in the
request.
| |
| GetSchoolInformation |
This service operation will retrieve school information that matches the school code(s) provided in the request.
| |
| GetStudent |
This service operation will return a list of students that are requested by the client.
| |
| GetStudentSchoolEnrolment |
This service will return the enrolment(s) based on the enrolment Id(s) passed in.
| |
| HelloWorld |
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.
|
See Also