Get the original content of a single message.
GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId/messages/:messageId/original-content?property=<string>
Returns the complete original text and rich text bodies of a message. This will be different from the text and rich text in the message itself if the message's truncationStatus
is anything other than NOT_TRUNCATED
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
property | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"text":"\u003cstring\u003e","richText":"\u003cstring\u003e"}