---
title: "List Fixed Asset Automations"
method: GET
path: "/coa/api/fixed-asset-automation/"
tags: ["Core Accounting"]
---

# List Fixed Asset Automations

`GET /coa/api/fixed-asset-automation/`

List all automation rules or create a new one.
GET /api/fixed-asset-automation/
POST /api/fixed-asset-automation/

## Query parameters

- `limit` integer
- `offset` integer
- `ordering` string
- `search` string

## Response `200`

- PaginatedFixedAssetAutomationRuleList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` FixedAssetAutomationRule[], required
    - `id` integer, required
    - `name` string, required — Descriptive name for this rule
    - `entity` integer, required — Entity this rule applies to (determines book currency)
    - `entity_name` string, required
    - `currency` string, required — Book currency from entity (auto-populated)
    - `account` integer, required — Create assets when transactions are posted to this account
    - `account_name` string, required
    - `account_number` string, required
    - `amount_threshold` number, double, required — Minimum transaction amount in book currency (materiality threshold)
    - `asset_class` integer, required — Asset class to use for created assets
    - `asset_class_name` string, required
    - `needs_review` boolean — If true, queue assets for review before creation
    - `forward_looking` boolean — Only apply to transactions created after this rule
    - `created_at` string, date-time, required
    - `last_modified_at` string, date-time, required

---

[API](https://skmtc.net/campfire/apis/campfire-developer-apis.md) · [All operations](https://skmtc.net/campfire/apis/campfire-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/campfire/campfire-developer-apis/versions/6945ebc3180e/schema)
