Skip to main content

ChecklistItem

Defines a checklist item.

type ChecklistItem {
createdAt: DateTime!
createdBy: String
defaultDueDate: LocalDate
id: ID!
isRequiredByDefault: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}

Fields

ChecklistItem.createdAt ● DateTime! non-null scalar

The date and time the record was created.

ChecklistItem.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

ChecklistItem.defaultDueDate ● LocalDate scalar

The default date the checklist item is due. Optional.

ChecklistItem.id ● ID! non-null scalar

The unique identifier for the checklist item.

ChecklistItem.isRequiredByDefault ● Boolean! non-null scalar

A flag indicating whether the checklist item is required by default.

ChecklistItem.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

ChecklistItem.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

ChecklistItem.name ● String! non-null scalar

A UTF-8 string representing the name of the checklist item.

ChecklistItem.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the checklist item. Optional.

The value must be unique across all checklist items.

Member Of

CreateExhibitionChecklistItemPayload object ● CreatePresentationChecklistItemPayload object ● CreateSponsorshipChecklistItemPayload object ● ExhibitionSetup object ● PresentationSetup object ● SponsorshipSetup object ● UpdateExhibitionChecklistItemPayload object ● UpdatePresentationChecklistItemPayload object ● UpdateSponsorshipChecklistItemPayload object