DeX OData - Learner SEN Lookups
Currently available on SIMS 8 V3 but not on DeX OData
Example call
<Stem>\Learner/V3/LearnerSENLookups
Structure
public class TResourceProviderRef
{
public Guid ExternalID;
public string Type;
}
public class TLearnerLookups
{
public Guid ExternalID;
public TResourceProviderRef ResourceProvider;
public string Description;
public string Code;
public Nullable<int> DisplayOrder;
public Nullable<bool> IsVisible;
public string LookupType;
public string ExternalCode;
}
Sample Output
NB: This is a small subset - it covers many other learner lookups, click on the link Full export example for more detail.
{
"@odata.context": "https://seli00apm01.azure-api.net/ssli01/Learner/v3/$metadata#LearnerSENLookups",
"value": [
{
"@odata.type": "#SIMS.EHCPAssessmentOutcome",
"ExternalID": "2d3785a5-90b2-4a13-add5-65499ad84b54",
"LookupType": "EHCPAssessmentOutcome",
"Code": "ENODE",
"Description": "No EHCP decision yet",
"DisplayOrder": 1,
"IsVisible": true,
"ResourceProvider": {
"ExternalID": "45d2b510-8375-4b2d-9342-d4954320646c",
"Type": "EducationalEstablishment.Lookup.StatutoryBody"
}
},