Web: OneRoster - Categories

 Call (Development environment)

Run("https://simsid-partner-oneroster.azurewebsites.net/ims/oneroster/v1p1/categories/"
      , bt1
      , arq.OCP_APIM_Key
      , "categories.json"
      , folder);

Where

  • bt1 is the bearer token,
  • arq.OCP_APIM_Key is the API Manager Key (Not used)
  • "categories.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:

{
    "categories": []
}

No data was available in the basic sand box.