Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case of a GET request, you can pass filter parameters as a query parameter as shown below:

...

languagexml

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:

...