Get the list of requests according to specific page ID. If lastId is specified, only requests that have a bigger ID are returned.
Version: 1.8
Required Permissions: Read-only
HTTP method: GET
Supported Editions: Zend Server
Request parameters:
Parameter |
Type |
Required |
Description |
pageId |
String |
Yes |
The page ID to retrieve requests from. |
lastId |
Integer |
No |
Specify the lastId used to retrieve only new requests. |
Expected Response Code: 200 OK. For more information see Response Format.
Response Format: partial requestsList (id, pageId, url, httpResponse and method)
Possible Action Specific Error Codes: This action has no specific error codes
|
Request (headers removed for the purpose of clarity)
Response (not all headers are shown)
|