---
title: "Categories list."
method: GET
path: "/rest/api/warehouse/category/"
tags: ["Warehouse"]
---

# Categories list.

`GET /rest/api/warehouse/category/`

## Query parameters

- `id` integer — Internal Apilo Id for category
- `offset` integer — Position indicator (0-beginning, 1-skips one record, 256 - skips 256 records)
- `limit` integer — Limit of returned results, max 512 records

## Response `200`

Returns simple list of categories

- object — This object represents list response.
  - `categories` RestCategoryDTO[]
    - `id` integer — Internal Id
    - `name` string — Category name
    - `parentIds` integer[] — Parent ids array
  - `totalCount` integer — Number of matching results
  - `currentOffset` integer — Current list offset
  - `pageResultCount` integer — Number of results per page

---

[API](https://skmtc.dev/apilo/apis/apilo-rest-api.md) · [All operations](https://skmtc.dev/apilo/apis/apilo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apilo/apilo-rest-api/revisions/a0f9dcdba6cc/schema)
