...
In case of a GET request, you can pass filter parameters as a query parameter as shown below:
...
language | xml |
---|
http://appserverhostname:20427/eagle/v2/entities?maxrows=1
Similarly, with a POST request, you can pass filter parameters within a JSON body with multiple parameters separated by a comma:
...