Web API usnig VBO No Result
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-08-19 02:00 PM
Hi All,
I just started using Blueprism, we have a requirement to call API with OAuth 2 authentication. I'm trying to get a POC going using WebServices - Oauth 2.0 VBO to make a request like below
When i submit the request, i do not get any result, i see that token is populated but not the result. can anyone please point what im doing incorrectly here?
------------------------------
Krishna Komanduri
Sr Programmer Analyst
Kindred HealthCare
------------------------------
I just started using Blueprism, we have a requirement to call API with OAuth 2 authentication. I'm trying to get a POC going using WebServices - Oauth 2.0 VBO to make a request like below
When i submit the request, i do not get any result, i see that token is populated but not the result. can anyone please point what im doing incorrectly here?
------------------------------
Krishna Komanduri
Sr Programmer Analyst
Kindred HealthCare
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-08-19 05:13 AM
1st action is to request a token, 2nd action is to take that token and make a request. Is that what you are doing? if you are running only the first action the you won't get any result only token will be generated.
It's better if you use 'Web API Services' (in System Tab>Objects) to use API as that'll be quicker to develop.
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
It's better if you use 'Web API Services' (in System Tab>Objects) to use API as that'll be quicker to develop.
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-08-19 01:13 PM
The action that i have is OAuth 2.0 Request which makes the call to get the token and then make a call to get the result. i found that the problem is with using client credential type we need to pass scope which is not possible using this action in VBO. I figured out to use the Web API services in the system tab and was able to get this working. Thank you for the answer.
------------------------------
Krishna Komanduri
Sr Programmer Analyst
Kindred HealthCare
------------------------------
------------------------------
Krishna Komanduri
Sr Programmer Analyst
Kindred HealthCare
------------------------------
