Parameters

ParameterDescription
If Modified SinceAn 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