All Group / Course List created from Admin

All Group / Course List created from Admin

GETAll Group / Course List created from Admin

This API will be used to retrieve all of the groups and courses created by Admin, either using the createGroup API or directly through the Admin site.

Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API.

URL
Copy
{{API Endpoint}}/api/v1/getAllGroupList
Header
ak:{{API Key}} sgn:{{sgn}} ts:{{ts}}
Response
When Success
Success
{ "result": "success", "success": { "code": "200", "msg": "Operation Successfull." }, "data": [ { "groupId": 1389766, "groupName": "testing" }, { "groupId": 1390451, "groupName": "REGGG22" }, { "groupId": 1390455, "groupName": "REGGG20" }, { "groupId": 1390613, "groupName": "Banking" }, { "groupId": 1390615, "groupName": "VSdsssssssddddddPAaaS-503" } ] }
    • Related Articles

    • Creation of Course / Group

      POSTCreation of Course / Group This API will be used to create groups. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}} URL Copy{{API ...
    • Creation of Course / Group

      POSTCreation of Course / Group This API will be used to create groups. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}} URL Copy{{API ...
    • All Exam List

      GETAll Exam List This API will be used to retrieve all of the tests produced by Administrator. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}} ...
    • Candidate List mapped with Test

      POSTCandidate List mapped with Test This API will be used to retrieve all candidates and their details for testing. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} ...
    • Candidate Assigned Exam List

      POSTCandidate Assigned Exam List This API will be used to retrieve all of the tests issued to candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation API. Custom-Header Copy{ "token": ...