DEVPANTRY.COM
All 17 Templates/E-Commerce & B2B/Salesforce REST API (SOQL Query & SObject)
Need Columnar Tables GUI? Go to Schema Studio
E-Commerce & B2BSalesforceJSON & TypeScript Fixtures

Salesforce REST API (SOQL Query & SObject)

Returned by GET /services/data/v60.0/query/?q=SELECT+Id,Name,BillingCity,Industry,AnnualRevenue+FROM+Account

CHAOS ENTROPY:75%
HTTP:
VARIATION:
HTTP 200 OKmode: chaos
size: 0.3 KB
{
  "totalSize": 1,
  "done": true,
  "records": [
    {
      "attributes": {
        "type": "Account",
        "url": "/services/data/v60.0/sobjects/Account/0015g00000XyZ12AAD"
      },
      "Id": "0015g00000XyZ12AAD",
      "Name": "Global Logistics Corp",
      "BillingCity": "Chicago",
      "Industry": "Transportation",
      "AnnualRevenue": 15000000
    }
  ]
}
Related Production API Chaos TemplatesBrowse All 17 Templates