Salesforce · Example Payload

Salesforce Layout User States Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Layout User States Example is an example object payload from Salesforce, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

00hB0000000JrBRIA0

Example Payload

Raw ↑
{
  "00hB0000000JrBRIA0": {
    "id": "abc123",
    "sectionUserStates": {
      "01BB0000002rP3IMAU": {
        "collapsed": true,
        "id": "abc123"
      },
      "01BB0000002rP3JMAU": {
        "collapsed": true,
        "id": "abc123"
      },
      "01BB0000002rP3LMAU": {
        "collapsed": true,
        "id": "abc123"
      },
      "01BB0000002rP3MMAU": {
        "collapsed": true,
        "id": "abc123"
      },
      "01BB0000002rP3NMAU": {
        "collapsed": true,
        "id": "abc123"
      }
    }
  }
}