How to get IDs
The following placeholders are used for the specified links.
The links are used to receive the required IDs.
Server Address
This is the URL to the server where DocuWare is running.
It can also be a DocuWare Cloud address.
The server name is the same as the one you use to acsess the DocuWare WebClinet.
Organization ID
https://{Server Address}/DocuWare/Platform/Organizations
The value is contained in Field Id.
File Cabinet ID
https://{Server Address}/DocuWare/Platform/FileCabinets\
The value is contained in Field Id.
Document ID
https://{Server Address}/DocuWare/Platform/FileCabinets/{File Cabinet ID}/Documents
The value is contained in Field Id.
Result List ID
http://{Server Address}/DocuWare/Platform/FileCabinets/{File Cabinet ID}/Dialogs/?dialogType=ResultList
The value is contained in Field Id.
Document Link ID
https://{Server Address}/DocuWare/Platform/FileCabinets/{File Cabinet ID}/Documents/{Document ID}/DocumentLinks
The value is contained in Field Id.
Search Dialog ID
http://{Server Address}/DocuWare/Platform/FileCabinets/{File Cabinet ID}/Dialogs/?dialogType=Search
The value is contained in Field Id.
Workflow Task ID
http://{Server Address}/DocuWare/Platform/RequestsWorkflows/Tasks
The value is contained in Field Id. The filed WorkflowId contains the value for Workflow Task Instance ID
Workflow Task Instance ID
http://{Server Address}/DocuWare/Platform/RequestsWorkflows/Workflows
The value is contained in Field Id.
Workflow ID
http://{Server Address}/DocuWare/Platform/Workflows
The value is contained in Field Id.
Workflow Instance ID
http://{Server Address}/DocuWare/Platform/Workflows/{Workflow ID}]/Tasks
The value is contained in Field InstanceId.