headline body

Dear Support,
I would like to ask for your help regarding the News pluggin. I am using App Studio web Sdk.
I managed to fetch the headlines, as per the example given in Top&Basket documentation of Jet pluggin. However, I would also like to get the stories behind the headlines (to be able to open the headlines and see the body of the story). If that is possible, how can I achieve it?
I did notice that to open a news you do :
JET.navigate
({name:"News",
entities:[{NewsQuery: query
}]})
but I was not able to use that in the News object (jet.News.create()).
I would also like to ask, what the "A" means from the following expression: .newsExpression("A"). Are there any other expressions that can be used apart from "A" or rics? I read something about N2_UBMS, but that's I think that is not working anymore.
When creating a subscription, I saw that this is used: JET.News.create("myID"); Could you please explain me how this works? From what I understood, when you do JET.News.create("myID") then you need to use an input field with your query(like in the given example). This is called subscription. The other option is to do .newsExpression("A") and this will run the headlines "automatically", without user input. Did I get it right ?
Sorry for so many questions, let me know please if you need more information.
many thanks in advance.
raluca
Best Answer
-
Yes, you need to use JET.navigate to see the story.
JET.navigate( { name: "News", entities: [{ NewsQuery: urn }] });
You can get the urn field from the returned news object.
For the newsExpression, please refer to this thread. I assumes that 'A' means "All News".
To start a subscription, a news expression should be specified. In the sample code, it creates a news object and sets the callback methods after JET was loaded.
JET.onLoad(initApp);
JET.init({
ID: "JETSample"
});
function initApp() {
// Creating a subscription with custom ID.
JET.News
.create('MyID')
.onAppend(onAppend)
.onInsert(onInsert)
.onDelete(onDelete);
...
}Then, it gets the news object, sets the news expression and then calls restart() to start the subscription.
JET.News
.get('MyID')
.newsExpression($('#input').val())
.restart();0
Answers
-
Thank you. it worked with the urn.
Best regards,
Raluca
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 684 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 248 ETA
- 554 WebSocket API
- 37 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 642 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 26 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 192 TREP Infrastructure
- 228 TRKD
- 915 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 89 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛