Message
Message sent to one or more entities, which may contain several attachment types




POST as x-www-form-urlencoded:

https://joy.classapp.co/graphql?access_token=YOUR_TOKEN_HERE&client_id=YOUR_CLIENT_ID


Message

ParamsDescription
idModel identifier
subjectSubject from message
contentContent from message
pinpin=1
publicpublic=1
momentmoment=1
forumpublic forum=1
noReplyno reply=1
fwMessageIdmessage being forwarded
isHtmlContent is in html
labelIdlabel used to filter message
dontNotifyNotifications of message
entityIdEntity who sent message
userIdUser who sent message
summarySummary for message
renderedRendered content
linksLinks in rendered content
hashUnique hash for access
pendingNumber of pending items
unreadNumber of unread items
type
statusStatus number
statusTextStatus text
recipientsCountCount entities who received the message, excluding the sender
imagesCountCount images attached to the message
videosCountCount videos attached to the message
audiosCountCount audios attached to the message
filesCountCount files attached to the message
commitmentsCountCount commitments attached to the message
signaturesCountCount signatures attached to the message
surveysCountCount surveys attached to the message
reportsCountCount reports attached to the message
formsCountCount forms attached to the message
chargesCountNumber of charges attached to the message
changedDate ordering based on changed activity in message
accessedLast time accessed
createdAn ISO-8601 encoded UTC date string of when record was created
modifiedAn ISO-8601 encoded UTC date string of when record was modified
deletedAn ISO-8601 encoded UTC date string of when record was deleted
entityEntity who is the author from the message
userUser who is the author from the message
labelLabel used in message
fwMessageForwarded message
selectedHelper field for clients
reactionMy reaction to the message
reactionsReactions associated with message
myConversationsConversation with or by entity
allRepliesList of all replies in message
conversationsLast replies grouped by parentId
conversationSpecific conversation grouped by parent
messageHistoryMessage history grouped by version
toEntityFirst recipient entity
reportGet report by id
recipientsRecipient object (contains entity and user) that received or sent the message
entitiesEntities that received or sent the message
groupsGroups that message was sent
mediasMedias associated with message
signaturesSignatures associated with message
surveysSurveys associated with message
commitmentsCommitments associated with message
chargesCharges associated with message
formsForms associated with message
formGet form by id
reportsReports associated with message
tagsTags associated with message
logsMessage logs associated with message
notificationsNotifications from the message
statusesMessages statuses associated with message
dbId
key

CreateMessageInput

ArgumentsTypeDescription
entityId
Not Null
The entity that send the message
labelId
Int
SCALAR
label used to filter message
subject
String
SCALAR
Subject from message
content
String
SCALAR
Content from message
pin
Boolean
SCALAR
pin=1
public
Boolean
SCALAR
public=1
moment
Boolean
SCALAR
moment=1
forum
Boolean
SCALAR
public forum=1
noReply
Boolean
SCALAR
no reply=1
fwMessageId
Int
SCALAR
message being forwarded
isHtml
Boolean
SCALAR
Content is in html
dontNotify
Boolean
SCALAR
Notifications of message
surveys
LIST
MessageSurveysInput
commitments
LIST
MessageCommitmentsInput
charges
LIST
MessageChargesInput
reports
LIST
MessageReportsInput
medias
LIST
MessageMediasInput
forms
LIST
MessageFormInputFields
tags
LIST
MessageTagsInput
recipients
Not Null
signatures
LIST
MessageSignaturesInput
clientMutationId
String
SCALAR

UpdateMessageInput

ArgumentsTypeDescription
id
ID
SCALAR
The ID of an user object
subject
String
SCALAR
Subject from message
content
String
SCALAR
Content from message
pin
Boolean
SCALAR
pin=1
public
Boolean
SCALAR
public=1
moment
Boolean
SCALAR
moment=1
forum
Boolean
SCALAR
public forum=1
noReply
Boolean
SCALAR
no reply=1
fwMessageId
Int
SCALAR
message being forwarded
isHtml
Boolean
SCALAR
Content is in html
labelId
Int
SCALAR
label used to filter message
dontNotify
Boolean
SCALAR
Notifications of message
surveys
LIST
MessageSurveysInput
commitments
LIST
MessageCommitmentsInput
charges
LIST
MessageChargesInput
reports
LIST
MessageReportsInput
medias
LIST
MessageMediasInput
forms
LIST
MessageFormInputFields
tags
LIST
MessageTagsInput
recipients
MessageRecipientsInput
INPUT_OBJECT
signatures
LIST
MessageSignaturesInput
notifyUpdate
Boolean
SCALAR
should notify users who read the message about update
clientMutationId
String
SCALAR

DeleteMessageInput

ArgumentsTypeDescription
id
ID
SCALAR
The ID of an user object
subject
String
SCALAR
Subject from message
content
String
SCALAR
Content from message
pin
Boolean
SCALAR
pin=1
public
Boolean
SCALAR
public=1
moment
Boolean
SCALAR
moment=1
forum
Boolean
SCALAR
public forum=1
noReply
Boolean
SCALAR
no reply=1
fwMessageId
Int
SCALAR
message being forwarded
isHtml
Boolean
SCALAR
Content is in html
labelId
Int
SCALAR
label used to filter message
dontNotify
Boolean
SCALAR
Notifications of message
surveys
LIST
MessageSurveysInput
commitments
LIST
MessageCommitmentsInput
charges
LIST
MessageChargesInput
reports
LIST
MessageReportsInput
medias
LIST
MessageMediasInput
forms
LIST
MessageFormInputFields
tags
LIST
MessageTagsInput
recipients
MessageRecipientsInput
INPUT_OBJECT
signatures
LIST
MessageSignaturesInput
clientMutationId
String
SCALAR