{ "sections": [ "title", "description", "fields", "usage", "wsdl_segment", "field_reference" ], "title": "ListView - Data API", "description": "Represents a list view. A list view shows a set of records for an object, based on specific criteria. This object is available in API version 32.0 and later.", "fields_columns": [ "description" ], "fields": { "DeveloperName": { "description": "Properties: Filter, Group, Sort; The fully qualified developer name of the list view." }, "IsSoqlCompatible": { "description": "Properties: Defaulted on create, Filter, Group, Sort; Whether the list view can be used with SOQL.." }, "LastModifiedById": { "description": "Properties: Filter, Sort; The ID of the user who last modified the list view." }, "LastReferencedDate": { "description": "Properties: Filter, Nillable, Sort; The date and time when the list view was last referenced, with a precision of one second." }, "LastViewedDate": { "description": "Properties: Filter, Nillable, Sort; The date and time when the list view was last viewed, with a precision of one second." }, "Name": { "description": "Properties: Filter, Group, idLookup, Sort; The name of the list view." }, "NamespacePrefix": { "description": "Properties: Filter, Group, Nillable, Sort; The namespace of the list view." }, "SobjectType": { "description": "Properties: Filter, Group, Nillable, Restricted picklist, Sort; The API name of the sObject for the list view." } }, "usage": "Use this object to retrieve the metadata for a pipeline inspection view.", "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n```", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "DeveloperName": { "field_label": "View Unique Name", "type": "string", "length": "80" }, "Id": { "field_label": "List View ID", "type": "id", "length": "18" }, "IsSoqlCompatible": { "field_label": "Is SOQL Compatible", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LastReferencedDate": { "field_label": "Last Referenced Date", "type": "datetime" }, "LastViewedDate": { "field_label": "Last Viewed Date", "type": "datetime" }, "Name": { "field_label": "View Name", "type": "string", "length": "40" }, "NamespacePrefix": { "field_label": "Namespace Prefix", "type": "string", "length": "15" }, "SobjectType": { "field_label": "Custom Object Definition ID", "type": "picklist", "length": "40" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }