Salesforce · Example Payload

Salesforce Capabilities6 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

editstatusupDownVoteverified

Example Payload

Raw ↑
{
  "edit": {
    "isEditRestricted": true,
    "isEditableByMeUrl": "https://www.example.com",
    "lastEditedBy": "example_value",
    "lastEditedDate": "example_value",
    "latestRevision": 10,
    "relativeLastEditedDate": "example_value"
  },
  "status": {
    "feedEntityStatus": "example_value",
    "isApprovableByMe": true
  },
  "upDownVote": {
    "downVoteCount": 42,
    "myVote": "example_value",
    "upVoteCount": 42
  },
  "verified": {
    "isVerifiableByMe": true,
    "isVerified": true,
    "isVerifiedByAnonymized": "example_value",
    "lastVerifiedByUser": "example_value",
    "lastVerifiedDate": "example_value"
  }
}