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
- 200
- 400
- 401
Returns the message payload content.
The {id} is not a valid GUID, the message does not exist, the message has no content, or the caller is not a subscriber of this message.
Caller is not authenticated.