SearchResultsPageRequest
Identifies a search results page request.
Name | Description | Type |
---|---|---|
object_type | The identifier of a search results group. | number |
page | The zero-based index of a page. | number |
options | Search results page request flags. | SRPREQUESTFLAGS |
seen_objects | An array of ObjIDs. If the SRPREQUEST_UNSEENPAGE flag is available, these are ObjIDs to exclude. If the SRPREQUEST_SEENPAGE flag is available, these are ObjIDs to include. | ObjID[] |
Example
{
"object_type": 0,
"page": 0,
"options": {
"all": false,
"unseen_page": false,
"ignore_original_conditions": false,
"seen_page": false,
"initial_page": false
},
"seen_objects": [] /* Array of ObjID */
}