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

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

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

Lists all fields in a Cases domain.

## Path parameters

- `domainId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListFieldsResponse
  - `fields` FieldSummary[], required — List of detailed field information.
    - `fieldId` string, required — The unique identifier of a field.
    - `fieldArn` string, required — The Amazon Resource Name (ARN) of the field.
    - `name` string, required — Name of the field.
    - `type` 'Text' | 'Number' | 'Boolean' | 'DateTime' | 'SingleSelect' | 'Url' | 'User', required — The type of a field.
    - `namespace` 'System' | 'Custom', required — The namespace of a field.
    - `attributes` object — Union of field attributes.
      - `text` object — Field attributes for Text field type.
        - `isMultiline` boolean, required — Attribute that defines rendering component and validation.
  - `nextToken` string — The token for the next set of results. This is null if there are no more results to return.

## 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)
