SIGN IN
SIGN UP
Login to your account
Username or Email *
Password *
Remember Me
Forgot your password?
Forgot your username?
Menu
Home
Courses
Administrator
Flow Builder
Apex Beginner
Apex Intermediate
Integration
LWC
Exercises
Experience Cloud
Projects
Challenge
Recap Quiz
Live Courses
Interview
Integration Progress ( Quizzes)
%
Continue
GO TO COURSE
Lesson: 03 | REST API Http Response Codes
Notes
Video
Notes
REST API Http Response Codes
200: OK. Everything worked as expected.
201: A resource was successfully created in response to a POST request. The Location header contains the URL pointing to the newly created resource.
204: The request was handled successfully and the response contains no body content (like a DELETE request).
304: The resource was not modified. You can use the cached version.
400: Bad request. This could be caused by various actions by the user, such as providing invalid JSON data in the request body etc.
401: Authentication failed.
403: The authenticated user is not allowed to access the specified API endpoint.
404: The requested resource does not exist.
405: Method not allowed. Please check the Allow header for the allowed HTTP methods.
415: Unsupported media type. The requested content type or version number is invalid.
422: Data validation failed (in response to a POST request, for example). Please check the response body for detailed error messages.
429: Too many requests. The request was rejected due to rate limiting.
500: Internal server error. This could be caused by internal program errors.
Video
Video does not exists.
Prev
You need to login to have access to the quizzes.
Next
Mastered by 30 users.
Integration Course
A. Apex REST Callouts
(13 lessons)
PTSAPI 01 | Get Customers
PTSAPI 02 | Post a Customer
PTSAPI 03 | Delete a Customer
PTSAPI 04 | Update a Customer
PTSAPI 05 | Update or Add a Customer
PTSAPI 06 | Apply Best Practices Class Variables
PTSAPI 07 | Get the Data from Custom MetaData
PTSAPI 08 | Post a Customer from a Static Resource
PTSAPI 09 Post a Customer from a Request Class
PTSAPI 10 Post a Customer from Contacts
PTSAPI 11 Create Contacts from the Response Class
PTSAPI 12 | Make Callout with a Button Flows
PTSAPI 13 | Using Named Credentials for API...
B. GoRest API Integration
(6 lessons)
01 | Remote Site Settings
02 | Get Data from the Service (GET)
03 | REST API Http Response Codes
04 | Send Data to a Service (POST)
05 | HTTP Methods | DELETE
06 | HTTP Methods | UPDATE
C. REST Web Services
(4 lessons)
01 | HTTP Methods | GET
02 | HTTP Methods | POST
03 | HTTP Methods | PATCH
04 | HTTP Methods | DELETE
D. Postman
(6 lessons)
01 | About Postman
02 | Get Data from the Service (GET)
03 | Send Data to a Service (POST)
04 | HTTP Methods | DELETE
05 | Update a Data in a Service (PUT)
06 | HTTP Methods | PATCH
E. JSON
(2 lessons)
01 | JSON - Introduction
02 | JSON Data Types
F. SF to SF Integration
(1 lessons)
02 | Salesforce to Salesforce Integration
You need to complete all the quizzes before certification.
Go to top