[#1322] getEventList

Migrated from Redmine #1322 | Author: soniya james
Status: Closed | Priority: High, I’m very impatient | Created: 2024-12-02


getEventList API

In this API how I can get values only particular categories id.
{
“jsonrpc”: “2.0”,
“method”: “getEventList”,
“params”: [
{ “categories”: “1” }
],
“id”: 1
}

If I am hitting this getting all list.

Dmytro Bondarev wrote:

Hi,

We don’t have such filtration and it is not according to our documentation.
It is suggested to make filtration on your side.