Get a Connector

get

/process/api/v1/design/applications/{applicationName}/versions/{version}/connectors/{connectorId}

Get the details of the connector available for a given application name, version, and connector Id.

Example:

 curl --location --request GET 'http:///process/api/v1/design/applications//versions//connectors/' --header 'Authorization: Basic c3NlMQ==' 

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : Connector
Type: object
Show Source
Nested Schema : Configuration
Type: object
Request body for connector base url update
Show Source
Nested Schema : Description
Type: object
Show Source
Nested Schema : Identifier
Type: object
Show Source
Nested Schema : Lock
Type: object
Show Source

401 Response

Unauthorized

403 Response

Forbidden error

404 Response

Not found

500 Response

An internal error occurred.
Back to Top