GET /accounts/{account_id}/devices/physical-devices

Lists WARP devices.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Query parameters

Name Type Required Description
id[] Array No

Filter by a one or more device IDs.

sort_order String No

Sort direction.

Possible values:

  • "desc"
  • "asc"
last_seen_user.email String No

Filter by the last seen user's email.

include String No
per_page Integer No

The maximum number of devices to return in a single response.

active_registrations String No

Include or exclude devices with active registrations. The default is "only" - return only devices with active registrations.

Possible values:

  • "only"
  • "include"
  • "exclude"
search String No

Search by device details.

seen_after String No

Filters by the last_seen timestamp - returns only devices last seen after this timestamp.

seen_before String No

Filter by the last_seen timestamp - returns only devices last seen before this timestamp.

cursor String No

Opaque token indicating the starting position when requesting the next set of records. A cursor value can be obtained from the result_info.cursor field in the response.

sort_by String No

The device field to order results by.

Possible values:

  • "client_version"
  • "id"
  • "name"
  • "last_seen_user.email"
  • "last_seen_at"
  • "active_registrations"
  • "created_at"

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.