I am trying to get number of topics added, edited and deleted by certain users.
I am able to get number of topics using following query:
[{
"creator": "/user/getsaurabhsaxena",
"name": null,
"id": null,
"mid": null,
"type": [{
"name": null,
"id": null
}],
"timestamp>=": "2012-11-11T00:00:00.0000Z",
"timestamp<=": "2012-12-12T23:23:59.0000Z",
"timestamp": null,
"sort": "-timestamp"
}]
I am not able to figure out the way to get the number of edits and deletions. Can anyone help on this?