Quick Start Command Descriptions
The following provides descriptions and examples for each Quick Start Command. In all of the examples, the <IPADDRESS> variable can be the IP address or DM server name. The user name is jdoe, the password is Password123, and your DM library name is entered after the library= entry.
To create a paper document:
To retrieve the Recently Edited Documents list:
To retrieve the Quick Search list:
To retrieve checked-out documents:
To retrieve public folders:
You can delete a document, folder, workspace, or workspace contents; however, the Quick Start Commands require an extra parameter. For example, to delete a document or folder, you must specify the document number; for workspaces, you must specify the System ID.
To delete a document or folder:
-
Use the DELETE command to delete a document or folder.
-
Specify the document number after the command name, separated by a colon.
Example 7-10: DELETE
For example, if the document number is 100, enter DELETE:100.
http://IPADDRESS/eDOCS/quickstart/execute?show=DELETE:100&user=jdoe:Password123&library=PRILIBDEVMAY

To delete a workspace:
-
Use the DELETEWORKSPACE command to delete a workspace.
-
Specify the System ID of the workspace after the command name, separated by a colon.
Example 7-11: DELETEWORKSPACE
For example, if the System ID is 1000, enter DELETEWORKSPACE:1000.
http://IPADDRESS/eDOCS/quickstart/execute?show=DELETEWORKSPACE:1000&user=jdoe:Password123&library=PRILIBDEVMAY

To delete workspace contents:
-
Use the WORKSPACECONTENTS command to delete the contents of a workspace.
-
Specify the System ID of the workspace after the command name, separated by a colon.
Example 7-12: WORKSPACECONTENTS
For example, if the System ID is 2000, enter WORKSPACECONTENTS:2000.
http://IPADDRESS/eDOCS/quickstart/execute?show=WORKSPACECONTENTS:2000&user=jdoe:Password123&library=PRILIBDEVMAY

Top of page