Activity › Forums › Salesforce® Discussions › What is metadata API in Salesforce?
-
What is metadata API in Salesforce?
Posted by Meddimala Ranjith on March 20, 2018 at 9:06 AMwhat is metadata API in Salesforce?
PRANAV replied 8 years, 1 month ago 2 Members · 1 Reply -
1 Reply
-
Hi,
Most applications manipulate data, which is often stored in a database. Typically this data is information such as Account details or Contact information. However, you can consider the source code for the application itself as data that provides the information on how your application looks, feels, and functions. You can refer to this information as metadata.
Use Metadata API to retrieve, deploy, create, update or delete customization information, such as custom object definitions and page layouts, for your organization. This API is intended for managing customizations and for building tools that can manage the metadata model, not the data itself. To create, retrieve, update or delete records, such as accounts or leads, use data SOAP API or REST API.
For more info you can refer to the Standard Salesforce Guide.
Log In to reply.