Creation of Course / Group

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.

Header
ak:{{API Key}} sgn:{{sgn}} ts:{{ts}}
URL
Copy
{{API Endpoint}}/api/v1/createGroup
Body
Copy
{ "groupName": "{Group Name}", "groupDetails": "{Group Detail}" }
Response
Case 1 : When Success
Success
{ "result": "success", "success": { "code": "200", "msg": "Operation Successfull." }, "data": { "groupId": 1402531, "groupName": "Group Name" } }
Case 2 : When group already exists
Success
{ "result": "success", "success": { "code": "200", "msg": "This group already exists" } }
Case 3 : When Details is missing
Error
{ "result": "error", "error": { "code": "3098", "msg": "{field name} is required." } }
    • 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 ...
    • 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 ...
    • Candidate Login / Token Creation

      POSTCandidate Login / Token Creation This API will be used to log in a candidate. Request Parameters: email and password are required. The password is encoded in base64. Custom-Header{ "name": "{{Client URL}}" } URL Copy{{API ...
    • Can we delete the group from the panel?

      Yes, we can delete the group, but please make sure all candidates have been moved to another group first. If any candidates remain, the group cannot be deleted.
    • Is it possible to delete the group from the panel?

      Yes, you can delete a group, but please ensure there are no candidates associated with it. To delete a group: Navigate to the Candidate tab. Select Group. Click on the three dots below the Action button on the right-hand side. Choose Delete Group.