List Assets
Endpoint used to list asset resources
Query
Filter assets by custom field value. Your query parameter should be your custom field name. (ie: To filter by a custom field named "Industry" with the value "Construction", you would do this "/assets?Industry=Construction").
Array of strings (Expand specific fields in the request) Items Enum: "asset_types" "barcode" "depreciation" "extra_fields" "status" "team_ids" "vendor_ids" To expand multiple fields: expand=barcode&expand=team_ids
Sort field, for example updatedAt or -updatedAt.
Filter assets by manufacturer.
Filter assets by model.
Filter assets updated at or after this timestamp.
Filter assets updated at or before this timestamp.
Filter assets created at or after this timestamp.
Filter assets created at or before this timestamp.
RSQL expression used to filter list results.
Maximum number of rows to return.
Number of rows to skip.
Comma-separated sort fields; prefix with - for descending.
Comma-separated response fields to include.