Get all Assessments
GET {{url}}/{{tenantName}}/{{instanceName}}/formations/current/assessments
- First variable is your Tenant name. We will use gh as a tenant name through this set of api docs
- Second variable is your Instance name. We will use sb-demo as an instance name through this set of api docs
- Third variable is your formation version. We will use current to get published version and draft to get version in draft.
- HTTP Method: GET
- HTTP URL:
https://api.live.welkincloud.io/gh/sb-demo/formation/current/assessments
- HTTP Response Codes: 200