Salesforce · Example Payload

Salesforce Get Sandbox Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesIdIsDeletedCreatedDateCreatedByIdLastModifiedDateLastModifiedByIdSystemModstampSandboxNameLicenseTypeTemplateIdHistoryDaysCopyChatterAutoActivateApexClassIdDescriptionSourceId

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "url": "https://www.example.com"
  },
  "Id": "abc123",
  "IsDeleted": true,
  "CreatedDate": "example_value",
  "CreatedById": "500123",
  "LastModifiedDate": "example_value",
  "LastModifiedById": "500123",
  "SystemModstamp": "example_value",
  "SandboxName": "example_value",
  "LicenseType": "example_value",
  "TemplateId": "500123",
  "HistoryDays": 10,
  "CopyChatter": true,
  "AutoActivate": true,
  "ApexClassId": "500123",
  "Description": "A sample description.",
  "SourceId": "500123"
}