- OpenAPI
- Get entity record by ID
- Get entity records
- Query entity records
- Delete entity record by ID
- Update entity record by ID
- Create entity record
- Create multiple entity records
- Update multiple entity records
- Delete multiple entity records
- ファイルをレコードのフィールドからダウンロード (Download File from Record Field)
- ファイルをレコードのフィールドにアップロード (Upload File to Record Field)
- Delete file from record field
- Bulk upload

Data Fabric API guide
ファイルをレコードのフィールドにアップロード (Upload File to Record Field)
Uploads a file to the specified field of an existing entity record.
POST
BaseURL/Attachment/<Entity>/{recordId}/{fieldName}
- BaseURL:
https://cloud.uipath.com/{organizationName}/{tenantName}/datafabric_/api
ヘッダー |
値 (Value) |
---|---|
認可 |
Bearer
<access_token>
|
Content-Type |
multipart/form-data |
<...>
をすべて、対応するユース ケース値に置き換えます。
<access_token>
は、外部アプリケーションの認証時に受け取ったトークンです。このトークンは 1 時間利用可能です。1 時間経ったら、新しいトークンを生成するか、更新トークンを要求する必要があります。
Path variable |
データ型 |
説明 |
既定値 |
---|---|---|---|
recordId (required) |
|
The ID of the Data Fabric entity's record you want to upload the file to. |
NA |
fieldName (required) |
|
アップロード先となるレコードがある、File 型フィールドの名前です。この名前は有効なフィールドに対応している必要があり、大文字と小文字が区別されます。 |
NA |
クエリ パラメーター |
データ型 |
説明 |
既定値 |
---|---|---|---|
expansionLevel (optional) |
int32
|
取得する関連レコードの深さを指定します。このパラメーターには 1、2、または 3 のいずれかの値を指定できます。 |
2 |