ESSDeX: OneRoster - Schools
Call (Development environment)
Run("https://simsid-partner-oneroster.azurewebsites.net/ims/oneroster/v1p1/Schools/"
, bt1
, arq.OCP_APIM_Key
, "Schools,.son"
, folder);
Where
- bt1 is the bearer token,
- arq.OCP_APIM_Key is the API Manager Key (Not used)
- "Schools.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.
NB: The live URL will have a different 'stem'.
Will return:
{
"orgs": [
{
"sourcedId": "1f75608a-9006-4fc8-96e7-3e537c904b84",
"status": "active",
"dateLastModified": "0001-01-01T00:00:00.000Z",
"metadata": {},
"name": "1F75608A-9006-4FC8-96E7-3E537C904B84",
"type": "school",
"identifier": "1F75608A",
"parent": null,
"children": []
}
]
}