Hi,
I am a beginner to learn API using Swagger. Are there any examples out there that would walk me through each of the APIs and how to work on them? Can you please provide pointers? Is there a specific version of Swagger that version 2022.10 uses?
Tversion is 16.0 I believe…to know just use yourorchurl/swagger/index.html …version would be displayed on right top
Coming to resources swagger itself is a resource to use api…whichever you see as * in the fields can be filled and you can check the returned values and also you will get curl which can be used as a base api call that is made to get the data
Hi @A_Learner you can go through some youtube vidoes you will get an idea how API swagger works also you can try yourself
Go through this documentation UiPath Add-ins Guide
Thanks
Akash Javalekar
First create an external application in orcgestrator admin panel
After that you would get client id and secret which can be used to get bearer token using which you can do further api calls
Note : above steps needs to be done if using api from any external app…if using studio then use orchestrator http request with relative endpoint and it should work
Links on how yo create external application are already provided above
Since your screenshot looks like you’re working in Studio, why don’t you use the Swagger UI first, as you mentioned you want to play around with it?
@Anil_G
For some requests for example, create folder - POST- " /odata/folders"
I update the example with display name and execute. It gives me “404” error. I do not understand, how to sort through the errors. Thank you,