
flexrep:pull-get-by-id( $pull-id as xs:unsignedLong, [$assert as xs:boolean] ) as element(flexrep:pull)?
This function returns the pull replication configuration for the specified Pull ID.
(: Execute on the Replica database. :)
xquery version "1.0-ml";
import module namespace flexrep = "http://marklogic.com/xdmp/flexible-replication"
at "/MarkLogic/flexrep.xqy";
flexrep:pull-get-by-id(2261113583548708683)
(: Returns the pull replication configuration for the specified ID. :)
http://marklogic.com/xdmp/privileges/flexrep-admin
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.