GetBlockedURLsDataResponse
Provides information about URL actions for a certain time range.
| Name | Description | Type | Additional Information |
|---|---|---|---|
| MoreAvailable |
Value indicating whether more records are available in the queried time window. Increment the page number in the query to obtain additional URL action records. |
boolean |
None. |
| IncludeDeactivated |
Value indicating whether URL actions of endpoints that are currently deactivated are included in the response. |
boolean |
None. |
| IncludeHidden |
Value indicating whether URL actions of endpoints that are currently hidden are included in the response. |
boolean |
None. |
| PageNr |
The number of the page that was requested. |
integer |
None. |
| PageSize |
The size of the page that was requested. |
integer |
None. |
| StartDate |
The start date that was used for the data query. |
date |
None. |
| EndDate |
The end date that was used for the data query. |
date |
None. |
| BlockedURLs |
List of blocked URLs and related URL actions. |
Collection of GetBlockedURLsDataResponseBlockedURL |
None. |