Search found 3 matches
- Sun Feb 02, 2020 1:45 am
- Forum: Bullhorn APIs
- Topic: Bullhorn API Swagger Page?
- Replies: 0
- Views: 2624
Bullhorn API Swagger Page?
Is there a Bullhorn Swagger page?
- Sun Feb 02, 2020 1:11 am
- Forum: Bullhorn APIs
- Topic: Bullhorn API Swagger Page?
- Replies: 0
- Views: 2463
Bullhorn API Swagger Page?
Hello,
Is there a Swagger page for Bullhorn's rest API? I am looking to generate a Rest Client with NSwag to use in my .Net Core code.
Is there a Swagger page for Bullhorn's rest API? I am looking to generate a Rest Client with NSwag to use in my .Net Core code.
- Thu Jan 23, 2020 12:10 am
- Forum: Bullhorn APIs
- Topic: Rest API via C#
- Replies: 12
- Views: 11423
Re: Rest API via C#
I am getting a 302 redirect error when I try to get the BHAuthCode. Error Message: System.Net.WebException: 'The remote server returned an error: (302) Found.' Error Location: var responseObj = (HttpWebResponse)request.GetResponse(); public static string getBHAuthCode() { string url = $@"https://aut...