orchestrator
2025.10
false
- 入门指南
- 身份验证
- Swagger 定义
- Orchestrator API
- 平台管理 API

Orchestrator API 指南
上次更新日期 2025年10月27日
在本节中,您可以通过了解 UiPath™ 端点的 URL 结构来学习构建 API 请求。
The base URL is the starting point for all API requests. It serves as the foundation for constructing the endpoint URL. The base URL is https://{yourDomain}.
路径参数用于将动态值传递到 API 端点。这些值有助于识别与 API 请求相关的特定资源。例如:
/Group/{partitionGlobalId}/{groupId}partitionGlobalId - 组织的 ID。
groupId - 组的 ID。