checkStudentEnroll

checkStudentEnroll

POST https://{YOUR_CLASSLIFE_DOMAIN}/app/apilead.php

Request Body

Name
Type
Description

student_id

string

{ ID de alumno }

enroll_group_id

string

{ ID de grupo de matrícula }

perform

string

checkStudentEnroll

apiKey

string

{APIKEY}

{
    "status": "success",
    "data": {
        "student_enroll": false
    },
    "context": "Student is NOT enrolled in group #1"
}

Última actualización