GuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Return all Inventory Preload records

Returns all Inventory Preload records.

Query Params
integer
Defaults to 0
integer
Defaults to 100
sort
array of strings
Defaults to id:asc

Sorting criteria in the format: property:asc/desc. Default sort is id:asc. Multiple sort criteria are supported and must be separated with a comma. All inventory preload fields are supported, however fields added by extension attributes are not supported. If sorting by deviceType, use 0 for Computer and 1 for Mobile Device.

Example: sort=date:desc,name:asc.

sort
string

Allowing to filter inventory preload records. Default search is empty query - returning all results for the requested page. All inventory preload fields are supported, however fields added by extension attributes are not supported. If filtering by deviceType, use 0 for Computer and 1 for Mobile Device.

Query in the RSQL format, allowing ==, !=, >, <, and =in=.

Example: filter=categoryName=="Category"

Response

Language
Credentials
Response
Choose an example:
application/json