v1

latestOpenAPI 3.0.32026-07-262637132.9 KB
Curriculum

Lesson grouping by ID

Fetches detailed information about a specific lesson grouping.

Set of related lessons within a curriculum; naming and organizational level may vary across curricula (e.g., unit, module, chapter, section, theme). The groupName property indicates the specific type used by the curriculum.

Lesson groupings can be nested (e.g., units containing sections, chapters containing modules) as indicated by the groupLevel property, where 0 represents the top level.

Use this endpoint when you need to:

  • Get complete metadata for a specific lesson grouping
  • Retrieve organizational details (group name, level, position)
  • Access curriculum-specific labeling and structure information
  • Understand a lesson grouping's place in the course hierarchy
get/lesson-groupings/{groupingId}

Path parameters

groupingIdstring required

Unique identifier for the resource in Knowledge Graph

Response

Successfully retrieved lesson grouping

identifierstring required

Unique identifier for the resource in Knowledge Graph

namestring

Name or title of the resource

ordinalNamestring

Label with sequence number and descriptive text (e.g., "Unit 1", "Chapter 2")

groupNamestring required

Type of grouping (e.g., "unit", "section", "module", "chapter")

groupLevelinteger required

Nesting level of this grouping (0 = top level, 1 = nested once, etc.)

positioninteger

Position of the resource within its parent

academicSubjectstring

Academic subject

gradeLevelGradeLevelENUM[]
authorstring required

Author or creator of the resource

providerstring required

Source data provider for the resource

inLanguagestring

Language used in the resource (BCP 47 format)

educationalUsestring

Educational use of the resource

audiencestring[]

Intended audience of the resource

licensestring required

URL to the resource's license document

curriculumLabelstring

Curriculum-specific categorization of the resource

lmsLoadingGuidancestring

LMS loading guidance for the resource

isOptionalboolean

Whether the resource is optional to complete

courseCodestring

Unique identifier for the resource used by the course provider

publisherIdentifierstring nullable

Unique identifier for the resource used by the publisher

timeRequiredstring nullable

Approximate amount of time required to work through the resource (ISO 8601 duration format)

dateCreatedstring date

Date created

attributionStatementstring

Statement that acknowledges the resource's author and provider, as required by the CC BY 4.0 license