GET /api/v1/apps/{appId}/cwo/connections

Retrieves inbound and outbound Cross App Access connections associated with an app

Servers

Path parameters

Name Type Required Description
appId String Yes

Application ID

Query parameters

Name Type Required Description
limit Integer No

Specifies the number of results to return per page. The values:

  • -1: Return all results (up to system maximum)
  • 0: Return an empty result set
  • Positive integer: Return up to that many results (capped at system maximum)

Default value: -1

after String No

Specifies the pagination cursor for the next page of connection results

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.