StudentAcademicProfileRequestIncludeDeletedRecords Property Provincial Approach to Student Information API
(Required) Used to indicate if deleted records should be included in the response.

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

public bool IncludeDeletedRecords { get; set; }

Property Value

Type: Boolean
Remarks

Course Enrolments, Evaluated Marks and Exam Marks use an IsDeleted property to indicate if the record has been deleted. Student School Enrolments that have been deleted are identified with a RegistrationStatus of "CreatedInError". Official Marks that have been deleted are identified with a MarkCalculationMethod of "Deleted".

Field Validation

  • This field is Required.
See Also

Reference