All reports are returned in the following structure:

{

 "status": "OK",

 "data": {

   "objects": [],

   "navigation": [

       "next": "link if exists",

       "prev": "link if exists

   ]

 }

}

 

Note: The navigation array only contains valid values that can actually be used to retrieve the data. This means that if the results are the last results that the report can return, the next link does not appear in the response (the same principle applies to the previous link).