---
title: "GET /v{version}/Layouts/{entityName}"
method: GET
path: "/v{version}/Layouts/{entityName}"
tags: ["Layouts"]
---

# GET /v{version}/Layouts/{entityName}

`GET /v{version}/Layouts/{entityName}`

## Path parameters

- `entityName` string, required
- `version` string, required

## Query parameters

- `roleId` integer

## Headers

- `company-id` string, required

## Response `200`

Success

- CustomizationsContractsModelsLayout
  - `layoutId` integer
  - `entityName` string, nullable
  - `roleId` integer, nullable
  - `isLeftSectionVisible` boolean
  - `isRightSectionVisible` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time, nullable
  - `sections` CustomizationsContractsModelsSection[], nullable
    - `sectionId` integer
    - `layoutId` integer
    - `sectionName` string, nullable
    - `isVisible` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time, nullable
    - `cards` CustomizationsContractsModelsCard[], nullable
      - `cardId` integer
      - `sectionId` integer
      - `cardName` string, nullable
      - `componentName` string, nullable
      - `configuration` string, nullable
      - `createdAt` string, date-time
      - `updatedAt` string, date-time, nullable

---

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