List Hardware Assets

List hardware assets with client ownership and basic device fields. Supports query filters, free-text search, pagination, and sorting.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params

Free-text search applied across the console's searchable fields.

string

Optional Core API client ID used to limit results to one client. Omit to search across accessible clients.

filter_operator
object

Optional operator per filter key. Supported operators are published by each console filter metadata endpoint.

filter_selection
object

Optional multi-select matching mode per filter key. Supported values are published by each console filter metadata endpoint.

int32

Number of records to return in a single page. Defaults to 50.

string

Cursor of the page to return. Omit for the first page, then pass the next_cursor value from the previous response.

string
^[+-]?[a-z][a-z0-9_]*(\.[a-z][a-z0-9_]*)*(,[+-]?[a-z][a-z0-9_]*(\.[a-z][a-z0-9_]*)*)*$

One or more sortable fields, separated by commas. Prefix with + to sort ascending or - to sort descending.

string
^(eq|gt|gte|lt|lte):.+$

Filters records by using an operator-prefixed numeric value on the field age.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, gt, gte, lt, lte.

Query examples:

filter[age]=gte:1

filter[age]=lt:10

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field assignedenduser.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[assignedenduser]=eq:example_value

filter[assignedenduser]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field configuredbackup.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[configuredbackup]=eq:example_value

filter[configuredbackup]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field hasscalepadwarranty.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[hasscalepadwarranty]=eq:example_value

filter[hasscalepadwarranty]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field initiativecount.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[initiativecount]=eq:example_value

filter[initiativecount]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field installedsoftware.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[installedsoftware]=eq:example_value

filter[installedsoftware]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field installedsoftwarecategory.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[installedsoftwarecategory]=eq:example_value

filter[installedsoftwarecategory]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field integrationsources.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[integrationsources]=eq:example_value

filter[integrationsources]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field manufacturer.name.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[manufacturer.name]=eq:example_value

filter[manufacturer.name]=in:example_value_1,example_value_2

string
^(eq|gt|gte|lt|lte):.+$

Filters records by using an operator-prefixed numeric value on the field memory.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, gt, gte, lt, lte.

Query examples:

filter[memory]=gte:1

filter[memory]=lt:10

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field processor.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[processor]=eq:example_value

filter[processor]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field site.id.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[site.id]=eq:example_value

filter[site.id]=in:example_value_1,example_value_2

string
^(eq|gt|gte|lt|lte):.+$

Filters records by using an operator-prefixed numeric value on the field storage.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, gt, gte, lt, lte.

Query examples:

filter[storage]=gte:1

filter[storage]=lt:10

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field type.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[type]=eq:example_value

filter[type]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field unsupportedoperatingsystem.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[unsupportedoperatingsystem]=eq:example_value

filter[unsupportedoperatingsystem]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field warranty.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[warranty]=eq:example_value

filter[warranty]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field warrantycoverage.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[warrantycoverage]=eq:example_value

filter[warrantycoverage]=in:example_value_1,example_value_2

string
^(eq|in):.+$

Filters records by using an operator-prefixed value on the field windows11cpucompatibility.

Supported values depend on console availability for the authenticated account or requested client.

Supported operators: eq, in.

Query examples:

filter[windows11cpucompatibility]=eq:example_value

filter[windows11cpucompatibility]=in:example_value_1,example_value_2

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json