---
title: "Retrieves a list of reports relevant to the specified area. See api/staticdata/ReportArea for possible values."
method: GET
path: "/api/reports/area/{areaId}"
tags: ["Reports"]
---

# Retrieves a list of reports relevant to the specified area. See api/staticdata/ReportArea for possible values.

`GET /api/reports/area/{areaId}`

## Path parameters

- `areaId` integer, required

## Response `200`

OK

- IntectReport[]
  - `AreaId` integer, nullable
  - `CategoryId` integer, nullable
  - `Parameters` string
  - `SupportedFormats` string[]
  - `ExcludeColumns` string[]
  - `ExcludeColumnsPdf` string[]
  - `PortraitOrientation` boolean
  - `HaveSums` boolean
  - `ShowInReportsTab` boolean
  - `RelevantCountries` IntectCountry[]
    - `IsSupported` boolean
    - `DefaultLanguageId` integer
    - `ReleaseNoteLink` string
    - `GetHelpOnlineLink` string
    - `OperatingStatus` string
    - `StaticDataId` integer
    - `Key` string
    - `Id` integer
    - `Name` string
    - `Description` string
    - `SortKey` string
  - `RequiredRoleId` integer
  - `BackendKey` string
  - `StaticDataId` integer
  - `Key` string
  - `Id` integer
  - `Name` string
  - `Description` string
  - `SortKey` string

---

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