Skip to main content

CeContactStoreMarketingGroup

Defines the marketing group for a group of marketing tags within the scope of a continuing education contact store.

type CeContactStoreMarketingGroup {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
tags(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStoreMarketingTag!]!
uniqueCode: String
}

Fields

CeContactStoreMarketingGroup.createdAt ● DateTime! non-null scalar

The date and time the record was created.

CeContactStoreMarketingGroup.createdBy ● String scalar

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

CeContactStoreMarketingGroup.id ● ID! non-null scalar

The unique identifier for the marketing group.

CeContactStoreMarketingGroup.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

CeContactStoreMarketingGroup.lastModifiedBy ● String scalar

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

CeContactStoreMarketingGroup.name ● String! non-null scalar

UTF-8 string value that represents the name of the marketing group.

CeContactStoreMarketingGroup.tags ● [CeContactStoreMarketingTag!]! non-null object

The marketing tags associated with the marketing group.

CeContactStoreMarketingGroup.tags.limit ● PaginationLimit! non-null scalar
CeContactStoreMarketingGroup.tags.offset ● NonNegativeInt! non-null scalar

CeContactStoreMarketingGroup.uniqueCode ● String scalar

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

The value must be unique across all marketing groups for a continuing education contact store.

Member Of

CeContactStoreMarketingRecord object ● CeContactStoreMarketingSetup object ● CeContactStoreMarketingTag object