Displays the references of all documents in HPE IDOL Server.
This is an administrative action that can be sent only from AdminClients (which are set in the [Server]
section of the configuration file).
http://12.3.4.56:9000/action=GetAllRefs
This action uses port 9000
to request the references of all documents that it stores from HPE IDOL Server, which is located on a machine with the IP address 12.3.4.56
.
Parameter | Description | Required |
---|---|---|
ActionID | A string to use to identify an ACI action. | |
DatabaseMatch | The names of databases to return references from. | |
EncryptResponse | Encrypt the output. | |
FieldName | The fields that contain the references to return | |
FileName | The file to write output to. | |
ForceTemplateRefresh | Forces the server to load the template from disk. | |
ID | The IDs of documents to return references for. | |
MaxDate | The latest date permitted for a result. | |
MinDate | The earliest date permitted for a result. | |
NodeInfo | Whether to return the size of each document. | |
Output | Write output to a file. | |
OutputEncoding | The encoding to convert results to. | |
Reference | The references of documents to return references for. | |
ReferenceField | Restricts the Reference parameter to the specified reference field. | |
ResponseFormat | The format of the action output. | |
StateID | The name of a state token that specifies the documents to return references for. | |
Synchronous | Whether to run the action synchronously or asynchronously. | |
Template | The template to use for the action output. | |
TemplateParamCSVs | A list of variables to use for the specified template. |
|