Student REST API

This section describes the Student REST API methods and resources. The Student API provides Create, Read, Update, and Delete operations for student accounts. With the exception of student creation, all methods require a student's globally unique identifier (GUID) to execute.

Resource URI

https://[serverurl]/lms/api/schools/{school-id}/students

{school-id} The organization district number

Contents

Create a New Student

Delete a Student

Get Student List

Get Student Data

Update Student

Student Data Fields

Student Validation Rules