function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cvsgcvsg 

Retrieve metadata (field details) of all SObjects

Hi,

 

How do I retrieve metadata of all SObjects in a single request using REST? The SOAP version has describeSobjects call which takes multiple object names as input. Is it possible with rest also?

 

Thanks,

GVC

 

dkadordkador

No, it is not.  REST has a describeGlobal equivalent (/sobjects), but there is no way to get full describe information on multiple objects at once through REST.