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.
{{API Endpoint}}/api/v1/getAllGroupList
ak:{{API Key}}
sgn:{{sgn}}
ts:{{ts}}
Response
{
"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}} ...
Admin Settings
These are the settings where the admin can change the candidate portal and admin portal as per their requirements. Account Information- Admin can manage their account related information like personal details, contact information, country & time ...
How can we get test links from the admin panel?
Steps to get Test Links form the Admin Panel : Log in to the Admin Panel and navigate to the Test Manager module. 2. Click on the three dots next to the test name under the Action button and select Copy Test Link. Admins can now share these copied ...