{ "sections": [ "title", "description", "supported_soap_calls", "supported_rest_api_http_methods", "fields", "wsdl_segment" ], "title": "CompactLayoutItemInfo - Tooling API", "description": "Represents a field selected for a compact layout, and the order of that field in the compact layout.", "supported_soap_calls": "`query()`", "supported_rest_api_http_methods": "`GET`", "fields_columns": [ "type", "properties", "description" ], "fields": { "CompactLayoutInfo": { "type": "CompactLayoutInfo", "properties": "Filter, Group, Nillable, Sort", "description": "The compact layout associated with this CompactLayoutItemInfo." }, "CompactLayoutInfoId": { "type": "Id", "properties": "Filter, Group, Nillable, Sort", "description": "ID of the compact layout associated with this field." }, "DurableId": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "This field reserved for future use. Do not use." }, "FieldDefinition": { "type": "FieldDefinition", "properties": "Filter, Group, Nillable, Sort", "description": "The definition of this field.", "required": true }, "FieldDefinitionId": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "ID of this field.", "required": true }, "SortOrder": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "The order of the field in the compact layout. 1 is first." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n```" }