skills_grades_per_group

For a given group id, this service will return list of students in that group, and for each student, this service will list the skills and grades. 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: HEAVY

Permission needed: View general analysis (#312)

Reference Code: srv_55

Body Params
integer
required

School year id

integer
required

Group

string

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

string

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

string

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

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