Definition
GET (HTTP)
GETis an HTTP method that requests a representation of the identified resource. AGETrequest should have no side effects: reading the resource must not insert, modify, or delete data. Parameters are carried in the URL query string, so aGETrequest has no body.