Get Section

This service allows the PASI Client to retrieve a students' Section(s) by passing in the Section RefId(s).There are no limits on the Sections that can be retrieved. Generally, the service is used to obtain Section updates from the PASI Core as part of the data synchronization processes.

Security

This service can be accessed by systems with the View Academic Record User role.

Request Information

The information provided as part of the Get Section request is a list of:

Request Validations

There are no validations performed on the service request.

Functionality

Information for each of the Section records identified in the request will be retrieved from the PASI Core and returned in the response. If a list of records has been requested, they will be processed in the order provided.

The Section Reference IDs provided in the request are validated and the result is returned in the Availability Status:

  • Unknown if the Section Reference ID provided is unknown in the PASI Core;
  • Normal if the record(s) has been returned.

When an Expected Version is provided in the request for a record:

  • If the Expected Version requested is ‘0’, the current PASI Version of the record will be returned.
  • If the Expected Version requested is the same as the PASI Version of the record, the record will be returned.
  • If the Expected Version requested is not the same as the PASI Version of the record, the record will not be returned and no further requested records will be processed.

Response Information