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:


image

Best Answer

  • gunnar.olerud1
    gunnar.olerud1 Newcomer
    Answer ✓

    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

Answers