get-context-request
    Activity Description:
  • Used to retrieve context for the application in a JSON format.
    Properties:
  • objectType: MUST be "Activity" when present
  • id: An identifier for a single unique Activity
  • definition: The human readable name, description, and type of the Activity.
  • type: Part of the Activity definition that specifies the type of activity; must provide a valid IRI
  • moreInfo: Part of the Activity definition that SHOULD resolve to a document human-readable IRL about the Activity, which MAY include a way to 'launch' the Activity (IRL).

  • JSON Example:
    	    
    "object": {
    	"id": "http://bao.mijnklas.nl/xapi/activities/get-context-request",
    	"objectType": "Activity"
    }
    		
    	
  • Legend:
    • Different colors in the JSON Representation give special meaning to that part of the json.

      Optional: May be added for clarity. Bao xApi ignores it if present.

      Removed: Bao xApi has no use for it but TinCan Api requests/requires it. Bao xApi ignores it if present.

      Comment: Comment for clarification of the property. This should not be present in the json representation

    ;