Link
The details of a link to a interactive site, attendee app or organizer app.
type Link {
alias: String!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
liveFrom: DateTime
liveTo: DateTime
name: String!
type: LinkType!
url: URL!
}
Fields
Link.alias
● String!
non-null scalar
UTF-8 string value the represents the alias of the link. The alias is unique for a link within an event.
An alias can only contain lower-case, alphameric and hyphen characters: [a-z0-9-]
.
Link.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
Link.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
Link.id
● ID!
non-null scalar
The unique identifier for the link.
Link.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
Link.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
Link.liveFrom
● DateTime
scalar
The date the link is live from. Optional.
Link.liveTo
● DateTime
scalar
The date the link is live to. Optional.
Link.name
● String!
non-null scalar
UTF-8 string value the represents the name of the link.
Link.type
● LinkType!
non-null enum
A value indicating the type of the link. Returns LinkType.INTERACTIVE_SITE
.
Link.url
● URL!
non-null scalar
UTF-8 string value the represents the url of the link.
Member Of
CeContactStore
object ● ContactStore
object ● Event
object ● MembershipContactStore
object