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" } ] }