This is an old revision of the document!
To get messages from the message loader, use the command messages/get_messages:
svc=messages/get_messages¶ms={"indexFrom":<uint>, "indexTo":<uint>}
You can find an example of this request in the sample Messages.
| Name | Description |
|---|---|
| indexFrom | index of the first message requested |
| indexTo | index of the last message requested |
[ /* array of messages */ { ... } ]
You can find message formats in the chapter Data format: Messages.
|