Get Messages
This endpoint fetch the list of recent messages.
query Parameters
chat_idChat ID
message_idMessage ID
task_idTask ID
file_idFile ID
doc_idDocument ID
entity_keyEntity Key
limitNo of records per page
offsetRecord Offset
before_idBefore ID
after_idAfter ID
before_dateBefore Date
after_dateAfter Date
annotation_idAnnotation ID
typeType
useCacheUse Cache
Get Messages › Responses
Success Response
List of messages
has_moreHas more row flag
Create Message
This endpoint creates a new message.
Create Message › Request Body
typeMessage Type
textMessage Text
urlURL
doc_attachmentDocument Attachment
entity_keyEntity Key
chat_idChat ID
message_idMessage ID
task_idTask ID
file_idFile ID
doc_idDocument ID
taskTask Details
external_filesList of External files
nifty_filesList of Nifty Files
dateDate
bot_nameBOT Name
bot_avatarBOT Avtar
hiddenHidden
emailsEmails
annotation_idAnnotation ID
context_textContext Text
audio_durationAudion Duration
Create Message › Responses
The resource created successfully
messagedataGet Message
This endpoint fetch more details about the message.
path Parameters
message_idGet Message › Responses
Success Response
idMessage Id
typeMessage Type
hide_link_previewHide Link Preview
subtypeSub Type
textMessage text
urlURL
chatChat Id
threadThread
taskTask Id
fileFile
documentDocument Id
entity_keyEntity Key
authorAuthor Id
repliesNo of Replies
repliersList of Replier Id
taggedList of tagged
seen_byList of Seen by Id
hiddenHidden
doc_attachmentDocument Attachment
is_editedIs Edited
is_deletedIs Deleted
created_atCreated At
updated_atUpdated At
annotation_idAnnottion Id
heardByHeard By
audio_durationAudio duration
heardIs Heard
Update Message
This endpoint update the message.
path Parameters
message_idMessage ID
Update Message › Request Body
textMessage Text
List of External Files
hide_link_previewHide link preview
nifty_filesList of Nifty Files
Update Message › Responses
Success Response