200-301 · Question #926
Drag and Drop Question Drag and drop the REST API call methods for HTTP from the left onto the actions they perform on the right. Not all methods are used. Answer:
These four HTTP methods map directly to CRUD (Create, Read, Update, Delete) operations: GET retrieves/reads data from the server without modifying it, POST submits data to create a new resource on the server, PUT updates an existing entry by replacing it with new data, and DELETE
Question
Drag and Drop Question Drag and drop the REST API call methods for HTTP from the left onto the actions they perform on the right. Not all methods are used. Answer:
Exhibit
Explanation
These four HTTP methods map directly to CRUD (Create, Read, Update, Delete) operations: GET retrieves/reads data from the server without modifying it, POST submits data to create a new resource on the server, PUT updates an existing entry by replacing it with new data, and DELETE removes a specified resource from the server. These are the foundational RESTful API verbs standardized in HTTP protocol and are essential knowledge for any developer or IT professional working with web services.
Topics
Community Discussion
No community discussion yet for this question.
