It seems that I am unable to set arbitrary query parameters to a @Get declaration My endpoint looks like `http://api.lmiforall.org.uk/api/v1/ashe/estimateHours?soc=2349&coarse=true` There are a non trivial amount of parameters to this query, is there a declaration I can use to indicate this to the @Rest interface?
It seems that I am unable to set arbitrary query parameters to a @get declaration
My endpoint looks like
http://api.lmiforall.org.uk/api/v1/ashe/estimateHours?soc=2349&coarse=trueThere are a non trivial amount of parameters to this query, is there a declaration I can use to indicate this to the @rest interface?