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. |
{
"encoding": "UTF-8",
"maxBatchSize": 200,
"sobjects": [
{
"activateable": false,
"associateEntityType": null,
"associateParentEntity": null,
"createable": false,
"custom": false,
"customSetting": false,
"deepCloneable": false,
"deletable": false,
"deprecatedAndHidden": false,
"feedEnabled": false,
"hasSubtypes": false,
"isInterface": false,
"isSubtype": false,
"keyPrefix": "<string>",
"label": "<string>",
"labelPlural": "<string>",
"layoutable": false,
"mergeable": false,
"mruEnabled": false,
"name": "<string>",
"queryable": true,
"replicateable": false,
"retrieveable": true,
"searchable": false,
"triggerable": false,
"undeletable": false,
"updateable": false,
"urls": {
"rowTemplate": "2025-04-02T05:15:19.000+0000",
"describe": "<string>",
"sobject": "<string>"
}
},
{
"activateable": false,
"associateEntityType": null,
"associateParentEntity": null,
"createable": false,
"custom": false,
"customSetting": false,
"deepCloneable": false,
"deletable": false,
"deprecatedAndHidden": false,
"feedEnabled": false,
"hasSubtypes": false,
"isInterface": false,
"isSubtype": false,
"keyPrefix": "<string>",
"label": "<string>",
"labelPlural": "<string>",
"layoutable": false,
"mergeable": false,
"mruEnabled": false,
"name": "<string>",
"queryable": true,
"replicateable": false,
"retrieveable": true,
"searchable": false,
"triggerable": false,
"undeletable": false,
"updateable": false,
"urls": {
"rowTemplate": "2025-04-02T05:15:19.000+0000",
"describe": "<string>",
"sobject": "<string>"
}
}
]
}
Was this page helpful?