List DepreciationsAsk AIget https://app.bluetallyapp.com/api/v1/depreciationsReturns all depreciations.Query Paramstenant_idint32The ID of the tenant the API request is for (for users with multi-tenancy enabled)limitint32Defaults to 50The maximum number of entries to return.sortstringDefaults to nameThe column to sort the results by. Options: { created_at, updated_at, name, months, minimum_value }orderstringDefaults to ascThe order to sort the results by. Options: { asc, desc }offsetint32Defaults to 0Offset the results by a number.nameint32The exact search for minimum value after depreciation.monthsint32The exact search for number of months.Response 200200Updated 10 months ago