cancel
Showing results for 
Search instead for 
Did you mean: 

Work Queues - Get Report Data via http call

SebastianVanell
Level 2
I wanted to know if there is a way to make a http call and get the same information that the Business Object "Work Queues" gives me with the Action "Get Report Data". I would need to get information about the number of worked and not worked records present on the work queues by calling http or using the API, is that possible? Thank you in advance, Sebastian
3 REPLIES 3

John__Carter
Staff
Staff
You could try exposing a business object (or process) as a SOAP web service.

SebastianVanell
Level 2
Hi, John, I tried to expose the object as a webservice and invoke it via blueprism action block but I get the following error message: ""Internal : Unexpected error Error in web service - You are not authorised to call this webservice"" Do you know what can cause it and how can I fix it?  

John__Carter
Staff
Staff
You need to authenticate with your BP environment as part of the WS call. See the Web Services Guide in the documents section.