Get Fixed Assets
Fixed Assets API
List Fixed Assets
Retrieve a list of fixed assets with filtering and pagination
GET
Get Fixed Assets
List Fixed Assets
This endpoint allows you to retrieve a list of fixed assets for a company with optional filtering and pagination.Headers
Query Parameters
Parameter Examples
- Basic request:
GET /fixed-assets?company_id=64b8f1a2e4b0c8d9f0123456 - With pagination:
GET /fixed-assets?company_id=64b8f1a2e4b0c8d9f0123456&skip=0&limit=10 - With search:
GET /fixed-assets?company_id=64b8f1a2e4b0c8d9f0123456&search=computer - With sorting:
GET /fixed-assets?company_id=64b8f1a2e4b0c8d9f0123456&sort=created_at&order=desc - With cost filter:
GET /fixed-assets?company_id=64b8f1a2e4b0c8d9f0123456&cost=cost_value&cost_value=1000&end_cost_value=2000
Response
Response Parameters
Fixed Asset Object Parameters
Error Responses
Invalid Request (400)
Unauthorized (401)
Company Not Found (404)
Internal Server Error (500)
Notes
- The
company_idparameter is required for all requests - Pagination parameters (
skipandlimit) are optional but recommended for large datasets - Search functionality works across title and description fields
- Timestamp filters should be provided in Unix timestamp format
- Cost and salvage value filters support range queries using
_valueandend_parameters
Authorizations
Formation API key for authentication.
Query Parameters
Company ID
Number of records to skip
Number of records to return
Search term
Sort field
Sort order (asc/desc)
Available options:
asc, desc Fixed asset number filter
Fixed asset number value
Title filter
Title value
Placed in service filter
Placed in service value (timestamp)
End placed in service value (timestamp)
Cost filter
Cost value
End cost value
Salvage value filter
Salvage value
End salvage value
Business use filter
Business use value
End business use value
Created at filter
Created at value (timestamp)
End date value (timestamp)