- style
List Assets
Under Construction
The assets endpoints and documentation is still under construction.
The following endpoint can be used to retrieve an array of assets.
GET /assetsParameters
Table of allowed parameters.
_fields | partial string | Allows you to specify optional fields and linked objects to include in the response. Please see get asset for information on what default and optional fields are available. |
|---|---|---|
_filters | partial string | Allows you to filter what assets you want to return. See "Filters" below for a list of available filters. |
Handling the response
Please see Get Asset on how to handle the response.
Filters
Type | Fields | Example | Description |
|---|---|---|---|
IN | id, standing, type_id, affiliation_id, manager_id and address_id |
| The IN filter can be used to match items that match or do not match one of the given values. |
AGAINST | - |
| The against filter can be used to get assets against the given objects. |
SEARCH | - |
| Search assets with a given string query. |
RANGE | id, type_id, affiliation_id, manager_id, address_id |
| Filter assets by numerical ranges. |
DATE | date_created | " | Filter assets by the date they were created |
ORDER | id, date_created and standing |
| Order the assets returned by a given value and direction |