# Retrieve By Id Layouts Get Layouts By Id Endpoint: GET /rest/2.0/ENTITY_LAYOUT/{id} Version: 1.0 Security: JWT ## Path parameters: - `id` (integer, required) Id of the record ## Header parameters: - `sessionId` (string, required) ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.HideActionsColumnFlag` (integer) Hide Actions Column: Hide Actions Column for Lists - `retrieveResponse.ListLayoutLabelField` (string) List Layout Label Field - `retrieveResponse.ExpandTreeFlag` (integer) Expand tree by default: Expand tree - `retrieveResponse.FormType` (string) Layout Type: Web Type Name - `retrieveResponse.DefaultFlag` (integer) Default: Default Layout Flag - `retrieveResponse.DefaultLayoutView` (string) Default Layout - `retrieveResponse.FormLayout` (string) Layout Name: Web Form Layout Name - `retrieveResponse.LayoutName` (string) LayoutName - `retrieveResponse.Id` (string) Id: Layout ID - `retrieveResponse.EntityId` (integer) EntityId - `retrieveResponse.FormAction` (string) FormAction: Web Form Action - `retrieveResponse.ParentKeyName` (string) ParentKeyName - `retrieveResponse.FormJavascript` (string) FormJavascript: Web Form Javascript - `retrieveResponse.ExternalKey` (string) ExternalKey: Combined with parent and uniq keys field - `retrieveResponse.DomainId` (integer) DomainId ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error