
Introduction to REST API.
REST API Architecture.
REST API Annotations.
Salesforce workbench tool : To test REST API.
Coding samples.
1. Working with Wrapper Request and Response.
2. Serialize and deserialize : JSON
3. Coding samples.
Connected App to generate the access token
JSON Parse
HTTPRequest and HTTPResponse classes
Remotesite settings
Wrapper Request and Wrapper Response
Serialize and deserialize the data
Postman tool to test the REST API
Coding examples
1. working oauth2 to generate access token.
2. Invoking REST API using access token.
3. JSON Parse
4. Coding examples.
1. working oauth2 to generate access token.
2. Invoking REST API using access token.
3. JSON Parse
4. Coding examples.
Calling third party API with or without authentications
Create a fake response using HTTPCalloutMock
Using Test.setMock()
Coding example
Prerequisites:
Basic Understanding of API Programming.
Good understanding of Apex and Visual force Development.
Basic understanding of Salesforce Admin Concepts.
Good understanding of Object Oriented Programming Language (OOPS).
Good understanding of Salesforce Object Query Language and DML operations.
Q : Why to Enroll this course?
1. Real time Project Oriented Training with live examples.
2. Provided you the live class notes to recall the sessions in future and practice.
3. Course is delivered as a high interactive session, with extensive live examples.
4. This course is specially designed for the developers / admin / project managers who wants to understand the Salesforce API Progamming using REST API.
5. Latest videos from a live batch.
About Me:
9+ years of Real time Experience in Salesforce CRM Cloud Application development.
Currently working as a Senior Technical Consultant & Senior Developer.
6+ years of teaching experience in Salesforce CRM on different salesforce modules like Admin, Development, Integrations, Lightning and LWC.
What you will learn at the end of the course: Course Content
Introduction and REST API Architecture.
REST API Annotations.
Salesforce workbench tool : To test REST API.
Postman tool : To test REST API.
RESTRequest and RestContext.
Serialize and Deserialize the Wrapper Request and Responses.
Working with Wrapper Classes (Object and List Parse).
Generate An apex from JSON (JSON2Apex).
Connecting salesforce Orgs using Connected APP.
HTTPRequest and HTTPResponse Classes.
Invoking REST Service from One Salesforce Org to another Salesforce org.
JSON Parse in Salesforce.
Generate Access token using Consumer key and Consumer secret.
HTTP Callous
REST MOCK : Test class code coverage
Purpose of using Custom setting and Custom labels
Remotesite settings setup
All Practical examples with line by line Live code explanation