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.
URLCopy{{API Endpoint}}/api/v1/getAllGroupList
Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}}
When SuccessSuccess {
"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"
}
]
}