Name | Description | Type | Additional information |
---|---|---|---|
MessageId |
The unique id for the message, in scope of a site (itslearning customer) |
integer, 64 bit |
None. |
MessageThreadId |
Obsolete use InstantMessageThreadId instead |
integer |
None. |
InstantMessageThreadId |
The unique id for the thread in scope of a site |
integer |
None. |
MessageThreadParticipants |
Recipients for new message threads - does not need to be filled if not used when posting a new thread |
Collection of Itslearning.RestApi.Entities.InstantMessageParticipant |
None. |
Created |
DateTime when the message was created |
date |
None. |
CreatedFormatted |
Formatted DateTime when the message was created |
string |
None. |
CreatedRelative |
How long ago the message was created |
string |
None. |
EditedRelative |
How long ago the message was edited |
string |
None. |
CreatedBy |
Id of the author of the message |
integer |
None. |
CreatedByName |
Name of the author of the message |
string |
None. |
HomeOrganization |
Home organization of the author of the message. |
string |
None. |
CreatedByAvatar |
Url to the avatar of the author |
string |
None. |
Text |
The message text |
string |
None. |
AttachmentUrl |
The url to the attached file |
string |
None. |
AttachmentName |
File name of the attached file |
string |
None. |
Link |
The link to combine together with the message text |
string |
None. |
LinkTitle |
Link title to create a friendly name for the link |
string |
None. |
LinkTarget |
The target to the link eg. _blank |
string |
None. |
IsSystemMessage |
Is the message a system message |
boolean |
None. |
IsDeleted |
Is the message deleted |
boolean |
None. |
DeletedBy |
Id of the person, who deleted this message. |
integer |
None. |
CanDelete |
If the current user is allowed to delete the message |
boolean |
None. |
IsEdited |
Is the message edited |
boolean |
None. |
CanEdit |
If the current user is allowed to edit the message |
boolean |
None. |
IsStarred |
If this message has been marked as starred by the user |
boolean |
None. |
IsSilent |
Flag used for messages we should not update the UI for |
boolean |
None. |
IsAbuse |
This message was reported as abusive by the current user. |
boolean |
None. |
HasShared |
The message is used to share another message. |
boolean |
None. |
HasRepliedTo |
The message is used to reply to another message. |
boolean |
None. |
HasAbuseReported |
The message is an abuse report. It has a child message that was marked as abusive message. |
boolean |
None. |
HasAbuseThreadReported |
The message is an report for abusive thread. |
boolean |
None. |
OriginInstantMessage |
The origin message for child message. |
Itslearning.RestApi.Entities.InstantMessage |
None. |
OriginInstantMessageThreadId |
The origin instant message thread identifier. |
integer |
None. |
OriginInstantMessageThreadDeletedBy |
Id of the person, who delete original instant message thread. |
integer |
None. |
OriginInstantMessageThreadName |
The origin instant message thread name. |
string |
None. |
ChildMessage |
The child message is shared by the message. |
Itslearning.RestApi.Entities.InstantMessage |
None. |
AdditionalHeading |
Additional heading to display. Extra information about where the message had its origin if a message was shared or replied to. |
string |
None. |
IsBroadcastMassMessage |
This message was sent as broadcast mass message. |
boolean |
None. |
IsChildMessageDeletedPermanently |
Defines that child message has been deleted permanently |
boolean |
None. |
CreatedLocal |
DateTime when the message was created converted to user's timezone |
date |
None. |
CreatedLocalTimeStamp |
Time when the message was created in user's timezone. |
string |
None. |
CreatedLocalDateStamp |
Date when the message was created in user's timezone formatted considering culture. |
string |
None. |
CreatedByShortName |
First name of the author. |
string |
None. |
CreatedLocalShortNumericDate |
Date when the message was created in user's timezone formatted as short numeric date without year. |
string |
None. |