6
Answers

Need to fetch data from token-based API

Csharp dev

Csharp dev

4y
1.2k
1
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)