IPASIService2017GetDiplomaExamMarkAuditEvents Method Provincial Approach to Student Information API
This service enables a PASI Client to retrieve the audit history outlining all the changes made to a particular student's Diploma Exam Marks.

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

DiplomaExamMarkAuditResponse GetDiplomaExamMarkAuditEvents(
	DiplomaExamMarkAuditRequest request
)

Parameters

request
Type: PASI.DataContract.V201602DiplomaExamMarkAuditRequest
The request contains a Exam Mark Id (GUID) that is used to indicate the Exam Mark for which audit information will be returned.

Return Value

Type: DiplomaExamMarkAuditResponse
The response contains a list of Exam Mark\Audit data for the specified Exam Mark. The audit information includes organization, user and date the record was modified.

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.

9036, 9043
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
DiplomaExamMarkAuditResponse.AuditEventsList<ExamMarkAuditInfo>Yes
DiplomaExamMarkAuditResponse.AuditEvents.AuditInfoAuditInfoYes
DiplomaExamMarkAuditResponse.AuditEvents.AuditInfo.OrganizationCodeStringNo
DiplomaExamMarkAuditResponse.AuditEvents.AuditInfo.UserNameStringNo
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfoExamMarkInfoYes
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.ComponentMarksList<ComponentMarkInfo>Yes
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.ComponentMarks.ComponentMarkStatusStringYesValue must be an appropriate ComponentMarkStatus code value
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.ComponentMarks.ExamSittingRefIdGuidYes
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.ComponentMarks.FormIdStringNoValue must be no more than 6 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]
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.ComponentMarks.MarkFormatStringNoValue must be an appropriate MarkFormat code value
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.ComponentMarks.MarkValueStringNoValue must be no more than 3 characters
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.ComponentMarks.MaximumMarkStringNoValue 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]
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.ComponentMarks.SuppliedContactNameStringNoValue must be no more than 120 characters
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.EffectiveUtcDateTimeNo
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.ExamMarkStatusStringYesValue must be an appropriate ExamMarkStatus code value
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.ExamRefIdGuidYes
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.IsDeletedBooleanYes
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.IsRescoredBooleanYes
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.MarkValueStringNoValue must be no more than 3 characters
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.PASICoreVersionInt64Yes
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.RefIdGuidYes
DiplomaExamMarkAuditResponse.AuditEvents.ExamMarkInfo.StateProvinceIdStringYesValue must be in the form of a number between '000000001' and '999999999'
DiplomaExamMarkAuditResponse.RejectionsList<Rejection>No
DiplomaExamMarkAuditResponse.Rejections.CodeStringYes
DiplomaExamMarkAuditResponse.Rejections.DescriptionStringYes
See Also

Reference