question

Upvotes
Accepted
39 6 8 11

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!!

eikoneikon-app-studiojet
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @ayerajothi

Please be informed that we have moved this App Studio's JET API question to the App Studio forum.

@ayerajothi

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvotes
Accepted
79.2k 251 52 74

@ayerajothi

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

I use the symbology plugin. The function call is:

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

1578475342685.png (5.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
18.2k 21 13 21

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.

2. Go to Symbology Plugin

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



ahs.png (280.0 KiB)
ahs2.png (163.4 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.