UiPath Documentation
orchestrator
2023.4
false
Orchestrator API 指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

API 端点 URL 结构

在本节中,您可以通过了解 UiPath™ 端点的 URL 结构来学习构建 API 请求。

基本 URL

基本 URL 是所有 API 请求的起点。它是构建端点 URL 的基础。基本 URL 为 https://{yourDomain}

入口点

api - 表示 API 平台管理资源的入口点,例如 ​/api​/Group​/

资源路径

资源路径指定要执行的确切资源或操作。它可能包含 GroupRobotAccountSetting 等关键词,具体取决于请求的目的。

路径参数

路径参数用于将动态值传递到 API 端点。这些值有助于识别与 API 请求相关的特定资源。例如:​/Group​/{partitionGlobalId}​/{groupId}
partitionGlobalId - 组织的 ID。
groupId - 组的 ID。

查询参数

Query parameters are additional parameters attached to the URL to provide more context or filters for the requested data. These are often preceded by a ? symbol and separated by & symbols. For instance, you might use query parameters to specify filtering criteria or pagination instructions.

示例

Putting all components together, a URL for a organization-specific resource might look like this, https://{yourDomain}/identity/api/group/{partitionGlobalId}​/{groupId}.
A URL for tenant-specific resource can look like this: https://{yourDomain}/odata/Assets.
  • 基本 URL
  • 入口点
  • 资源路径
  • 路径参数
  • 查询参数
  • 示例

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新