---
title: "POST /domains/{domainId}/fields-batch"
method: POST
path: "/domains/{domainId}/fields-batch"
---

# POST /domains/{domainId}/fields-batch

`POST /domains/{domainId}/fields-batch`

Returns the description for the list of fields in the request parameters.

## Path parameters

- `domainId` string, required

## Request body

- object
  - `fields` FieldIdentifier[], required — A list of unique field identifiers.
    - `id` string, required — Unique identifier of a field.

## Response `200`

Success

- BatchGetFieldResponse
  - `fields` GetFieldResponse[], required — A list of detailed field information.
    - `fieldId` string, required — Unique identifier of the field.
    - `name` string, required — Name of the field.
    - `fieldArn` string, required — The Amazon Resource Name (ARN) of the field.
    - `description` string — Description of the field.
    - `type` 'Text' | 'Number' | 'Boolean' | 'DateTime' | 'SingleSelect' | 'Url' | 'User', required — Type of the field.
    - `namespace` 'System' | 'Custom', required — Namespace of the field.
    - `tags` object — A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
    - `deleted` boolean — Denotes whether or not the resource has been deleted.
    - `createdTime` string, date-time — Timestamp at which the resource was created.
    - `lastModifiedTime` string, date-time — Timestamp at which the resource was created or last modified.
    - `attributes` object — Union of field attributes.
      - `text` object — Field attributes for Text field type.
        - `isMultiline` boolean, required — Attribute that defines rendering component and validation.
  - `errors` FieldError[], required — A list of field errors.
    - `id` string, required — The field identifier that caused the error.
    - `errorCode` string, required — The error code from getting a field.
    - `message` string — The error message from getting a field.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/connectcases.md) · [All operations](https://skmtc.net/aws/apis/connectcases/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/connectcases/versions/2533502f9155/schema)
