---
title: "Force poll DCI"
method: POST
path: "/objects/{object-id}/data-collection/{dci-id}/force-poll"
tags: ["Data Collection"]
---

# Force poll DCI

`POST /objects/{object-id}/data-collection/{dci-id}/force-poll`

Initiates an immediate poll for the specified DCI

## Path parameters

- `object-id` string, required
- `dci-id` string, required

## Request body

- object

## Response `200`

Poll initiated

## Other responses

- `401` — Access denied

## Changes

- **2026-01-30** `32f48ec94aec` — 7 info
  - api operation id `forecPollDci` removed and replaced with `forcePollDci`
  - api tag `Data Collection` added
  - api tag `Data collection` removed
  - request body became optional
  - …3 more
- **2023-02-28** `910d3ad08e09` — 2 info
  - api operation id `forecPollDci` was added
  - added the non-success response with the status `401`
- **2023-02-23** `34452822e5c6` — 1 warning
  - deleted the `path` request parameter `dci-id`
- **2023-02-23** `1026ff73d141` — 1 breaking, 1 warning
  - added the new path request parameter `dci-id`
  - deleted the `path` request parameter `dci-id`
- **2023-02-23** `9c09a2aad349` — 3 breaking, 4 info
  - added the new path request parameter `dci-id`
  - request body became required
  - for the `path` request parameter `dci-id`, the type/format was changed from `string`/`` to `integer`/``
  - api operation id `forcePollDci` removed and replaced with ``
  - …3 more

[Change history](https://skmtc.dev/netxms/apis/netxms-rest-api/changes/objects/:object-id/data-collection/:dci-id/force-poll/post.md)

---

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