Skip to content

DoCurious API Reference / types / GradeLevel

Interface: GradeLevel

Defined in: types/school.types.ts:336

A grade level defined within a school, used for organizing students and communities.

Extends

Properties

createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


displayOrder

displayOrder: number

Defined in: types/school.types.ts:339


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


isActive

isActive: boolean

Defined in: types/school.types.ts:340


name

name: string

Defined in: types/school.types.ts:338


schoolId

schoolId: string

Defined in: types/school.types.ts:337


studentCount

studentCount: number

Defined in: types/school.types.ts:341


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt

DoCurious Platform Documentation