Skip to main content

Get Large Data

GET 

/api/largemessages/getlargemessage/:id

Tier: Internal — subject to change without notice.

Retrieves the payload of a large message by ID. The caller must be listed in the message's subscriber list (either as the current agent or user). On first retrieval by a subscriber, the subscriber is recorded as having acknowledged the message. Once all subscribers have acknowledged, the message is flagged for deletion.

Requires any valid authentication. The endpoint determines which identity (agent or user) to use for acknowledgement tracking. If both the agent and user are subscribers, preference is given to the identity that has not yet acknowledged. Subsequent retrievals by the same subscriber are permitted without error.

Request

Responses

Returns the message payload content.