Reference for websocket API messages

Hi,

We are now developing a link software to RDP using Websocket API, our main issue is that we cannot find a reference documentation, is surprisingly hard to find...

I would like to know if exists a Reference docuementation to check all messages, responses and their fields. I mean explaining the semantic of each field, their data type, etc.

Thank you.

Best Answer

  • Gurpreet
    Answer ✓

    Hi @Alex Amat,

    You can read some description of the Websockets specification in the developers guide on the portal. Some of the message structure is also described in the TryItNow download bundle. We have raised the lack of more documentation to the development team, and expect more documentation to be released in the next version.

    The content of response messages (Refresh and Update) depends on the asset class. You can see the RDMFieldDictionary to deduce some of this information.

Answers