IPASIService2019GetProvincialAchievementTestResultAuditEvents Method Provincial Approach to Student Information API
This service returns the audit events for a particular provincial achievement test result.

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

ProvincialAchievementTestResultAuditResponse GetProvincialAchievementTestResultAuditEvents(
	ProvincialAchievementTestResultAuditRequest request
)

Parameters

request
Type: PASI.DataContract.V2019ProvincialAchievementTestResultAuditRequest
Contains a RefId that identifies the provincial achievement test result.

Return Value

Type: ProvincialAchievementTestResultAuditResponse
ProvincialAchievementTestResultAuditResponse A response that contains a list of audit events for the provincial achievement test result Detail.

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.

9070, 9071
Remarks

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
RefIdGuidYes


Response Fields

Full Property NameTypeRequiredOther Attributes
ProvincialAchievementTestResultAuditResponse.AuditEventsList<ProvincialAchievementTestResultAuditInfo>Yes
ProvincialAchievementTestResultAuditResponse.AuditEvents.AuditInfoAuditInfoYes
ProvincialAchievementTestResultAuditResponse.AuditEvents.AuditInfo.OrganizationCodeStringNo
ProvincialAchievementTestResultAuditResponse.AuditEvents.AuditInfo.UserNameStringNo
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfoProvincialAchievementTestResultInfoYes
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.AccommodationsList<String>NoValue must be an appropriate PATAccommodations code value
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.ComponentsList<ProvincialAchievementTestComponentResultInfo>No
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.Components.AccommodationsList<String>NoValue must be an appropriate PATAccommodations code value
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.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.
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.Components.ScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.Components.StatusStringYesValue must be an appropriate ComponentResultStatus code value
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.GradeStringYesValue must be an appropriate GradeCode code value
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.IsDeletedBooleanYes
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.LastUpdateUtcTimeDateTimeNo
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.PASICoreVersionInt64Yes
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.ProvincialAchievementTestRefIdGuidYes
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.RefIdGuidYes
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.SchoolCodeStringYesValue must be in the form of a number between '0001' and '9999'
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.ScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.StateProvinceIdStringYesValue must be in the form of a number between '000000001' and '999999999'
ProvincialAchievementTestResultAuditResponse.AuditEvents.TestResultInfo.StatusStringYesValue must be an appropriate PATResultStatus code value
ProvincialAchievementTestResultAuditResponse.RejectionsList<Rejection>No
ProvincialAchievementTestResultAuditResponse.Rejections.CodeStringYes
ProvincialAchievementTestResultAuditResponse.Rejections.DescriptionStringYes
See Also

Reference