Take for example the following two GET
requests with slightly different arguments:
../user/login_at
which returns the last login date of the user, and
../user/login_at?start=2015-05-01&end=2015-05-31
which returns an array of all login dates of the user within May.
Are there any downsides for this API to perform these two slightly different functions?