List Objects
Lists the available objects and their metadata for your organization’s data. In addition, the action also provides the organization encoding, as well as the maximum batch size permitted in queries. For more information on encoding, see Internationalization and Character Sets.
Parameters
Parameter | Description |
---|---|
If Modified Since | An optional parameter specifying a date and time. The request returns records that have been modified after the specified date and time. |
Example Output
{
"encoding": "UTF-8",
"maxBatchSize": 200,
"sobjects": [
{
"activateable": false,
"custom": false,
"customSetting": false,
"createable": true,
"deletable": true,
"deprecatedAndHidden": false,
"feedEnabled": true,
"keyPrefix": "001",
"label": "Account",
"labelPlural": "Accounts",
"layoutable": true,
"mergeable": true,
"mruEnabled": true,
"name": "Account",
"queryable": true,
"replicateable": true,
"retrieveable": true,
"searchable": true,
"triggerable": true,
"undeletable": true,
"updateable": true,
"urls": {
"sobject": "/services/data/v57.0/sobjects/Account",
"describe": "/services/data/v57.0/sobjects/Account/describe",
"rowTemplate": "/services/data/v57.0/sobjects/Account/{ID}"
}
}
]
}
Workflow Library Example
List Objects with Salesforce and Send Results Via Email
Preview this Workflow on desktop