{ "success": true, "count": xxx, // total amount of reports "page_count": xxx, // amount of reports on the current page "total_pages": xxx, // total amount of pages "current_page": xxx, // current page returned "next_page": xxx, // self-explanatory, null if there is no next page "result": [ // can be empty if no results were found (or page is invalid) { "id": 1, "type": "Impersonation with intent to defraud", "accused": [765611xxxxxxxx1], // contains community ids, can be multiple if there are multiple accused "victim": [xxxxxxxx], // same as above "description": "Text", // parsed "description" field with all [HIDE] tags removed "evidence": "https://files.f-o-g.eu/url\nhttps://files.f-o-g.eu/url2", // all evidence, [HIDE] removed as well "state": "Accepted", // same state names as in the UI "assigned_to": "Enstage", // current assignee, null if none is set "created_at": "2016-10-01T15:11:07+01:00", "updated_at": "2016-10-01T17:01:00+01:00", "views": 110 }, { "id": 2, ... }, ... ] }