@AndyMenon wrote:
I’m working on prototyping an RPA solution that involves working with the Orchestrator APIs.
I’ve been able to get the token and also get the list of Processes.
However, I’m having issues with the /Jobs API. Please see below.
I’m using Talend API Tester as the client.This request works, but returns one too many results that are utterly useless.
https://platform.uipath.com/?/?/odata/Jobs?$filter=State eq 'Successful'
I take one of the results from the above call and try to apply a filter on the Jobs API to target one successful job and I get junk HTML response !
https://platform.uipath.com/?/?/odata/Jobs?$filter=ReleaseName eq 'Test_PrimedLogging_Thanos Environment'
Am I going wrong some place?
thanks!
Posts: 3
Participants: 1