---
title: "Custom fields detailed report"
method: GET
path: "/v2/queries/custom-fields-detailed"
tags: ["queries"]
---

# Custom fields detailed report

`GET /v2/queries/custom-fields-detailed`

Returns Custom Fields report with additional information about each field

## Query parameters

- `df` string
- `cursor` string
- `pageSize` integer
- `updatedAfter` string
- `fields` string
- `showSecureValues` boolean

## Response `default`

default response

- object
  - `cursor` object
    - `name` string
    - `offset` integer
    - `count` integer
    - `expires` number, double
  - `results` object[]
    - `deviceId` integer — Entity identifier
    - `entityType` 'NODE' | 'END_USER' | 'LOCATION' | 'ORGANIZATION' | 'GLOBAL' — Defines what entity types can use this custom field definition
    - `fields` object[] — Field values
      - `name` string — Field name
      - `value` object — Field Value
      - `updated` number, double — Last field update timestamp
      - `updatedBy` object — Value source (who/what updated the value)
        - `source` 'API' | 'USER' | 'SCRIPT' | 'SYSTEM'
        - `user` object
          - `id` integer
          - `name` string
          - `email` string
      - `updateTime` number, double
    - `entityId` integer

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
