---
title: "List Natures"
method: GET
path: "/cleemy-procurement/api/natures"
tags: ["Natures"]
---

# List Natures

`GET /cleemy-procurement/api/natures`

List natures.

## Query parameters

- `fields.root` 'count'
- `page` integer
- `limit` integer

## Response `200`

OK

- object
  - `items` Nature[], required
    - `id` integer
    - `name` string
    - `costFamily` object, nullable — **Read-only.** Cost family of this nature.
      - `id` integer
      - `name` string
    - `costFamilyId` integer, nullable — **Write-only.** ID of the cost family.
    - `state` 'Enabled' | 'Disabled'
    - `accountingPlans` object[] — Accounting plans for this nature.
      - `id` integer
      - `chargeAccount` string, nullable
  - `prev` union
    - string
    - integer
  - `next` union
    - string
    - integer
  - `count` integer

---

[API](https://skmtc.net/luccasoftware/apis/lucca-expenses.md) · [All operations](https://skmtc.net/luccasoftware/apis/lucca-expenses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luccasoftware/lucca-expenses/revisions/110f9897756c/schema)
