Csharp dev

Csharp dev

  • NA
  • 25
  • 1.1k

Need to fetch data from token-based API

Apr 5 2020 9:00 AM
I'm new to C# coding, I need to fetch data through the SSIS package using a script component task from api which has many filter api URL inside it. The main login URL is similar to http://URL:portname/user/signin. By using the loginid and password, I need to generate the token and then I need to pass the token in the filter api header whose url is similar to http://URL:portname/division.
 
Please help

Answers (6)