UiPath Documentation
integration-service
latest
false
Integration Service API guide
  • Erste Schritte
    • Basis-URL
  • Connections API
    • Get connections
    • Get connection by ID
  • Connectors API
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. Die Connector-Pakete, die in Integration Service verfügbar sind, werden maschinell übersetzt. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

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-Endpunkt

GET BaseURL/v1/Connections

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

Anforderungsheader

KopfzeileWert
AutorisierungInhaber <your-access-token>
X-UIPATH-AccountId<tenant>
X-UIPATH-OrdnerschlüsselThe key of the folder holding the connections

Ersetzen Sie alle Werte zwischen den spitzen Klammern <...> durch die entsprechenden Anwendungsfallwerte.

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.

Wichtig:

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.

Abfrageparameter

AbfrageparameterDatentypBeschreibungStandardwert
allFoldersbooleanNot supported for external applications. Setting it to true returns 400 Bad Request.false

Antworten

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 Ungültige Anforderung

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 Nicht autorisiert

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-Endpunkt
  • Anforderungsheader
  • Abfrageparameter
  • Antworten
  • 200 OK
  • 400 Ungültige Anforderung
  • 401 Nicht autorisiert
  • 403 Forbidden

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben