Hi,
I am making an Interface in Appian where I have to show RPA Recourse Status(I.e. If Bot is online then: Online, if Offline then :Offline, if Disabled then status will be show Disabled ).Is it possible to fetch the resource current status and display ?
Discussion posts and replies are publicly visible
Hi Ankit Tewari,
Appian RPA includes an exposed REST API, which makes it easier to invoke the available functionality from other systems.
Please go through the below link to get the robot list.
Get Robot List - Appian 23.3
sriramkaja: We have tested those api from postman its working fine but same api is not working with Appian integration , we are using the valid api key/ headers and parameter.
Postman is giving us perfect result but integration is throwing errors.
Thanks