---
title: "Get DCI summary table details"
method: GET
path: "/v1/dci-summary-tables/{table-id}"
tags: ["DCI Summary Tables"]
---

# Get DCI summary table details

`GET /v1/dci-summary-tables/{table-id}`

Retrieve full details of a specific DCI summary table including columns and filter. Requires MANAGE_SUMMARY_TBLS access right.

## Path parameters

- `table-id` integer, required

## Response `200`

Summary table details retrieved successfully

- SummaryTableDetails — Full DCI summary table definition
  - `id` integer — Summary table ID
  - `guid` string, uuid — Summary table GUID
  - `menuPath` string — Menu path for the summary table
  - `title` string — Summary table title
  - `flags` integer — Summary table flags
  - `nodeFilter` string — NXSL filter script source
  - `tableDciName` string — Table DCI name (for table-based summary tables)
  - `columns` SummaryTableColumn[] — Column definitions
    - `name` string — Column display name
    - `dciName` string — DCI name to collect data from
    - `flags` integer — Column flags
    - `separator` string — Multi-value separator (default ";")
  - `acl` integer[] — IDs of users and groups allowed to use this summary table

## Other responses

- `400` — Invalid summary table ID
- `401` — Unauthorized
- `403` — User does not have MANAGE_SUMMARY_TBLS access right
- `404` — Summary table not found
- `500` — Database failure

## Changes

- **2026-09-04** `d69f2d84d4c3` — 1 info
  - added the optional property `acl` to the response with the `200` status

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/dci-summary-tables/:table-id/get.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc.dev/netxms/apis/netxms-api/revisions/8bda44a3ac0b?raw)
