Get FalconNgsCaseField - CrowdStrike/psfalcon GitHub Wiki

Get-FalconNgsCaseField

SYNOPSIS

Search for Falcon NGSIEM case fields

DESCRIPTION

Requires 'Case Templates: Read'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Id String[] Field identifier X X
Filter String Falcon Query Language expression to limit results
Limit Int32 Maximum number of results per request
Offset Int32 Position to begin retrieving results
Detailed Switch Retrieve detailed information
All Switch Repeat requests until all available results are retrieved
Total Switch Display total result count instead of results

SYNTAX

Get-FalconNgsCaseField [[-Filter] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconNgsCaseField -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

GET /casemgmt/entities/fields/v1
GET /casemgmt/queries/fields/v1

falconpy

queries_fields_get_v1
entities_fields_get_v1

USAGE

2025-08-11: PSFalcon v2.2.9

⚠️ **GitHub.com Fallback** ⚠️