The most recent content from our members.
A partner company that I work with has a single version of an app, that is used in both Eikon and Workspace. That app uses the JET API to retrieve some basic data. A customer has reported a problem, which appears to indicate that JET in Eikon and JET in Workspace are returning different data. What is the status of JET in…
hi! I have an Angular app, consumed in Eikon Desktop Container, the app displayes quotes for some RICs (permission are in place) App is working as expected in an old machine. Requirement now to deploy the same in a new machine, onUpdate is never firing there. What url should we whiteliste at the new machine ? Below are a…
I have the following case: I have a main page which triggers an opening of a new tab containing a loading indicator. Then when the main page receives a response, it is expected that the tab is updated with a new content. Is it possible to achieve this? This used to be possible when using: JET.navigate({ name: "APP ID",…
Hi, I am a developer for a App Studio Application that utilizes JET API v2.0.12. I am utilizing React on the front-end. I am attempting to retrieve all news related to a particular stock. This means I most likely would have to provide the RIC as an argument to a function, but I am unsure as to what function I would have to…
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!!
JET.navigate() is used in order to open a new window in a separate tab when clicking a button. After the new window opens, i want to use JET.request() in order to retrieve some data. The problem is that somehow, the connection to JET is lost and the AppInfo data is empty and I'm not able to make the request. There is no…
Hello Support, We are the developers for an App Studio App called SC Intelligent Insights. We have a request to open the chart in line chart pattern and not candlestick chart pattern, We are using below code to open a chart: JET.navigate({ name: "Graph", entities: [{ RIC, }] }); Please let us know if this is possible.…
We are trying to create an Graph using JET API. Now the Graph is displayed in a new popup. We want to embed the Graph with in our application layout. So in our code, i want to embed the code inside the div. <div id="chart"></div> Sample code <script> JET.init({ ID: "JETSample", Title: "JET - Getting Started" });…
Is it possible to use JET api to create a self hosted application and delpoy in our webserver?
Hi Team, We tried to fetch vessel history via JET API for IMO Num: 8602531. We are getting no response. But when we tried this via Eikon , we are able to see vessel movements. DataGrid Sample Requests : { "instruments": ["8602531"], "fields": [{ "name": "TR.AssetLocationDate" }, { "name": "TR.AssetLocationLatitude" }, {…
It looks like you're new here. Sign in or register to get started.