Retrieves assets.Ask AIget https://asset-management.api.eu1.scalar.zf.com/v1/assetsRetrieves a list of assets.Query Paramslimitinteger | null1 to 250Defaults to 100Optional parameter to represent a limit of the number of objects can be returned. Limit can range between 1 and 250. The default value is 100.offsetinteger | null≥ 0Defaults to 0Optional parameter to define your place in the list. It can be used to skip the 'n' first results. The default value is 0.assetTypesstringOptional parameter to specify the type of asset IDs you want to retrieve, as shown in example. The values must be comma separated.Responses 200Success code. Returns a list of assets. If no more assets are available, the resulting array will be empty. 400Failure code. The request was unacceptable, parameters are invalid. 401Unauthorized access. 429Too many requests. 500Failure code. Indicates an internal server error (unhandled exception).Updated 5 months ago