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

Get connections

API reference for listing Integration Service connections in a folder, with the endpoint URL, required headers, and example response.

Retrieves the connections in a folder.

API エンドポイント

GET BaseURL/v1/Connections

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

要求ヘッダー

ヘッダー値 (Value)
認可Bearer <your-access-token>
X-UIPATH-AccountId<tenant>
X-UIPATH-FolderKeyThe key of the folder holding the connections

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

The <your-access-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.

重要:

External applications must target a single folder, identified by the X-UIPATH-FolderKey header. A request that omits the header, or that sets allFolders to true, returns 400 Bad Request.

クエリ パラメーター

クエリ パラメーターデータ型説明既定値
allFoldersbooleanNot supported for external applications. Setting it to true returns 400 Bad Request.false

応答

200 OK

Returns the connections in the requested folder. Responses to an external application exclude the connection owner, the element instance ID, the polling interval, and the bring-your-own-app flag.

[
  {
    "Id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "Name": "My Salesforce connection",
    "Connector": {
      "Key": "uipath-salesforce-sfdc",
      "Name": "Salesforce"
    },
    "Folder": {
      "Key": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    },
    "State": "Connected",
    "IsDefault": true,
    "CreateTime": "2026-09-10T10:20:24.485Z",
    "UpdateTime": "2026-09-10T10:20:24.485Z"
  }
]
[
  {
    "Id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "Name": "My Salesforce connection",
    "Connector": {
      "Key": "uipath-salesforce-sfdc",
      "Name": "Salesforce"
    },
    "Folder": {
      "Key": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    },
    "State": "Connected",
    "IsDefault": true,
    "CreateTime": "2026-09-10T10:20:24.485Z",
    "UpdateTime": "2026-09-10T10:20:24.485Z"
  }
]

400 Bad Request

The request did not supply the X-UIPATH-FolderKey header, or it set allFolders to true. External applications must target one folder per request.

401 未承認

The access token is missing, expired, or invalid.

403 Forbidden

The external application does not hold the required scope, or it has no Connections.View permission in the requested folder.

  • API エンドポイント
  • 要求ヘッダー
  • クエリ パラメーター
  • 応答
  • 200 OK
  • 400 Bad Request
  • 401 未承認
  • 403 Forbidden

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得