Is it possible to search ric code by providing imo number or vessel name via JET API by triggerin...

Is it possible to search ric code by providing imo number or vessel name via JET API by triggering a request? If possible, please guide us in that path. Thanks in advance!!

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @ayerajothi

    Yes, I can use JET 2 API to convert IMO to RIC.

    image

    I use the symbology plugin. The function call is:

    var promise = JET.Data.Symbology.request({ "from": "IMO", "symbols": ["9619907"], "to": ["RIC"] });

Answers

  • Hi @ayerajothi

    Just would like to give you more detail on how to use this feature.

    1. Please launch cpurl://apps.cp./Apps/JET app from Eikon Search Bar.

    image

    2. Go to Symbology Plugin

    3. Scroll down the page to see the sample code and sample requests.

    image