Attachment
Defines an attachment to a communication.
type Attachment {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String
url: URL
}
Fields
Attachment.createdAt ● DateTime! non-null scalar
The date and time the record was created.
Attachment.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
Attachment.id ● ID! non-null scalar
The unique identifier of the attachment.
Attachment.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
Attachment.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
Attachment.name ● String scalar
A UTF-8 string that represents the name of the attachment. Optional.
Attachment.url ● URL scalar
The URL for the attachment. Optional.
Member Of
SentCommunication object