Salesforce REST APIs Integration through Workbench & Postman

所在平台: Udemy

课程主页: https://www.udemy.com/course/salesforce-rest-apis-integration-through-workbench-postman/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Salesforce REST APIs集成通过Workbench和Postman 课程概述:本课程旨在教授如何通过Workbench和Postman进行Salesforce的REST API集成测试。REST API是一种网络服务,允许外部应用程序与Salesforce互动,并对其数据和服务执行各种操作。本课程适合已经具备Salesforce管理员、Aura组件、LWC等经验的开发者,帮助他们学习如何使用Workbench和Postman发送请求(如Post、Put、Patch、Get和Delete记录)在Salesforce平台上进行REST API集成。 主要内容包括: - HTTP方法:REST API使用标准的HTTP方法(如GET、POST、PUT、PATCH和DELETE)对资源执行操作。 - 数据格式:Salesforce中的REST API支持多种数据格式(如JSON和XML)进行数据交换。 - 认证与授权:外部应用程序需要进行身份验证才能访问REST API,Salesforce支持多种认证方式,包括OAuth 2.0。 - 自定义:Salesforce允许用户通过定义自定义REST端点来执行特定操作或检索数据集。 - 集成:REST API常用于将Salesforce与外部系统集成,如网站、移动应用或第三方服务。 - 批量操作:REST API还支持批量操作,允许在单个请求中对多个记录执行操作,特别适用于数据处理任务。 课程内容包括: 1. 在Workbench中进行REST API集成测试: - Salesforce REST API集成的基本结构和配置。 - 如何通过httpPost在Workbench中插入机会记录。 - 如何通过httpGet在Workbench中根据记录ID获取机会记录。 - 如何使用httpPut在Workbench中更新记录。 - 如何使用httpPatch在Workbench中更新记录。 - 如何在Workbench中使用httpDelete删除记录。 2. 在Postman中进行REST API集成测试: - 如何通过Postman测试REST API,并在Salesforce中创建连接应用。 - 如何使用OAuth 2.0和安全令牌在Postman中进行身份验证。 - 如何通过Postman运行Apex REST API并使用Get请求获取记录。 - 如何在Postman中使用Post请求插入账户记录。 - 如何在Postman中使用Patch请求更新根据记录ID更新账户记录。 - 如何在Postman中使用Delete请求根据记录ID删除账户记录。 该课程为希望深入了解Salesforce API集成开发的学员提供了全面的学习机会。

课程评论(0条)

课程详情

REST API is a web service that allows external applications to interact with Salesforce and perform various operations on its data and services.In this course we are going to learn all about the Complete Integration Testing through Workbench and Postman in Salesforce.This course suitable for that developers, who have experience with Salesforce Administrator, Aura Component, LWC and want to learn Rest API Integration through Workbench & Postman, how to send request to Post, Put, Patch, Get and Delete Record through Postman and Workbench on Salesforce Platform.Here are some key points about the REST API in Salesforce::HTTP Methods: REST APIs use standard HTTP methods like GET, POST, PUT, PATCH, and DELETE to perform operations on resources. For example, you can use GET request to retrieve data, POST request to create new records, PUT request to update records, and ‘DELETE request to remove records.Data Formats: REST APIs in Salesforce typically support various data formats, such as JSON and XML, for exchanging data between the client and Salesforce.Authentication and Authorization: To access the REST API, external applications first need to authenticate. Salesforce supports various authentication methods, including OAuth 2.0, to ensure that only authorized users or applications can access the API.Customization: Salesforce allows you to customize the REST API by defining custom REST endpoints that can perform specific actions or retrieve sets of data.Integration: REST APIs are commonly used for integrating Salesforce with other systems, such as external websites, mobile applications, or third-party services.Bulk Operations: The REST API also supports bulk operations, allowing you to perform actions on multiple records in a single request, which can be particularly useful for data manipulation tasks.Course Overview::What will be you able to do after taking this course?I have created two sections to complete the syllabus to testing REST APIs through Workbench and Postman in Salesforce. REST APIs Integration Testing in Workbench::Salesforce Rest API Integration basic Structure & Configuration.How to Insert an Opportunity Record Using httpPost through Workbench?How to Fetch of Opportunity Record based on Record Id Using httpGet through Workbench in Salesforce?How to Use httpPut to update a record through Workbench in Salesforce?How to use httpPatch to Update record through Workbench in Salesforce?How to use httpDelete to Delete record through Workbench in Salesforce?REST APIs Integration Testing in Postman::How to test Rest API through Postman and create Connected App in Salesforce?How to Authenticate Postman using Connected App with OAuth 2.0 and Security Token in salesforce?How to run Apex REST API to Get record using Get Request through Postman in Salesforce?How to Insert an Account Record using Post Request through Postman in Salesforce?How to Update an Account Record based on Record Id using Patch Request through Postman in Salesforce?How to Delete an Account Record based on Record Id using Delete Request through Postman in Salesforce?

课程标签

0人关注该课程

主题相关的课程