8.0

Table Of Contents
getdocpoollist
Returns an XML representation of all files names and folder names, the document type, size of the
document, the modified date and time, and the absolute and relative path of the documents in the local
document pool.
Namespace
getdocpoollist
Response
XML file containing folder name, absolute and relative file path, file type, modified
dates, and file size.
Parameters
directory
You can get the list of files in a specific diretory in the
document pool. For example:
http://server:port/getdocpoollist?directory=images
Alerts
Incorrect
administration realm
user name and
password.
HTTP Error #401
This alert is displayed when an invalid administrator user
name and password are specified.
What to do: Identify the correct user name and password that
were set in the Server Configuration dialog box, and then
resubmit the Getdocpoollist request with the correct user
name and password.
Logs
If the request is successfully returned, a transaction success message is written to
the QuarkXPress Server Transaction Log file. The transaction entry consists of the
date and time of the request, render type, document name, type of response
produced by the server, size of response returned in bytes, and client IP address.
The following is a sample of a transaction entry:
8/4/2005 10:34:48 - getdocpoollist - Type: text/xml - Size: 62098 - Client:
127.0.0.1
If an alert is displayed, an error message is written to the QuarkXPress Server
error log file. The following is a sample of an error log entry:
8/3/2005 17:49:23 - Error - Error Code: 10022 - Incorrect administration realm
user name and password.
Example GET
URL
http://localhost:8080/getdocpoollist
Example, Object
Model
Request Object Name: GetDocPoolListRequest
Notes
The getdocpoollist parameter request requires an administrator user name and
password if they were specified in the Server Configuration dialog box. When the
getserverinfo request is submitted to the browser, it asks for a user name and
password. Enter the user name and password that were set in the Server
Configuration dialog box and click OK.
Page 209