Get one Assessment

GET {{url}}/{{tenantName}}/{{instanceName}}/formations/current/assessments/:id

A certain assessment formation would be located at the following URL

URL Structure: https://api.live.welkincloud.io/{tenantName}/{instanceName}/formation/{}/assessments/{}

  1. First variable is your Tenant name. We will use gh as a tenant name through this set of api docs
  2. Second variable is your Instance name. We will use sb-demo as an instance name through this set of api docs
  3. Third variable is your formation version. We will use current to get published version and draft to get version in draft
  4. Fourth parameter is assessment name. We will specify an assessment name which we want to get

Example request:

  • HTTP Method: GET
  • HTTP URL: https://api.live.welkincloud.io/gh/sb-demo/formation/current/assessments/phq_v1
  • HTTP Response Codes: 200, 404