---
title: "List Accounting Software Objects"
method: GET
path: "/v1/accounting-software/objects/{ledger_object}"
tags: ["Accounting Software Integration"]
---

# List Accounting Software Objects

`GET /v1/accounting-software/objects/{ledger_object}`

Retrieve `AccountingSoftwareObjects` of a given type. Use the optional `search` parameter to filter results.

## Path parameters

- `ledger_object` 'accounting-periods' | 'accounts' | 'amortization_templates' | 'classes' | 'contracts' | 'departments' | 'employees' | 'items' | 'locations' | 'projects' | 'tasks' | 'tax-codes' | 'warehouses', required — All the possible Accounting Software object types for the `/v1/accounting-software/objects` endpoint.

## Query parameters

- `search` string

## Response `200`

OK

- AccountingSoftwareAccountingSoftwareObjectList
  - `object` 'List', required — The object’s type (`List`).
  - `links` SharedListLinks, required — Related links.
    - `self` string, uri-reference, required — Link to this object.
    - `next` string, uri, nullable — Link to the next page of results.
    - `prev` string, uri, nullable — Link to the previous page of results.
  - `results` AccountingSoftwareAccountingSoftwareObject[], required
    - `id` string — The Accounting Software object's ID.
    - `name` string — The Accounting Software object's name.
    - `code` string — The Accounting Software object's code.
    - `object` 'AccountingSoftwareObject' — The Accounting Software object's type.

---

[API](https://skmtc.net/routable/apis/routable-api.md) · [All operations](https://skmtc.net/routable/apis/routable-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routable/routable-api/revisions/9f17a8bc982a/schema)
