post https://api.safetyculture.io/assets/v1/assets/list
Returns all assets in your organization based on the filters you specify.
Filter options
Describes the filter options for the list assets endpoint.
Please take note of the following behaviors with AND/OR operators.
- The AND operator will be used if multiple filters are applied using different filter objects. For example, applying a status filter and an asset type filter will return assets that match both conditions.
- The OR operator will be used if multiple filters are applied using the same filter object. For example, applying two or more asset type filters will return assets from each of the asset type.
Sorting options
Describes the sorting options for the list assets endpoint. By default, assets are sorted by creation date from the most recent to the least recent.