# Overview
A GET request returns the representation of the specified resource. It should not cause any side effects. It should only return the requested data.
# Key Considerations
Doesn't require a request body.
# Pros
# Cons
# Use Cases
# Related Topics