Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is accessible through the following HTTP interfaces:

...

Name

Description

_id

The unique id of the document.

createdAt

When the document was created.

updatedAt

When the document was updated.

description

The name of this statement forwarder.

lrs_id

The id of the store that Learning Locker will forward statements for.

active

If this statement forwarder is currently active.

configuration

The configuration for this statement forwarder See configuration.

owner

Id of the user who created this statement forwarder.

query

A JSON Mongo query string - only statements which match this query will be forwarded.

e.g. '{"statement.verb.id":"http://adlnet.gov/expapi/verbs/completed"}'

isPublic

If false then this statement forwarder is only available to the owner and users with org/all/statementForwarding/view scope, otherwise it’s available to everyone in the organisation with permission.

...