Versions Compared

Key

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

...

Some endpoint queries supports a filter. A common filter is basically a JSON object with the following format

Code Block
{
  "filter" : {
    "ids" : ["ID1", "ID2", "ID3", ...],
    "type" : "TYPE",
    "description" : "DESCRIPTION"
  }
}

...