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


## Description

> Macro (excerpt)
> 
> Gets the field configs for a given id

Gets the field configs for a given id

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

## Parameters

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

## Return Type

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

Returns the field configuration for a given id

## See also

> Macro (contentbylabel)