26.2 API
API commands, also referred to as Server API, are instructions or commands sent by clients to Content Server through DMCL.
26.2.1 Command Tools
API commands can be executed via the following means:
The IAPI utility
Web clients such as Documentum Administrator API Tester or Web Publisher
IAPI is short for Interactive API Utility and is available once you install Content Server. On the Content Server host you can find the executable iapi32.exe
on Windows machines at the following location:
%DM_HOME%\bin
, e.g. C:\Documentum\product\5.2\bin (for example)
You can invoke the executable directly from the command prompt as shown in figure 26.10 or you can click on the IAPI
button shown in Documentum Server Manager window (refer to figure 26.11). In both scenarios, you will need to provide details such as Docbase name and user/password before you start issuing API commands.
API commands can be executed from within...