Salesforce · Example Payload

Salesforce Get List View Metadataby Api Name Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Get List View Metadataby Api Name Example is an example object payload from Salesforce, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cloneablecreateabledeletabledisplayColumnsfilterLogicStringfilteredByInfohasMassActionsinlineEditDetailslabellistReferencelistSharesobjectApiNamesorderedByInfoscopeupdateableuserPreferencesvisibilityvisibilityEditable

Example Payload

Raw ↑
{
  "cloneable": true,
  "createable": true,
  "deletable": true,
  "displayColumns": [],
  "filterLogicString": "example_value",
  "filteredByInfo": [],
  "hasMassActions": true,
  "inlineEditDetails": "example_value",
  "label": "Example Title",
  "listReference": {
    "id": "abc123",
    "listViewApiName": "example_value",
    "objectApiName": "example_value",
    "type": "example_value"
  },
  "listShares": "example_value",
  "objectApiNames": [],
  "orderedByInfo": [],
  "scope": "example_value",
  "updateable": true,
  "userPreferences": {
    "columnWidths": "500123",
    "columnWrap": {
      "Site": true,
      "Type": true,
      "BillingCountry": 42,
      "Owner.Alias": true,
      "Phone": true,
      "Name": "Example Title"
    }
  },
  "visibility": "example_value",
  "visibilityEditable": true
}