IPASIService2019GetProvincialAchievementTest Method Provincial Approach to Student Information API
This service will return the Provincial Achievement Test(s) based on the Provincial Achievement Test RefId(s) passed in.

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

List<ProvincialAchievementTestResponse> GetProvincialAchievementTest(
	ProvincialAchievementTestRequest request
)

Parameters

request
Type: PASI.DataContract.V2019ProvincialAchievementTestRequest
The request contains a list of Provincial Achievement Test RefIds and expected versions the client wishes to retrieve.

Return Value

Type: ListProvincialAchievementTestResponse
The response contains a list of Provincial Achievement Test.

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

This service is intended to be used during the data synchronization process using the IsDataAvailable service. See the Expected Versions section for important details on how this service will return data.

This service allows the PASI Client to retrieve Provincial Achievement Test(s) by passing in the Provincial Achievement Test RefId(s). This service can be used to:
  1. Retrieve information about a Provincial Achievement Test from the PASI Core, and
  2. Obtain updates about a Provincial Achievement Test from the PASI Core as part of the data synchronization processes.
This service can be used to get a single record or a list of records.

The PASI Client must be assigned the HelloWorld role.

Request and Response Class Diagram



Request Fields

Full Property NameTypeRequiredOther Attributes
CallerInfoCallerInfoYes
CallerInfo.ClientMessageIDStringYesValue must be no more than 50 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.SentUtcTimeDateTimeYes
CallerInfo.SoftwareSoftwareYes
CallerInfo.Software.BuildNumberStringYesValue must be no more than 30 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.Software.ManufacturerStringYesValue must be no more than 100 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.Software.ProductStringYesValue must be no more than 100 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.Software.VersionStringYesValue must be no more than 30 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.UserUserYes
CallerInfo.User.IPAddressStringYesValue must be no more than 50 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.User.LocalIDStringYesValue must be no more than 50 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.User.NameStringYesValue must be no more than 100 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.User.OrganizationCodeStringYesValue must be no more than 6 characters
ProvincialAchievementTestIdsList<EntityRefIdVersionInfo>Yes
ProvincialAchievementTestIds.ExpectedVersionNullable`1No
ProvincialAchievementTestIds.RefIdGuidYes


Response Fields

Full Property NameTypeRequiredOther Attributes
List<ProvincialAchievementTestResponse>List<ProvincialAchievementTestResponse>No
List<ProvincialAchievementTestResponse>.AvailabilityStatusStringNo
List<ProvincialAchievementTestResponse>.ProvincialAchievementTestProvincialAchievementTestInfoNo
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.AcceptableCutScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.ComponentsList<ProvincialAchievementTestComponentInfo>No
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.Components.AcceptableCutScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.Components.ComponentCodeStringYesValue must be no more than 5 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF] Value must be uppercase.
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.Components.EnglishComponentLabelStringYesValue must be no more than 40 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.Components.ExcellenceCutScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.Components.FrenchComponentLabelStringYesValue must be no more than 60 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.Components.MaximumScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.Components.MinimumScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.CourseCodeStringYesValue must be 7 characters
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.ExcellenceCutScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.FootnoteStringNoValue must be no more than 1000 characters
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.FormStringYesValue must be no more than 3 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.FrenchFootnoteStringNoValue must be no more than 1000 characters
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.IsDeletedBooleanYes
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.LanguageStringYesValue must be an appropriate LanguageOfExam code value
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.LastUpdateUtcTimeDateTimeNo
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.MaximumScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.MinimumScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.PASICoreVersionInt64Yes
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.RefIdGuidYes
List<ProvincialAchievementTestResponse>.ProvincialAchievementTest.SchoolYearInt16Yes
See Also

Reference