StudentTranscriptDetailRequestKnownSourceVersion Property Provincial Approach to Student Information API
(Required) The maximum last known PASI Core transcript version on PASI Client.

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

public long KnownSourceVersion { get; set; }

Property Value

Type: Int64
Remarks

KnownSourceVersion could be used by PASI Client to return only Student's transcript details that have changed since previous data synchronization process thus reducing the size of the service's response. For example, any student's Official Mark that was recalculated since previous synchronization will have a higher version than the KnownSourceVersion, thus PASI Client can call the service to return only the 'delta' with specifying the KnownSourceVersion. This also applied to student's Transcript Info, i.e. credential requirement exemption and current credential number for achieved or awarded credential.
When calling service with a KnowSourceVersion of zero, all student's transcript details will be returned and no version filtering will be applied.

Field Validation

  • This field is Required.
See Also

Reference