GET /accounts/{account_id}/cloudforce-one/events/{event_id}/relationships

The event_id must be defined (to list existing events (and their IDs), use the Filter and List Events endpoint). Also, must provide query parameters.

Servers

Path parameters

Name Type Required Description
event_id String Yes

Event UUID.

account_id Number Yes

Account ID.

Query parameters

Name Type Required Description
datasetId String Yes

The dataset ID to search within.

direction String No

The direction to traverse the graph. Defaults to 'both' to search all.

Valid values:

  • "descendants"
  • "both"
  • "ancestors"

Default value: "both"

maxDepth Number No

The maximum depth to traverse. Defaults to 5.

relationshipTypes No

An optional array of relationship types to filter by.

indicatorTypeIds No

An optional array of indicator type IDs to filter the results by.

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.