Web: RAP API - LearnerParent
Call (Development environment)
Run("https://simsid-partner-rapapi.azurewebsites.net/api/v1/Organisation/"+ arq.Organisation_ID+ "/LearnerParent/"
, bt1
, arq.OCP_APIM_Key
, "RAP_LearnerParents,json"
, folder);
Where
- arq.Organisation_ID is the organisation id of the school.
- bt1 is the bearer token,
- arq.OCP_APIM_Key is the API Manager Key (Not used)
- "RAP_Students.json" is the file name to write the output to and
- folder is the location to create the file
You can find all the base class definitions here along with details of the scopes.
Will return...
NB: The live URL will have a different 'stem'.
[
{
"Id": "032D06FA-918B-499D-8371-7282E39171CA",
"Title": null,
"FirstName": "Aaliyah",
"LastName": "Gardner",
"EmailAddress": null,
"LastUpdated": "0001-01-01T00:00:00",
"StudentMembers": []
},
{
"Id": "7F67B24C-C229-4128-BE48-F8C4C15E36D5",
"Title": null,
"FirstName": "Aaliyah",
"LastName": "Grant",
"EmailAddress": null,
"LastUpdated": "0001-01-01T00:00:00",
"StudentMembers": []
},
{
"Id": "D28C03BE-E520-463D-8127-C01FF86D426B",
"Title": null,
"FirstName": "Aaliyah",
"LastName": "Parsons",
"EmailAddress": null,
"LastUpdated": "0001-01-01T00:00:00",
"StudentMembers": []
},
{
"Id": "DCACC7E4-4E38-41A3-826E-1EC032BF7C2B",
"Title": null,
"FirstName": "Aaliyah",
"LastName": "Rice",
"EmailAddress": null,
"LastUpdated": "0001-01-01T00:00:00",
"StudentMembers": []
},
{
"Id": "C7C9E81F-7DE6-4656-BCEA-7389F493DE1C",
"Title": null,
"FirstName": "Aaliyah",
"LastName": "Sanders",
"EmailAddress": null,
"LastUpdated": "0001-01-01T00:00:00",
"StudentMembers": []
},
{
"Id": "26E70523-5395-4C40-8710-D60BC9878841",
"Title": null,
"FirstName": "Aaliyah",
"LastName": "Woods",
"EmailAddress": null,
"LastUpdated": "0001-01-01T00:00:00",
"StudentMembers": []
},