Parameter "groupCount" for event.get method requires "objectid" which is optional

XMLWordPrintable

    • Type: Problem report
    • Resolution: Won't fix
    • Priority: Minor
    • None
    • Affects Version/s: 4.0.0alpha7
    • Component/s: API (A)
    • None
    • Sprint 34

      Perform event.get with the following request:

      {
          "jsonrpc": "2.0",
          "method": "event.get",
          "id": 23,
          "auth": "58afec7ef18cc3e86d7ad528171d241e",
          "params": {
              "countOutput": true,
              "groupCount": true
          }
      }
      

      Result:

      {
          "jsonrpc": "2.0",
          "result": [],
          "id": 26
      }
      

      Expected:

      {
          "jsonrpc": "2.0",
          "result": [
              {
                  "rowscount": "1094"
              }
          ],
          "id": 28
      }
      

            Assignee:
            Unassigned
            Reporter:
            Ivo Kurzemnieks
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: