UiPath Documentation
integration-service
latest
false
Integration Service API guide
  • スタート アップ ガイド
    • ベース URL
  • Connections API
  • Connectors API
    • Download custom connector
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 Integration Service で提供されるコネクタ パッケージの一部は機械翻訳で処理されています。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Download custom connector

API reference for downloading a custom Integration Service connector as a .connector file, with the endpoint URL, path parameter, and query parameters.

Downloads a custom connector as a .connector file.

API エンドポイント

GET BaseURL/elements/{elementKey}/export

  • Use the Connectors API Base URL for the cloud platform you are on.

要求ヘッダー

ヘッダー値 (Value)
認可Bearer <your-access-token>
X-UIPATH-AccountId<tenant>

角括弧で囲まれた値 <...> をすべて、対応するユース ケース値に置き換えます。

The token is the one you received when you authorized the external application. It is available for 1 hour, then you need to generate a new one, or request a refresh token. See API access for how to register an external application and obtain this token.

重要:

Only custom connectors can be downloaded. Requesting a catalog (prebuilt UiPath) connector returns 400 Bad Request. This endpoint is not folder-scoped — no folder key is required.

Path 変数

Path 変数データ型説明既定値
elementKey (required)stringThe key of the custom connector you want to download.NA

クエリ パラメーター

クエリ パラメーターデータ型説明既定値
versionstringThe connector version to download. When omitted, the current published version is used.NA

応答

200 OK

Returns the connector as a binary .connector file (application/octet-stream), named {elementKey}_{version}.connector.

400 Bad Request

The requested connector is a catalog (prebuilt UiPath) connector, which cannot be exported.

401 未承認

The access token is missing, expired, or invalid.

403 Forbidden

The external application does not hold the IS.Connectors.Read scope.

404 見つかりません

No connector exists for the given key, or the requested version was not found.

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得