Salesforce · Example Payload

Salesforce Successful File Shares Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Successful File Shares Example is an example object payload from Salesforce, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

currentPageUrllinkSharenextPageUrlpreviousPageUrlshares

Example Payload

Raw ↑
{
  "currentPageUrl": "https://www.example.com",
  "linkShare": "example_value",
  "nextPageUrl": "https://www.example.com",
  "previousPageUrl": "https://www.example.com",
  "shares": []
}