UiPath Documentation
data-service
latest
false
  • 入门指南
    • 简介
    • Data Fabric / Data Service feature availability
    • 探索用户界面
    • 区域和实例
  • 许可
  • 设置和配置
  • 使用服务
  • 参考
    • Studio 活动
    • API 访问权限
  • 示例和教程
  • 日志记录

[Preview] Data Fabric user guide

上次更新日期 2026年5月8日

API 访问权限

概述

Data Fabric / Data Service Open API allows you to manage UiPath® Data Fabric / Data Service resources from an external application of your choice, and does so by enabling you to authorize the external app without sharing any credentials, through the Oauth 2.0 authorization framework.

API 权限

To use the Data Fabric / Data Service OpenAPI, you must grant API permissions to the external application. These API permissions are known as scopes, and there are three types for Data Fabric / Data Service:

  • Data Fabric / Data Service.Schema.Read - this User Scope allows your external app to read your tenant's Data Fabric / Data Service schema, and it's dependent on the user's permissions.
  • Data Fabric / Data Service.Data.Read - this User Scope allows your external app to read your tenant's Data Fabric / Data Service data, and it's dependent on the user's permissions.
  • Data Fabric / Data Service.Data.Write - this User Scope allows your external app to edit your tenant's Data Fabric / Data Service data by deleting, updating or creating new data, and it's dependent on the user's permissions.

Learn more about the user roles and permissions in Data Fabric / Data Service.

下载 OpenAPI 规范

Once you set the permissions for your external application and users, download the OpenAPI specification of your tenant Data Fabric / Data Service data:

  • On the Data Fabric / Data Service page, select API Access, then select Download OpenAPI file (JSON).

This operation downloads the OpenAPI 3.0 specifications of your tenant Data Fabric / Data Service entities, in JSON format.

Selecting Copy OpenAPI link copies the API endpoint that generates the tenant Data Fabric / Data Service OpenAPI specification.

授权 API 调用

Authorize your external application to use the Data Fabric / Data Service OpenAPI by creating an access token for your external application. Use the App ID and App Secret that were generated at the external application registration. The authorization method depends on the application's type (confidential or non-confidential).

Learn more about the authorization methods for external apps.

API 端点

OAuth2.0 authorization framework helps you generate a access token that allows your external application to make REST API calls to Data Fabric / Data Service endpoints, for a limited time (one hour).

要继续调用 API,您需要生成新的访问令牌或请求刷新令牌

A Data Fabric / Data Service API endpoint has the following syntax:

  • HTTP method + BaseURL + The resource category + The Data Fabric / Data Service entity + The Operation + Path variables and query parameters

    文档图像

Data Fabric / Data Service entity example

To describe each API request/response body, we are using the Olympics entity fields created in the Data Fabric / Data Service. While we document the generic endpoint, such as Get Entity Records, your endpoint contains the exact name of your entity (for example, Get Olympics Records). The response and request bodies include all the fields from your entity, replicating the entity's structure.

Further, let's use the Data Fabric / Data Service API guide to dive into each endpoint and discover how you can put it to good use.

  • 概述
  • API 权限
  • 下载 OpenAPI 规范
  • 授权 API 调用
  • API 端点

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新