Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • DSS /
avatar image
Question by Lukasz Ossowski · Aug 26, 2020 at 12:32 PM · dssrest api

What is the URL for entering Job IDs in order to download Corporate Actions ISO 15022 extractions from Datascope Select REST API?

Link provided in December 2014 does not seem to work:



1598445095997.jpeg (20.4 KiB)

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

3 Replies

  • Sort: 
avatar image
Best Answer
Answer by gunnar.olerud1 · Aug 27, 2020 at 07:48 AM

Update it's working now. I just had to add the header with the token in the get request:

results = self.session.get(url_get, headers=header, verify=False, proxies=self.proxies, auth=self.auth)

Thanks,

Gunnar

Comment

People who like this

0 Show 1 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
REFINITIV
Gurpreet ♦♦ · Aug 27, 2020 at 01:13 PM 0
Share

Glad to hear its working.

avatar image
REFINITIV
Answer by Gurpreet · Aug 26, 2020 at 12:44 PM

Hi @Lukasz Ossowski, The link is correct and is still working. What is the error message that you are getting?

"https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/RawExtractionResults('" + jobID + "')/$value"
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
Answer by gunnar.olerud1 · Aug 27, 2020 at 07:28 AM

Hi Gurpreet, Lukasz added this question on my behalf. From your answer I see that I forgot to put the job id within quotes. I've done that but get a 401 error back. However, I tried the url from the browser and then I can see the MT564 messages.

I'm sitting behind a proxy server and I'm not sure if the error came from the proxy server or from the API. My code:

response = self.session.post(url, headers=header, data=json_entry, verify=False, proxies=self.proxies, auth=self.auth)
if response.status_code == 200:
    json_message = json.loads(response.text)
    notes = json_message['Notes']
    job_id = json_message['JobId']
    get_service = "Extractions/RawExtractionResults('{}')/$value"
    url_get = self.url + get_service.format(job_id)
    results = self.session.get(url_get, verify=False, proxies=self.proxies, auth=self.auth)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
14 People are following this question.

Related Questions

Is Microsoft Azure REST API supported as one of the APIs for Datascope Select?

How to filter various asset type based on the most primary market

Is there a way to limit the search results from the Datascope /Search/InstrumentSearch based on exchanges?

Hi, is there any c# sample code available for Stored & scheduled extraction. I have created a instrument list and report tamplate on web GUI and i just want to download it.

DSS REST API got connection reset error

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges