{ "success": true, "count": xxx, // total amount of appeals "page_count": xxx, // amount of appeals 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": 55, "type": "Change of Heart", "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": "Rejected", // same state names as in the UI "assigned_to": null, // 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", "report_ids": [1, 2] // relevant report ids (where the appelant is present) }, { "id": 56, ... }, ... ] }