Versions Compared

Key

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

Overview

The /1/assessment - PATCH endpoint provides for the ability to update an assessment for a given learner.

...

Info
titleRequired Headers


Key
Value
Example
User-Agent<company identifier>The exact value here is not important, but it should include something to identify your company
AuthorizationBearer <your token>Bearer wV1MLk5+sFzioJw/3M5r9A==
Content-Typeapplication/json
X-SystemDomain<the system domain>vbmapp
X-UserId<the user id>The id of the user to view the learners for (See REST API Guide and /1/user - POST)
X-UserCode<the user code>The code of the user to view the learners for (See REST API Guide and /1/user - POST)
X-LearnerId<the learner id>The DMTD-supplied identifier that identifies the learner (see REST API Guide)
X-LearnerCode<the learner code>A REST-client-supplied identifier that identifies the learner (see REST API Guide)



Info
titleRequired Query Parameters


Key
Value
Example
assessmentIdIntThe assessment id to update (from /1/assessment - GET)


...