Salesforce · Example Payload

Salesforce Get Lookup Field Suggestions Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Get Lookup Field Suggestions Example is an example object payload from Salesforce, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

lookupResultsmetadata

Example Payload

Raw ↑
{
  "lookupResults": {
    "Account": {
      "count": 42,
      "currentPageToken": "CAUQAA",
      "currentPageUrl": "https://www.example.com",
      "nextPageToken": "CAUQAA",
      "nextPageUrl": "https://www.example.com",
      "previousPageToken": "CAUQAA",
      "previousPageUrl": "https://www.example.com",
      "records": []
    }
  },
  "metadata": {
    "Account": {
      "fieldApiName": "example_value",
      "objectApiName": "example_value",
      "secondaryField": "example_value",
      "targetInfo": "example_value"
    }
  }
}