Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Describe Global
Returns a list of all available objects in your org and their metadata.
Parameters
- API version (string)
iOS
- Swift
-
1RestClient.shared.requestForDescribeGlobal() - Objective-C
-
1- (SFRestRequest *)requestForDescribeGlobal 2 apiVersion:(nullable NSString *)apiVersion;
Android
- Kotlin
-
1fun getRequestForDescribeGlobal(apiVersion: String?): RestRequest - Java
-
1public static RestRequest getRequestForDescribeGlobal(String apiVersion)