Skip to content

DoCurious API Reference / types / SurveyReminder

Interface: SurveyReminder

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

A scheduled reminder for a survey campaign.

Extends

Properties

campaignId

campaignId: string

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


createdAt

createdAt: string

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

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


id

id: string

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

Inherited from

BaseEntity.id


scheduledAt

scheduledAt: string

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


sentAt?

optional sentAt: string

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


status

status: "cancelled" | "scheduled" | "sent"

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


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