attendace_stat_per_student

For a given date range, this service will provide you with attendance and discipline statistics per student: student id number, name, class name, number of positive notes, negative notes, late events, absence lessons and days of absence. You can use the "additional_fields" parameter to include more fields in the JSON results. Check the /fields service to explore the additional fields that you can add. Example:

{
"additional_fields":"customField_35,idnumber,countryName"
}

Rate Limit: MEDIUM

Permission needed: Lesson reports (#416)

Reference Code: srv_3

Body Params
integer
required

School year id

string
required

Date Range Date range value. Format: Comma separated dates: yyyy-MM-dd HH:mm:ss,yyyy-MM-dd HH:mm:ss

string

Class Format: Comma separated numbers, i.e. 23,24,25

string

Student Name

string

Grouping Format: Comma separated numbers, i.e. 23,24,25

string

Subject Format: Comma separated numbers, i.e. 23,24,25

string

Lesson number Format: Comma separated numbers, i.e. 23,24,25

string

Days of absence Number range value. Format: Comma separated two numbers:-100,100

string

Absence Number range value. Format: Comma separated two numbers:-100,100

string

Absence with Excuse Number range value. Format: Comma separated two numbers:-100,100

string

Late Number range value. Format: Comma separated two numbers:-100,100

string

Negative Notes Number range value. Format: Comma separated two numbers:-100,100

string

Positive Notes Number range value. Format: Comma separated two numbers:-100,100

string

Include more fields in the JSON results. Check the /fields service to explore the additional fields that you can add. Format: {"additional_fields":"customField_35,idnumber,countryName"}

Headers
string
required
Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json