I know other properties. but where I get relative endpoint url…
Thanks in advance
I know other properties. but where I get relative endpoint url…
Thanks in advance
@Ajith1
If you mean the base url then here’s the following information from the documentation:
The Orchestrator API Swagger definition can be accessed as follows, depending on your deployment type:
/swagger/ui/index#/ to your Orchestrator URL. For example, https://myOrchestrator.com/swagger/ui/index#/ ./swagger/ui/index#/ suffix to the URL. For example, https://platform.uipath.com/[AccountLogicalName]/[TenantLogicalName]/swagger/ui/index#/ .Account Logical Name and Tenant Logical Name in the API Access page of your Cloud Platform account.To make the calls you can use https://myOrchestrator.com/oData/ or https://platform.uipath.com/[AccountLogicalName]/[TenantLogicalName]/odata/
The endpoints will be the same no matter what your base url is.