This returns a requests conversations.

Response parameters

Field NameDescription
errorBoolean indicating if there was an error (false means no error).
okBoolean indicating if the request was successful (true means successful).
data[].request_idUnique identifier for the request.
data[].conversations[]Array of conversation messages related to the request.
data[].conversations[].textThe text content of the conversation message (e.g., "hello").
data[].conversations[].tsTimestamp indicating when the message was sent.
data[].conversations[].htmlHTML content of the conversation message.
data[].conversations[].blocks[]Array of rich text blocks, containing the structured format of the message.
data[].conversations[].blocks[].typeType of block (e.g., rich_text).
data[].conversations[].blocks[].block_idIdentifier for the block.
data[].conversations[].blocks[].elements[]Array of elements within the rich text block.
data[].conversations[].blocks[].elements[].typeType of element (e.g., rich_text_section).
data[].conversations[].blocks[].elements[].elements[]Array of elements within the section (e.g., text).
data[].conversations[].blocks[].elements[].elements[].typeType of inner element (e.g., text).
data[].conversations[].blocks[].elements[].elements[].textThe text content of the inner element.
data[].conversations[].user_teamTeam ID of the user who sent the message.
data[].conversations[].userUnique identifier for the user who sent the message.
data[].conversations[].user_info.idID of the user who sent the message.
data[].conversations[].user_info.teamTeam ID of the user.
data[].conversations[].user_info.real_nameReal name of the user.
data[].conversations[].user_info.display_nameDisplay name of the user.
data[].conversations[].user_info.nameUsername of the user.
data[].conversations[].user_info.imageURL of the user's profile image.
data[].conversations[].user_typeType of the user (e.g., customer).
data[].conversations[].idID of the conversation message.
data[].conversations[].file[]Array of files attached to the conversation (empty in this case).
data[].conversations[].._idUnique identifier for the conversation message.
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!