Skip to main content

SearchResultsPageRequest

Identifies a search results page request.

NameDescriptionType
object_typeThe identifier of a search results group.number
pageThe zero-based index of a page.number
optionsSearch results page request flags.SRPREQUESTFLAGS
seen_objectsObject IDs used for pagination. When the SRPREQUEST_UNSEENPAGE flag is set, these are object IDs to exclude. When SRPREQUEST_SEENPAGE is set, these are object IDs 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 */
}