List Gateways

List all the gateways assigned to this application.

Log in to see full request history
Path Params
string
required

The application id.

Query Params
gateway_ids[]
array of uuids

Filter: Gateway ID(s)

gateway_ids[]
gateway_names[]
array of strings

Filter: Gateway Name(s)

gateway_names[]
date-time

Filter: Lower bound for creation time (inclusive)

date-time

Filter: Upper bound for creation time (exclusive)

date-time

Filter: Lower bound for update time (inclusive)

date-time

Filter: Upper bound for update time (exclusive)

gateway_models[]
array of strings

Filter: Gateway Model Name(s)

gateway_models[]
statuses[]
array of strings

Filter: Gateway Status(es)

statuses[]
local_ips[]
array of strings

Filter: Gateway local IP(s)

local_ips[]
versions[]
array of strings

Filter: Gateway Version(s)

versions[]
required

Specifies which type of pagination to choose.

string

Specifies the cursor for the next page. Can be found in the last paginated request. Only available with pagination = cursor.

string

Specifies the cursor for the previous page. Can be found in the last paginated request. Only available with pagination = cursor.

integer
≥ 1

Specifies which page should be returned. Only available with pagination = offset.

integer

Limits the number of items returned.

tagged_with[]
array of uuids

List only entities tagged with any of the given tag IDs.

tagged_with[]
boolean
Defaults to false

When listing entities tagged with a given set of tag IDs, include entities that are tagged with any descendant of those tags.

boolean
Defaults to false

List only untagged entities.

Response

Response body
Language
Credentials