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.
Access Industries Features Deployed Using Managed Packages
| Health Cloud and Financial Services Cloud are available in Salesforce Classic and Lightning Experience |
| Available in: Enterprise, Performance, and Unlimited Editions with Health Cloud and Financial Services Cloud |
When trying to access records of features deployed using a managed package, the REST call URL must contain the namespace of the managed package.
https://instance.salesforce.com/services/apexrest/packageNamespace/MyMethod/.For example, here's how a call to view the details of all the individuals in an org where Health Cloud's managed package is deployed.
services/apexrest/org1_gs0/v1/individual/To know more about Apex REST methods, see Apex REST Methods.