GET /accounts/{account_id}/dex/warp-change-events

List WARP configuration and enablement toggle change events by device.

Servers

Path parameters

Name Type Required Description
account_id String Yes

unique identifier linked to an account in the API request path

Query parameters

Name Type Required Description
page Number Yes

Page number of paginated results

to String Yes

End time for the query in ISO (RFC3339 - ISO 8601) format

sort_order String No

Sort response by event timestamp.

Possible values:

  • "DESC"
  • "ASC"

Default value: "ASC"

config_name String No

Filter events by WARP configuration name changed from or to. Applicable to type='config' events only.

per_page Number Yes

Number of items per page

toggle String No

Filter events by type toggle value. Applicable to type='toggle' events only.

Possible values:

  • "on"
  • "off"
account_name String No

Filter events by account name.

type String No

Filter events by type 'config' or 'toggle'

Possible values:

  • "config"
  • "toggle"
from String Yes

Start time for the query in ISO (RFC3339 - ISO 8601) format

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.