Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 352 Bytes

get-assignment-categories-python-snippets.md

File metadata and controls

15 lines (8 loc) · 352 Bytes
description
Automatically generated file. DO NOT MODIFY
from msgraph import GraphServiceClient

graph_client = GraphServiceClient(credentials, scopes)


result = await graph_client.education.classes.by_education_class_id('educationClass-id').assignments.by_education_assignment_id('educationAssignment-id').categories.get()