What is the Chatter REST API?
The Chatter REST API 1. Enables integration with Salesforce Chatter. 2. Provides programmatic access to Chatter feeds and social data(Users, followers, files, etc.) 3. Have Build-in pagination. 4. Provides easy ....
The Chatter REST API 1. Enables integration with Salesforce Chatter. 2. Provides programmatic access to Chatter feeds and social data(Users, followers, files, etc.) 3. Have Build-in pagination. 4. Provides easy ....
Done attribute is used to find whether the result is batched. If done is false, then the result is batched and nextRecordsUrl will have the next set of records. The ....
1. HEAD Retrieves resource metadata. 2. GET Queries data. 3. POST Creates record. 4. PATCH Updates record. 5. DELETE Deletes record. 6. PUT Upserts records.
A situation in which one process tries to acquire a lock held by another process. Paralell processing enables faster loading of data but can cause lock contention on records. When ....
1. query() To perform an initial query against a Salesforce Org. 2. queryAll() To perform a query against a Salesforce org that returns records in the Recycle Bin as well ....
A mashup is a Web page or application that combines data or functionality from two ore more sources to create a new service. Examples: 1. Link in a page to ....
JSON stands for Java Script Object Notation. It is a lightweight and text-based format. Supports with UTF-8 and date-time information in ISO8601 format. It uses string value pairs for storing ....
Web Services Description Languare is an XML format for describing network services as a set of endpoints operating on messages containg either document-oriented or procedure-oriented information. SOAP API uses WSDL ....
A PushTopic is record that 1. Defines a channel. 2. Determines what events will cause a notification. Event is a modification of a field while creating, updating, deleting or undeleting ....
Synchronous 1. REST API - JSON, XML 2. SOAP API - XML 3. Chatter REST API - JSON, XML 4. Analytics REST API - JSON, XML 5. Apex REST API ....