How to pass a Query into the URL
Hi Guys,
since alert processing subsystem is not working correctly (case has been opend and bug reported), We are trying to workaround that a bit.
I have pretty standard REST call to my TW that looks like that:
Here goes my question.
How can I append a query?
For an example
var query = {
filters: {
type: "And",
filters: [
{
type: "GT",
fieldName: "Duration",
value: "0"
}
]
}
};
Is there any special formatting? How can simply put into the URL?
Thanks a lot
Tomas
