List Employee Assets
list_assetsRetrieve company assets allocated to employees, including serial numbers, allocation and return dates, and attachments. Filter by employee, asset type, department, or date ranges.
Instructions
Get company assets allocated to employees (e.g. phones, laptops), including identifiers, serial numbers, allocation/return dates and attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee | No | Employee code to only return records for that particular employee | |
| asset_type | No | Select only assets which have this type | |
| department | No | One or more department names (separated by commas) to filter by | |
| in_date_to | No | Only assets returned to the company on/before this date (format yyyy-mm-dd) | |
| description | No | Return only assets with this partial text within the description field | |
| max_records | No | Optional client-side limit on the number of records returned. Use to keep responses small when exploring data; the API itself does not paginate. | |
| out_date_to | No | Only assets allocated to the employee on/before this date (format yyyy-mm-dd) | |
| in_date_from | No | Only assets returned to the company on/after this date (format yyyy-mm-dd) | |
| out_date_from | No | Only assets allocated to the employee on/after this date (format yyyy-mm-dd) | |
| serial_number | No | Return only assets which have this text within the serial number field | |
| asset_identifier | No | Return only assets which have this text within the identifier field |