Skip to content

DoCurious API Reference / types / GradeLevel

Interface: GradeLevel

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

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:301


id

id: string

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

Inherited from

BaseEntity.id


isActive

isActive: boolean

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


name

name: string

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


schoolId

schoolId: string

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


studentCount

studentCount: number

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


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