To get messages from the message loader, use the command messages/get_messages:
svc=messages/get_messages¶ms={"indexFrom":<uint>, "indexTo":<uint>, "loadLocations":<bool>}
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 |
| loadLocations | load locations: 0 - no, 1 - yes |
[ /* array of messages */ { ... } ]
You can find message formats in the chapter Data format: Messages.
|