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_objectsAn 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 */
}