DataScope Select (DSS) API Login

In the new DataScope Select (DSS) REST API .NET SDK, what is the best way to login with the .NET SDK and get an authentication token?

Answers

  • //USE THIS CODE to login and get an authentication token. You'll need to supply this token on all subsequent requests. var usersContext = new UsersContext("
    https://hosted.datascopeapi.reuters.com/RestApi/v1", "

    ", "

    "); //Store the session token for use on other contexts. Storing and re-using the session token //will avoid unecessary authentication requests and improve response times. var sessionToken = usersContext.SessionToken; //Output Debug.WriteLine(sessionToken); //Create another context with the same token var usersContext2 = new UsersContext(new Uri("
    http://restapi.select.datascope.thomsonreuters.com/v1/"), sessionToken); usersContext2.UserOperations.Get(int.Parse("

    "));
  • hi

    i am raising this tcket behind natixis client , guillaume.roussel@natixis.com

    They have a free trial access and they are not able to run extraction on intraday:, can you please help?

    Hello everybody,

    I have technical question about API.

    I made a test with EndOfDayPricingExtractionRequest and it works well.

    But when I try with IntradayPricingExtractionRequest I have no reply from DSS.

    I stay blocked infinite time when I call the function ExtractRaw() …

    Is it due to credential issue or other ?


    Thanks,


    Connected as:

    uri=https://selectapi.datascope.refinitiv.com/RestApi/v1/
    user=9030079


    fieldList = { "RIC", "Asset Type", "Ask Price", "Bid Price" }

    ricList = { "IBM.N", "MSFT.O", "BNPP.PA" }


    Datascope token : XXX


    Thank you


    sarah

  • ah sorry, i have done a mistake

    i will create new case sorry


    sarah