Skip to main content

SRPREQUESTFLAGS

Search results page request flags.

NameDescriptionType
allSpecifies all flags set; Including any future flags.boolean
unseen_pageIf available, the page request is for an unseen page.boolean
ignore_original_conditionsIf available, the original conditions are ignored. This can be used when including ObjIDs. Do not use with SRPREQUEST_UNSEENPAGE.boolean
seen_pageIf available, the page request is for an already seen page.boolean
initial_pageIf available, the page request is initial and for an unseen page. Do not use with SRPREQUEST_SEENPAGE.boolean

Example

{
"all": false,
"unseen_page": false,
"ignore_original_conditions": false,
"seen_page": false,
"initial_page": false
}