GET should normally be used for read operations.
Practice this question from Quiz: REST and HTTP, with options and an explanation.
Question
GET should normally be used for read operations.
Option A — Correct answer
True
GET is the standard safe read operation in REST APIs.
Option B
False
GET is the standard safe read operation in REST APIs.