---
title: "admGetAllFieldConfigItems"
canonical: "https://support.appfire.com/space/PSJC/862224438/admGetAllFieldConfigItems"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Gets all the field configuration items

Gets all the field configuration items (actual fields, with required and hidden flags)

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetAllFieldConfigItems(fieldConfigId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [allFieldConfigItems(fieldConfigId)] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| fieldConfigId | int | Yes | Id of the field configuration |

## Return Type

**[JFieldConfigurationItem []](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/435028065)**

Returns the items in the field configuration

## See also

> Macro (contentbylabel)