---
title: "Search report categories"
method: GET
path: "/v1/ReportCategories"
tags: ["ReportCategories"]
---

# Search report categories

`GET /v1/ReportCategories`

Search for one or more report categories.

## Query parameters

- `search.report_category_id` integer[]
- `search.description` string[]
- `search.order_index` integer[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsReportCategory
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsReportCategory[] — List of records returned.
    - `report_category_id` integer — Primary identifier for this report category.
    - `description` string — Short description of this category (i.e. the name).
    - `order_index` integer — An index value used for sequencing, lowest shown first.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string

## Other responses

- `500` — InternalServerError

---

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