I believe that by default it is not possible to send Json as an input to GET, only other verbs (POST, PUT ...)
Having said that, technically it depends on a service that allows you to or not send input to GET. It is common to send query string parameters using GET.
Hope this helps
Ademar
source
share