Data Scope SAP

Onder_Ural94
edited September 24 in DSS

Client planned to go live today with SAP production system. They are using the link: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/Schedules('0x0977e314b35b36c1')/LastExtraction/$value When they are using this link manually , its working fine but not able to access via SAP. Could please check what’s the issue here. Is this link correct. Your urgent attention to this matter is highly appreciated.

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Onder_Ural94

    Thank you for reaching out to us.

    We don't have SAP so we can't check it.

    Typically, to use that URL, the client needs to set the Authorization key in the requests' headers. The Authorization key contains an token retrieved from the https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken endpoint.

    For example:

    • Use the HTTP GET with that URL
    • Set the Prefer header to "respond-async"
    • Set the Authorization header to "Token <token>"
    • Send the request
    • The HTTP response status will be 200 and the response's body contains data
    image.png

    Did you see any errors while using that URL on SAP?