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 ...
    • 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}} ...
    • Register a Canddiate

      POSTRegister a Candidate This API will be used to register candidates. Request Parameters: The name, email, and password are required. The password is encoded in base64. Custom-Header{ "name": "{{Client URL}}" } URL Copy{{API ...