Skip to content

DoCurious API Reference / types / InvitationRecipient

Interface: InvitationRecipient

Defined in: types/invitation.types.ts:85

Invitation recipient Tracks individual responses to an invitation

Extends

Properties

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


invitationId

invitationId: string

Defined in: types/invitation.types.ts:87


recipientType

recipientType: RecipientType

Defined in: types/invitation.types.ts:90


recipientUserId?

optional recipientUserId: string

Defined in: types/invitation.types.ts:96


recipientValue

recipientValue: string

Defined in: types/invitation.types.ts:93


respondedAt?

optional respondedAt: string

Defined in: types/invitation.types.ts:102


status

status: RecipientStatus

Defined in: types/invitation.types.ts:99


updatedAt

updatedAt: string

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

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt


user?

optional user: object

Defined in: types/invitation.types.ts:105

avatarUrl?

optional avatarUrl: string

displayName

displayName: string

id

id: string

DoCurious Platform Documentation