UiPath Documentation
integration-service
latest
false
Integration Service API guide
  • Erste Schritte
    • Basis-URL
  • Connections API
  • Connectors API
    • Download custom connector
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.

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

GET BaseURL/elements/{elementKey}/export

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

Anforderungsheader

KopfzeileWert
AutorisierungInhaber <your-access-token>
X-UIPATH-AccountId<tenant>

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

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.

Wichtig:

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.

Pfadvariablen

PfadvariableDatentypBeschreibungStandardwert
elementKey (required)stringThe key of the custom connector you want to download.Nicht zutreffend

Abfrageparameter

AbfrageparameterDatentypBeschreibungStandardwert
VersionstringThe connector version to download. When omitted, the current published version is used.Nicht zutreffend

Antworten

200 OK

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

400 Ungültige Anforderung

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

401 Nicht autorisiert

The access token is missing, expired, or invalid.

403 Forbidden

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

404 Nicht gefunden

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

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