DSS REST API on demand extraction 404 error
Every time I send an on demand extraction request, I get a 404 response. Any help would be appreciated. Thank you.
I've formatted the request as below:
method:
POST
URL:
https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractWithNotes
header
{
'Authorization': u'Token <token>',
'Content-Type': 'application/json',
'Prefer': 'respond-async'
}
content
{
'@data.type': '#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.CompositeExtractionRequest',
'ContentFieldNames': [
'RIC',
'CUSIP'],
'IdentifierList': {
'@data.type': 'ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList',
'InstrumentIdentifiers': [
{
'Identifier': 'IBM.N',
'IdentifierType': 'Ric'
},
{
'Identifier': 'AAPL.O',
'IdentifierType': 'Ric'
}
],
'UseUserPreferencesForValidationOptions': 'false',
'ValidationOptions': 'null'}
}
Best Answer
-
Hi,
https://hosted.datascopeapi.reuters.com/RestApi.Help/Home/StatusCodes
404: Not Found indicates that the resource specified by the request URL does not exist. The response body will typically include the entity type and id that could not be found.
The example application may help here Url can be found on the landing page: https://hosted.datascopeapi.reuters.com/RestApi.Help/Home/Index, the On Demand example that is included in the example application for Create: Composite is:
POST https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractWithNotes HTTP/1.1
Authorization: Token <your_auth_token_goes_here>
Prefer: respond-async
Content-Type: application/json; odata=minimalmetadata
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.CompositeExtractionRequest",
"ContentFieldNames": [
"Daily Beta - 180 Days",
"Volatility - 30 days",
"Market Capitalization",
"Average Volume - 30 Days",
"Volume",
"Total Shares - Listed"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "IBM.N",
"IdentifierType": "Ric"
}
],
"ValidationOptions": null,
"UseUserPreferencesForValidationOptions": false
},
"Condition": null
}
}0
Answers
-
Thank you for replying so quickly to my question. I based my request on the sample found in the tutorials. From what I can tell, my URL is the same as the one shown and that I was in fact sending a POST request. Adding instrument list, getting instrument lists, and deleting instrument list work for me. Are there anything else I could be missing?
0 -
I received a succesful code with the test using Postman.
0 -
Tried it on Postman. Got it to work. Went back to the code, apparently I added an excessive "https://hosted.datascopeapi.reuters.com/RestApi/v1" and was printing it out and the wrong place so it looked right... Thanks again for your help.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 37 Alpha
- 167 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 705 Datastream
- 1.5K DSS
- 633 Eikon COM
- 5.2K Eikon Data APIs
- 14 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 6 Trading API
- 3K Elektron
- 1.5K EMA
- 259 ETA
- 569 WebSocket API
- 40 FX Venues
- 16 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 25 Messenger Bot
- 4 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 284 Open PermID
- 47 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 24 RDMS
- 2.2K Refinitiv Data Platform
- 879 Refinitiv Data Platform Libraries
- 5 LSEG Due Diligence
- 1 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
- 27 DACS Station
- 123 Open DACS
- 1.1K RFA
- 108 UPA
- 196 TREP Infrastructure
- 232 TRKD
- 919 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 103 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛