Assets List

Retrieve a paginated list of all assets associated with the company.

GET
/api/v1/assets

Description

Retrieves a paginated list of all assets associated with the company. Each page contains up to 10 records by default. You can apply filters such as serialNumber and assetId to narrow down the results. Each asset object includes an AssignedUser object, which contains the name and email of the user to whom the device is assigned. If the device is unassigned, the AssignedUser object will be null.

Request

Query Parameters

ParameterTypeRequiredDescription
pagenumberNoSpecifies the page number for pagination. Default is 1.
serialNumberstringNo(Optional) Filters assets by serial number.
assetIdstringNo(Optional) Filters assets by ID.
asset_numberstringNo(Optional) Filters assets by number.

Related Endpoints

Did this page help you?