Jump to Content
SchoolDay Developer Portal
HomeDocumentationAPI Toolkit
Log InSchoolDay Developer Portal
API Toolkit
Log In
HomeDocumentationAPI Toolkit
All
Pages
Start typing to search…

API TOOLKIT OVERVIEW

  • Overview

SSO API

  • Introduction to SSO API
  • Resource owner authorization
    • Authorization Code Grant typeget
    • Access Token Requestpost
    • Implicit grantget
    • Resource Owner Password Credentials Grantget
  • Service Level Authorization
  • Structure of Passport’s auth_token's claims
  • Refresh Tokenget
  • Access to user's identity informationget
  • Obtain metadata of SchoolDay for a user
  • Execute Single Sign-on
  • Log outget
  • Alternative SSO Use Cases

OneRoster API

  • Introduction to the SchoolDay OneRoster API
    • Supported Request Parameters
    • Data Extensions
  • API authorization - Client Credentials grantpost
  • Organizations
    • All Organizationsget
    • Specific Organizationget
  • Schools
    • All Schoolsget
    • Specific Schoolget
  • Classes
    • All Classesget
    • Specific Classget
    • Course Classesget
    • School Classesget
    • Student Classesget
    • Teacher Classesget
    • Term Classesget
  • Academic Sessions
    • Get All Academic Sessionsget
    • Get Specific Academic Sessionget
  • Demographics
    • All Demographicsget
    • Specific User Demographicsget
  • Enrollments
    • All Enrollmentsget
    • Specific Student Enrollmentsget
    • Specific School Enrollmentsget
    • Specific Class Enrollmentsget
    • Specific User Enrollmentsget
  • Students
    • All Studentsget
    • Specific Studentget
    • Specific School's Class Studentsget
    • Specific School Studentsget
    • Specific Class Studentsget
  • Teachers
    • All Teachersget
    • Specific Teacherget
    • Specific School's Class Teachersget
    • Specific School Teachersget
    • Specific Class Teachersget
  • Terms
    • All Termsget
    • Specific Termget
  • Courses
    • All Coursesget
    • Specific Courseget
    • Specific School's Coursesget
  • Users
    • All Usersget
    • Specific Userget
    • Specific Organization's Usersget

SchoolDay EVENTS API

  • Introduction to Events API
    • Events
    • Using the Events API
    • Supported Request Parameters
    • Pagination
  • Retrieve Access Token
  • All Eventsget
    • Academic Session's Eventsget
    • Class Eventsget
    • Course Eventsget
    • Demographic Eventsget
    • Enrollment Eventsget
    • Organization's Eventsget
    • Resource Eventsget
    • Schools's Eventsget
    • Student Eventsget
    • Teacher Eventsget
    • Term Eventsget
    • User Eventsget
Powered by 

Using the Events API

This article describes the general process for getting events from SchoolDay via the Events API.

Requirements

  • Application with API data scheme
  • Active data sharing with a district

Usage

  1. Generate an access token for the district you want to generate events.
  2. Choose an endpoint and try it out.
  • Table of Contents
    • Requirements
    • Usage