Newer Version Available

This content describes an older version of this product. View Latest

Record Count Response Body

Describes the result of a Record Count request.

Record Count Results

Properties
Name Type Description
sObjects Record Count SObject Result[] Collection of SObject record count results. The order of objects in the collection is not guaranteed to match the order of objects in the request.
JSON example

Record Count SObject Result

Properties
Name Type Description
count Integer The number of records for the object in the org. This is an approximate count and does not include soft-deleted or archived records.
name String The name of the object.
JSON example