GET method usage and considerations

The GET method is a read method that gets the resource specified by the URI. Data is returned in JSON format in the response body.

Using GET on a resource collection results in a list of URIs. Each URI in the list corresponds to a specific resource in the collection.

Using GET on a specific resource returns the attributes of that resource.