Skip to main content

Custom Fields Schema

Generated Cmdlet Help

This page has been generated from the NinjaOne PowerShell module source. To make changes please edit the appropriate PowerShell source file.

SYNOPSIS

Gets custom fields with pagination.

SYNTAX

Get-NinjaOneCustomFieldsSchema [[-CursorName] <String>] [[-PageSize] <Int32>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Retrieves custom fields (node attributes) with pagination support from the NinjaOne v2 API.

EXAMPLES

EXAMPLE 1

Get-NinjaOneCustomFieldsSchema

Gets custom fields with default pagination.

PARAMETERS

-CursorName

Pagination cursor

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-PageSize

Page size

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: 0
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

A PowerShell object containing the custom fields.

NOTES

https://docs.homotechsual.dev/modules/ninjaone/commandlets/Get/customfields-schema