---
title: "POST /domains/{domainId}/layouts/{layoutId}"
method: POST
path: "/domains/{domainId}/layouts/{layoutId}"
---

# POST /domains/{domainId}/layouts/{layoutId}

`POST /domains/{domainId}/layouts/{layoutId}`

Returns the details for the requested layout.

## Path parameters

- `domainId` string, required
- `layoutId` string, required

## Response `200`

Success

- GetLayoutResponse
  - `layoutId` string, required — The unique identifier of the layout.
  - `layoutArn` string, required — The Amazon Resource Name (ARN) of the newly created layout.
  - `name` string, required — The name of the layout. It must be unique.
  - `content` object, required — Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
    - `basic` object — Content specific to <code>BasicLayout</code> type. It configures fields in the top panel and More Info tab of Cases user interface.
      - `topPanel` object — This represents sections in a panel of the page layout.
        - `sections` Section[] — Ordered list containing different kinds of sections that can be added.
          - `fieldGroup` object — Consists of a group of fields and associated properties.
            - `name` string — Name of the field group.
            - `fields` FieldItem[], required — Represents an ordered list containing field related information.
              - …
      - `moreInfo` object — This represents sections in a tab of the page layout.
        - `sections` Section[] — Ordered list containing different kinds of sections that can be added.
          - `fieldGroup` object — Consists of a group of fields and associated properties.
            - `name` string — Name of the field group.
            - `fields` FieldItem[], required — Represents an ordered list containing field related information.
              - …
  - `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.

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