# Fields Object

> Source: https://truto.one/docs/api-reference/unified-hris-api/fields/

Schema for the `Fields` resource in **Unified HRIS API**.

## Properties

- **`id`** _(string, required)_
  The unique identifier for the field
- **`name`** _(string)_
  The name of the field
- **`label`** _(string)_
  The descriptive label of the field
- **`entity_type`** _(string)_
  The entity name the field belongs to
- **`created_at`** _(string)_
  This represents the date when the field was created
- **`updated_at`** _(string)_
  This represents the date when the field was updated
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/hris/fields](/docs/api-reference/unified-hris-api/fields/list) — List Fields
