You need to sign in to do that
Don't have an account?
cvsg
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
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.