List all Connectors

get

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

Lists all the connectors available for a given application name and version.

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 : Connectors
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested 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