Get a list of requests starting from a specific timestamp (same as `zrayGetRequestsInfo` but not by pageID). The API receives 3 parameters - `from_timestamp`, `limit` and `offset`. The default limit is 10.
Version: 1.9
Required Permissions: Full
HTTP method: GET
Supported Editions: Zend Server
Request parameters:
| 
                     Parameter  | 
                
                     Type  | 
                
                     Required  | 
                
                     Description  | 
            
| 
                     from_timestamp  | 
                
                     Integer  | 
                
                     No  | 
                
                     Specify the timestamp to get all the requests that came after (microseconds - 13 digits).  | 
            
| 
                     limit  | 
                
                     Integer  | 
                
                     No  | 
                
                     Limit number of requests. Default is 10. Max value is 500.  | 
            
| 
                     offset  | 
                
                     Integer  | 
                
                     No  | 
                
                     Get data starting from a specific offset. Default is 0.  | 
            
Expected Response Code: 200 OK. For more information see Response Format.
Response Format: requestsList
Possible Action Specific Error Codes: This action has no specific error codes
Note:
This Web API checks for memory consumption during execution. Therefore, in some edge cases, only partial data might be returned
| 
                     
                          | 
                
                    Request (headers removed for the purpose of clarity)
 Response (not all headers are shown)
  |