The following example shows the structure of the browse request XML:

<browse
     version="4.000000"
     type="all"
     QUID=""
     ancestry="none"
     maxSets="0"
     maxRelatedSets="100000"
     maxDepth="1"
     maxSize="0"
     minSize="0"
     maxDesc="0"
     maxDocs="0"
     maxDocsPerSet="0"
     docDepth="0"
     docSort="index"
     docSortOrder="descending"
     docSortProp=""
     docSortPropDefault=""
     setSort=""
     recurseDocuments="off"
     constrDocCounts="0"
     docProps="all"
     relatedSets=""
     lastDoc="-1"
     refineConfig="""
     refineMax="0"
     refineTop="5"
     refineMin="0"
     pageNum="0"
     pageSize="10"
>

<documentSets/>
</browse>

With the exception of the version, QUID, and debug attributes (described in the Universal Attributes section of the Query Component Reference chapter), these parameters are unique to the browse query, and are described in the Browse Parameters section that follows.

 
loading table of contents...