Rest Connector
The Rest Connector API handles all rest connectors used in your flows. They share the transactional service subpath.
Was this helpful?
The Rest Connector API handles all rest connectors used in your flows. They share the transactional service subpath.
Was this helpful?
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/rest-connectors/pagination
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
The number of page and the default is 1
1
The number of services per pages and the default is 5
1
Field want to ordernate, the default is 'updatedAt'
Direction of ordenation, ASC or DESC. The default is DESC
Names or tags to filter the search
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/rest-connectors/quicksearch
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
Word or part of word to get suggestion names of transactional services
The limit of suggestions names in the response. The default value is 6
1
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/rest-connectors/list
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/rest-connectors/{serviceUUID}
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid service Uuid
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/rest-connectors
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
Name of the rest connector
Description of the rest connector
The used RequestType
GET
, POST
, PUT
, DELETE
Url of the rest connector
Content Type of the request
NONE
, JSON
, XML
, FORM_DATA
, URL_ENCODED
Enum describing if cell uses an auth method, and which.
AUTH_NONE
, AUTH_BASIC
, AUTH_BEARER
, AUTH_OAUTH
Grant type to be used with oAuth Method
CLIENT_CREDENTIALS
, PASSWORD
, REFRESH_TOKEN
Basic Token for Basic Auth Header
Bearer Token for Bearer Token Auth Header
Client Id to be used with oAuth Method
Client Secret to be used with oAuth Method and grant type 'client_credentials'
URL for authentication with oAuth Method
Username to be used with oAuth Method and grant type 'password'
Password to be used with oAuth Method and grant type 'password'
Body of the rest connector
Expected parsing of output of the rest connector
Headers of the rest connector
Tags of the rest connector
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/rest-connectors/{serviceUUID}
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid service Uuid
Name of the rest connector
Description of the rest connector
The used RequestType
GET
, POST
, PUT
, DELETE
Url of the rest connector
Content Type of the request
NONE
, JSON
, XML
, FORM_DATA
, URL_ENCODED
Enum describing if cell uses an auth method, and which.
AUTH_NONE
, AUTH_BASIC
, AUTH_BEARER
, AUTH_OAUTH
Grant type to be used with oAuth Method
CLIENT_CREDENTIALS
, PASSWORD
, REFRESH_TOKEN
Basic Token for Basic Auth Header
Bearer Token for Bearer Token Auth Header
Client Id to be used with oAuth Method
Client Secret to be used with oAuth Method and grant type 'client_credentials'
URL for authentication with oAuth Method
Username to be used with oAuth Method and grant type 'password'
Password to be used with oAuth Method and grant type 'password'
Body of the rest connector
Expected parsing of output of the rest connector
Headers of the rest connector
Tags of the rest connector
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/rest-connectors/{serviceUUID}
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid service Uuid
No body