Expand description

Controllers for requests starting with /api/v0/study-registry/completion-registered-to-study-registry

The study registry provides an access to student completion records. It is generally only available to authorized study registries, meaning that most endpoints will require a valid authorization token to access.

When accessing study registry, the authorization token should be given as the following header:

Authorization: Basic documentationOnlyExampleSecretKey-12345

For more details, please view the individual functions.

Functions

  • POST /api/v0/completion-registered-to-study-registry - Post an array of registered completions to be marked as registered to the study registry.