Message: request / messages (client -> app)

Back to overview

Request messages of a conversation and subscribe to updates.

This message SHALL be sent by the client if it wants to display messages of a specific conversation.

Acknowledgement

This message is being acknowledged by:

Message Condition Error Codes
response/messages (app -> client)

(None)

Name Description
internalError

An internal error occurred

Subscriptions

This message subscribes to:

Message Condition
update/messages (app -> client)

On successful acknowledgement

Args

Field Description Type Optional Nullable
type

The receiver type

Allowed values: "contact", "group", "distributionList"

String False False
id

The receiver identity

String False False
refMsgId

The reference message id used for paging. If set, only messages older than the specified message should be returned.

String True False

Data

None