---
title: "Returns a list of company's Analysis Categories. Supports OData querying protocol.
Filtering is allowed by \"categoryTypeId\" field.
Ordering is allowed by \"id\" and \"orderIndex\" fields."
method: GET
path: "/v1/analysisCategories"
tags: ["AnalysisCategories"]
---

# Returns a list of company's Analysis Categories. Supports OData querying protocol.
Filtering is allowed by "categoryTypeId" field.
Ordering is allowed by "id" and "orderIndex" fields.

`GET /v1/analysisCategories`

## Response `200`

OK

- PageResultAnalysisCategoryDto
  - `Items` AnalysisCategoryDto[]
    - `id` integer
    - `description` string
    - `orderIndex` integer
    - `categoryTypeId` integer
    - `accountId` integer
    - `accountCode` string
  - `NextPageLink` string
  - `Count` integer

---

[API](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/e1d97979e906/schema)
