DocuWare Platform Service Description
The service provides you an easy access to DocuWare functions in a Web based environment.
DocuWare WebClient
Open the DocuWare WebClient.
Resources of Documentation
- The DocuWare Developer Documentation.
- For all the developers interested in our different kind of APIs and extensions of DocuWare.
- The DocuWare Platform .NET API reference.
- A comprehensive documentation which is a good starting point for .NET developers using the DocuWare Platform. You can find code examples there and basic principles are explained.
- The DocuWare Platform documentation pages.
- This is a list of How tos.
- The DocuWare Platform resources reference.
- A complete list of all resources provided by the DocuWare Platform.
- A data structure browser.
- Browse and inspect the data structures.
- The plain XML schemas.
- If you want to generate code for the used data structures use this resource as input for your code generator.
Browse the DocuWare Platform
- List Organizations.
- View all your organizations you have access to. From there you can browse other resources like file cabinets, dialogs, ...
For System Administrators
This is DocuWare version 7.9.0.4693.- The log of the DocuWare Platform.
- In case you want to investigate a problem this should be the first source to look at.
- The DocuWare Platform HTML test client
- A client where you can easily check basic functions.
Named URI templates
URI templates can be used from a client to directly access resources. For instance, if you have a document id and the according file cabinet id, you can use the URI template with the name document which returns you the specified document.
export
Verb | Accepts | Produces |
---|---|---|
POST | ExportSettings | */* |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
q (optional) : String |
Queries the file cabinet for a list of documents. The documents are returned in pages of the specified size. |
fields (optional) : String, String, ... |
A list of user index field names which appear in the result. |
sortOrder (optional) : String, String, ... |
A list of fields to sort by. Each field name can have Asc or Desc appended in order to describe the sort order. |
archiveDocument
Verb | Accepts | Produces |
---|---|---|
POST | ExportSettings | */* |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
id : Int32 |
The identifier of the document. |
importDocument
Verb | Accepts | Produces |
---|---|---|
POST | */* | ImportResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
controllerWorkflows
controllerWorkflow
Verb | Accepts | Produces |
---|---|---|
GET | none | Workflow |
Parameters:
Name | Description |
---|---|
id : String |
controllerWorkflowTasksCount
Verb | Accepts | Produces |
---|---|---|
GET | none | WorkflowTasksCount |
Parameters:
Name | Description |
---|---|
id : String |
controllerWorkflowTasks
Verb | Accepts | Produces |
---|---|---|
GET | none | WorkflowTasks |
POST | TasksQuery | WorkflowTasks |
Parameters:
Name | Description |
---|---|
id : String | |
sortOrder (optional) : String, String, ... | |
start (optional) : Int32 | |
count (optional) : Int32 | |
format (optional) : String | |
encodingName (optional) : String |
Encoding to be used for csv export. |
csvDelimiter (optional, ) : String |
Separator for CSV segments. |
csvIsUtc (optional, True) : Boolean |
A boolean value indicating whether date time in csv should be in UTC or local time. |
controllerWorkflowTask
Verb | Accepts | Produces |
---|---|---|
GET | none | WorkflowTasks |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String | |
loadColumnValues (optional, True) : Boolean | |
maintenanceMode (optional, False) : Boolean |
controllerWorkflowConfirm
Verb | Accepts | Produces |
---|---|---|
POST | ConfirmedData | none |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String | |
decisionId : Int32 |
controllerWorkflowStampBestPosition
Verb | Accepts | Produces |
---|---|---|
POST | StampPositionData | DWPoint |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String | |
decisionId : Int32 |
controllerWorkflowDecisions
Verb | Accepts | Produces |
---|---|---|
GET | none | Decision |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String | |
decisionId : Int32 | |
ignoreErrors (optional, False) : Boolean |
controllerWorkflowStampDecisions
Verb | Accepts | Produces |
---|---|---|
GET | none | Decision |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String | |
decisionId : Int32 | |
ignoreErrors (optional, False) : Boolean |
controllerWorkflowStampSettings
Verb | Accepts | Produces |
---|---|---|
GET | none | DecisionsStampSettings |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String |
workflowInstance
controllerReassignTask
Verb | Accepts | Produces |
---|---|---|
POST | ReassignmentData | none |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String |
designerWorkflows
designerWorkflow
Verb | Accepts | Produces |
---|---|---|
GET | none | DesignerWorkflow |
Parameters:
Name | Description |
---|---|
id : String |
designerWorkflowVersions
Verb | Accepts | Produces |
---|---|---|
GET | none | DesignerWorkflowVersions |
Parameters:
Name | Description |
---|---|
id : String |
designerWorkflowVersion
Verb | Accepts | Produces |
---|---|---|
GET | none | DesignerWorkflowVersion |
Parameters:
Name | Description |
---|---|
id : String | |
versionId : String |
designerWorkflowInstances
Verb | Accepts | Produces |
---|---|---|
GET | none | DesignerInstances |
Parameters:
Name | Description |
---|---|
id : String |
designerWorkflowWaitingInstances
Verb | Accepts | Produces |
---|---|---|
GET | none | DesignerWaitingInstances |
Parameters:
Name | Description |
---|---|
id : String |
designerWaitingInstance
Verb | Accepts | Produces |
---|---|---|
GET | none | DesignerWaitingInstance |
Parameters:
Name | Description |
---|---|
id : String | |
instanceId : String |
designerContinueWaitingInstance
Verb | Accepts | Produces |
---|---|---|
POST | none | String |
Parameters:
Name | Description |
---|---|
id : String | |
instanceId : String |
designerWorkflowVersionInstances
Verb | Accepts | Produces |
---|---|---|
GET | none | DesignerInstances |
Parameters:
Name | Description |
---|---|
id : String | |
versionId : String |
designerWorkflowInstance
Verb | Accepts | Produces |
---|---|---|
GET | none | DesignerInstance |
DELETE | none | DesignerInstance |
Parameters:
Name | Description |
---|---|
id : String | |
instanceId : String |
contentMerge
Verb | Accepts | Produces |
---|---|---|
POST | ContentMergeOperationInfo | Document |
PUT | ContentMergeOperationInfo | Document |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
clippedDocuments
Verb | Accepts | Produces |
---|---|---|
POST | IntegerList | Document |
PUT | IntegerList | Document |
Parameters:
Name | Description |
---|---|
docId : Int32 | |
fileCabinetId : String |
The identifier of the used file cabinet. |
operation (optional) : ContentMergeOperation |
contentDivide
Verb | Accepts | Produces |
---|---|---|
POST | ContentDivideOperationInfo | DocumentsQueryResult |
PUT | ContentDivideOperationInfo | DocumentsQueryResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
docId : Int32 |
processDocumentAction
Verb | Accepts | Produces |
---|---|---|
PUT | DocumentActionInfo | Document |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
docId : Int32 |
The identifier of the document. |
batchUpdateFields
Verb | Accepts | Produces |
---|---|---|
POST | BatchUpdateProcess BatchAppendKeywordValues | BatchUpdateIndexFieldsResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
batchQueryUpdateFieldsOperation
Verb | Accepts | Produces |
---|---|---|
POST | BatchUpdateProcessData | BatchUpdateIndexFieldsResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
fields (optional) : String, String, ... |
A list of user index field names which appear in the result. |
sortOrder (optional) : String, String, ... |
A list of fields to sort by. Each field name can have Asc or Desc appended in order to describe the sort order. |
q (optional) : String |
Queries the file cabinet for a list of documents. The documents are returned in pages of the specified size. |
start (optional) : Int32 |
The number of records to be skipped, that is, the result list does not contain the first start records. |
createUserDefinedSearchOperation
Verb | Accepts | Produces |
---|---|---|
POST | UserDefinedSearchInfo | Dialog |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
q (optional) : String |
Queries the file cabinet for a list of documents. The documents are returned in pages of the specified size. |
retrieveSequenceElement
Verb | Accepts | Produces |
---|---|---|
POST | SequenceRequest | SequenceResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
replicationData
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
additionalFields (optional) : String, String, ... | |
startAfterDocGuid : String | |
pageSize (optional) : Int32 |
replicationDeleteData
Verb | Accepts | Produces |
---|---|---|
POST | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
setupReplication
Verb | Accepts | Produces |
---|---|---|
POST | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
replicationCabinetInfo
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
transfer
Verb | Accepts | Produces |
---|---|---|
POST | FileCabinetTransferInfo DocumentsTransferInfo | DocumentsQueryResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
storeDialogId : String |
Id of the store dialog from which the document is stored |
requestWorkflowsEntryPoint
Verb | Accepts | Produces |
---|---|---|
GET | none | String WorkflowRequests |
POST | RequestSettings | String WorkflowRequests |
requestTasks
Verb | Accepts | Produces |
---|---|---|
GET | none | RequestTasks |
POST | TasksQuery | RequestTasks |
Parameters:
Name | Description |
---|---|
start (optional) : Int32 | |
count (optional) : Int32 | |
sortOrder (optional) : String, String, ... | |
format (optional) : String | |
encodingName (optional) : String |
Encoding to be used for csv export. |
csvDelimiter (optional, ) : String |
Separator for CSV segments. |
csvIsUtc (optional, True) : Boolean |
A boolean value indicating whether date time in csv should be in UTC or local time. |
workflowRequestTask
Verb | Accepts | Produces |
---|---|---|
GET | none | RequestTask |
Parameters:
Name | Description |
---|---|
workflowId : String | |
taskId : String |
requestTaskStampSettings
Verb | Accepts | Produces |
---|---|---|
GET | none | RequestDecisionsStampSettings |
Parameters:
Name | Description |
---|---|
workflowId : String | |
taskId : String |
requestWorkflows
Verb | Accepts | Produces |
---|---|---|
GET | none | OwnWorkflows |
POST | TasksQuery | OwnWorkflows |
Parameters:
Name | Description |
---|---|
start (optional) : Int32 | |
count (optional) : Int32 | |
sortOrder (optional) : String, String, ... | |
format (optional) : String | |
encodingName (optional) : String |
Encoding to be used for csv export. |
csvDelimiter (optional, ) : String |
Separator for CSV segments. |
csvIsUtc (optional, True) : Boolean |
A boolean value indicating whether date time in csv should be in UTC or local time. |
requestWorkflow
Verb | Accepts | Produces |
---|---|---|
GET | none | OwnWorkflow String |
DELETE | none | OwnWorkflow String |
Parameters:
Name | Description |
---|---|
workflowId : String |
requestTasksCount
Verb | Accepts | Produces |
---|---|---|
GET | none | WorkflowTasksCount |
requestWorkflowsCount
Verb | Accepts | Produces |
---|---|---|
GET | none | WorkflowTasksCount |
requestWorkflowHistory
Verb | Accepts | Produces |
---|---|---|
GET | none | InstanceHistory |
Parameters:
Name | Description |
---|---|
workflowId : String |
readStatus
Verb | Accepts | Produces |
---|---|---|
PUT | ReadStatus | text/plain |
Parameters:
Name | Description |
---|---|
workflowId : String | |
taskId : String |
confirmTask
Verb | Accepts | Produces |
---|---|---|
POST | RequestConfirmedData | none |
Parameters:
Name | Description |
---|---|
workflowId : String | |
taskId : String |
trashBin
trashedDocuments
Verb | Accepts | Produces |
---|---|---|
GET | none | TrashBinDocumentsTableResult |
Parameters:
Name | Description |
---|---|
q (optional) : String |
Queries the file cabinet for a list of documents. The documents are returned in pages of the specified size. |
sortOrder (optional) : String, String, ... |
A list of fields to sort by. Each field name can have Asc or Desc appended in order to describe the sort order. |
start (optional) : Int32 |
The number of records to be skipped, that is, the result list does not contain the first start records. |
count (optional) : Int32 |
The maximum number of items per result page. The server returns at most count items per page. The actual number of items returned can be smaller. |
calculateTotalCount (optional, True) : Boolean |
A value indicating whether the total count of the documents should be calculated. |
queryTrashedDocuments
Verb | Accepts | Produces |
---|---|---|
POST | TrashBinQuery | TrashBinDocumentsTableResult |
countTrashedDocuments
selectListsTrashedDocuments
Verb | Accepts | Produces |
---|---|---|
GET | none | TypedSelectListResult |
Parameters:
Name | Description |
---|---|
fieldName : String |
The name of the field for which the select list values are retrieved. |
q (optional) : String |
Returns elements that meet the specified condition. |
prefix (optional) : String |
The prefix of the returned select list values. |
start (optional) : Int32 |
First result to return if block size is specified |
count (optional) : Int32 |
Result will be returned on pages with that block size if specified. If set to default (0) select lists will be returned in one block using Limit parameter. |
sortDirection (optional) : SortDirection |
Define sort order of the select list |
batchRestore
Verb | Accepts | Produces |
---|---|---|
POST | BatchRestoreDocumentsSource | BatchRestoreResult |
batchDelete
Verb | Accepts | Produces |
---|---|---|
POST | BatchDeleteDocumentsSource | BatchDeleteResult |
workflows
workflow
Verb | Accepts | Produces |
---|---|---|
GET | none | Workflow |
Parameters:
Name | Description |
---|---|
id : String |
tasksCount
Verb | Accepts | Produces |
---|---|---|
GET | none | WorkflowTasksCount |
Parameters:
Name | Description |
---|---|
id : String |
tasks
Verb | Accepts | Produces |
---|---|---|
GET | none | WorkflowTasks |
POST | TasksQuery | WorkflowTasks |
Parameters:
Name | Description |
---|---|
id : String | |
sortOrder (optional) : String, String, ... | |
start (optional) : Int32 | |
count (optional) : Int32 | |
format (optional) : String | |
encodingName (optional) : String |
Encoding to be used for csv export. |
csvDelimiter (optional, ) : String |
Separator for CSV segments. |
csvIsUtc (optional, True) : Boolean |
A boolean value indicating whether date time in csv should be in UTC or local time. |
workflowTask
Verb | Accepts | Produces |
---|---|---|
GET | none | WorkflowTask |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String | |
loadColumnValues (optional, True) : Boolean |
workflowConfirm
Verb | Accepts | Produces |
---|---|---|
POST | ConfirmedData | none |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String | |
decisionId : Int32 |
workflowStampBestPosition
Verb | Accepts | Produces |
---|---|---|
POST | StampPositionData | DWPoint |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String | |
decisionId : Int32 |
workflowDecisions
Verb | Accepts | Produces |
---|---|---|
GET | none | Decision |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String | |
decisionId : Int32 | |
ignoreErrors (optional, False) : Boolean |
workflowStampDecisions
Verb | Accepts | Produces |
---|---|---|
GET | none | Decision |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String | |
decisionId : Int32 | |
ignoreErrors (optional, False) : Boolean |
workflowStampSettings
Verb | Accepts | Produces |
---|---|---|
GET | none | DecisionsStampSettings |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String |
reassignTask
Verb | Accepts | Produces |
---|---|---|
POST | ReassignmentData | none |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String |
workflowReadStatus
Verb | Accepts | Produces |
---|---|---|
PUT | ReadStatus | text/plain |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String | |
taskId : String |
workflowHistoryInstance
Verb | Accepts | Produces |
---|---|---|
GET | none | InstanceHistory |
Parameters:
Name | Description |
---|---|
workflowId : String | |
instanceId : String |
createPermanentUrl
Verb | Accepts | Produces |
---|---|---|
POST | application/x-www-form-urlencoded | text/plain |
Parameters:
Name | Description |
---|---|
clientSideChecksum (optional, False) : Boolean |
credentialValidation
Verb | Accepts | Produces |
---|---|---|
POST | none | text/plain |
Parameters:
Name | Description |
---|---|
model : LogOnModel |
dialogsByFileCabinet
Verb | Accepts | Produces |
---|---|---|
GET | none | DialogInfos |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
dialogType (optional) : DialogTypes, DialogTypes, ... |
The dialog types to retrieve. You can specify multiple dialog types as matrix parameter. |
dialog
Verb | Accepts | Produces |
---|---|---|
GET | none | Dialog |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the used dialog. |
fileCabinetId : String |
The identifier of the used file cabinet. |
dialogType (optional) : DialogTypes, DialogTypes, ... |
The dialog types to retrieve. You can specify multiple dialog types as matrix parameter. |
dialog
Verb | Accepts | Produces |
---|---|---|
POST | UserDefinedSearchModifyInfo | Dialog |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the used dialog. |
fileCabinetId : String |
The identifier of the used file cabinet. |
batchDialogUpdateFields
Verb | Accepts | Produces |
---|---|---|
POST | BatchUpdateProcess | BatchUpdateIndexFieldsResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
id : String |
The identifier of the used dialog. |
fields (optional) : String, String, ... |
A list of user index field names which appear in the result. |
sortOrder (optional) : String, String, ... |
A list of fields to sort by. Each field name can have Asc or Desc appended in order to describe the sort order. |
createUserDefinedSearch
Verb | Accepts | Produces |
---|---|---|
POST | UserDefinedSearchInfo | Dialog |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
id : String |
The identifier of the used dialog. |
clientSideValidation
Verb | Accepts | Produces |
---|---|---|
POST | DocumentIndexFields | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
id : String |
The identifier of the used dialog. |
documentDelete
Verb | Accepts | Produces |
---|---|---|
DELETE | none | text/plain |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
document
Verb | Accepts | Produces |
---|---|---|
GET | none | Document |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
documentAppendFiles
Verb | Accepts | Produces |
---|---|---|
POST | multipart/form-data | Document |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
documentLatestVersion
Verb | Accepts | Produces |
---|---|---|
GET | none | Document |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
documents
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentsQueryResult application/atom+xml |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
q (optional) : String |
Queries the file cabinet for a list of documents. The documents are returned in pages of the specified size. |
fields (optional) : String, String, ... |
A list of user index field names which appear in the result. |
sortOrder (optional) : String, String, ... |
A list of fields to sort by. Each field name can have Asc or Desc appended in order to describe the sort order. |
start (optional) : Int32 |
The number of records to be skipped, that is, the result list does not contain the first start records. |
msStart (optional) : Int32 |
The number of documents plus 1 to be skipped. This parameter can be used for a Windows Explorer search integration: The Windows Explorer numerates the documents beginning with 1. |
count (optional) : Int32 |
The maximum number of items per result page. The server returns at most count items per page. The actual number of items returned can be smaller. |
format (optional) : String |
The format of the result list. Currently only the value feed is supported. |
includeSuggestions (optional, False) : Boolean |
A value indicating whether Intellix suggetstions to be included. |
csvDelimiter (optional, ) : String |
Separator for CSV segments. |
csvIsUtc (optional, True) : Boolean |
A boolean value indicating whether date time in csv should be in UTC or local time. |
calculateTotalCount (optional, True) : Boolean |
A value indicating whether the total count of the documents should be calculated. |
uploadDocument
Verb | Accepts | Produces |
---|---|---|
POST | Document InputDocument */* | Document |
Parameters:
Name | Description |
---|---|
fileCabinetId : String | |
processTextshot (optional) : Boolean |
This parameter specifies if the document is processed and a text shot is extracted for further processing. If this parameter is missing or true then the text shot is created after the document has been uploaded. If the parameter is false then the text shot is not created, and it is neccessary to upload the text shot with a subsequent request in order to benefit from any further text shot processing. |
imageProcessing (optional) : Boolean |
Define if image processing is executed when document is stored |
redirect (optional) : String |
After the request is successfully finished you are redirected to the specified URI. |
storeDialogId (optional) : String |
Id of the store dialog from which the document is stored |
checkFileNameForCheckinInfo (optional) : Boolean |
Define whether to check file name for check-in information. |
documentIndexFields
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentIndexFields |
PUT | DocumentIndexFields UpdateIndexFieldsInfo | DocumentIndexFields |
POST | DocumentIndexFields UpdateIndexFieldsInfo | DocumentIndexFields |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
documentTableFieldRows
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentIndexFieldTable |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
tableFieldName : String |
The db name of the table field |
start (optional) : Int32 |
The number of records to be skipped, that is, the result list does not contain the first start records. |
count (optional) : Int32 |
The maximum number of items per result page. The server returns at most count items per page. The actual number of items returned can be smaller. |
intellixSuggestions
Verb | Accepts | Produces |
---|---|---|
GET | none | SuggestionFields |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
normalizeCoordinates (optional, False) : Boolean |
If this flag is true then the result coordinates orientation will be alligned with the page |
tableFieldsIntellixSuggestions
Verb | Accepts | Produces |
---|---|---|
GET | none | SuggestionTableFields |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
normalizeCoordinates (optional, False) : Boolean |
If this flag is true then the result coordinates orientation will be alligned with the page |
positions
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentWordSearchResult |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
q : String |
Specifies the search phrase (words) |
wholeWord (optional) : Boolean |
Specifies whether to search for whole words. If this is set to true then only whe words are search instead od the phrase. |
ignoreCase (optional) : Boolean |
Specifies if the search is case insensitive. |
startSectionNumber (optional) : Int32 |
Specifies the first section which is searched. |
startPage (optional) : Int32 |
Specifies the first page which is searched. |
pageCount (optional) : Int32 |
Specifies a number number of pages after the first page where a hit occur. If value is less than zero then all pages will be returned |
rangeSearch (optional) : Boolean |
If this flag is true then only the specified page range is searched. Otherwise the whole document starting at the specified page is searched until the specified number of pages are found. |
backward (optional) : Boolean |
If this flag is true then only the specified page range is searched. Otherwise the whole document starting at the specified page is serched until the specified number of pages are found. |
documentsFileDownload
Verb | Accepts | Produces |
---|---|---|
GET | none | */* |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
targetFileType (optional) : FileDownloadType | |
keepAnnotations (optional) : Boolean | |
downloadFile (optional) : Boolean | |
autoPrint (optional) : Boolean | |
sendByEmail (optional) : Boolean | |
layers (optional) : Int32, Int32, ... | |
append (optional) : Int32, Int32, ... |
documentContent
Verb | Accepts | Produces |
---|---|---|
GET | none | */* |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
append (optional) : Int32, Int32, ... |
lockDocument
textAnnotation
Verb | Accepts | Produces |
---|---|---|
GET | none | text/plain |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
ignoreMe (optional, False) : Boolean |
xmlDSigContent
Verb | Accepts | Produces |
---|---|---|
GET | none | XmlDSigContentType |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
verify (optional, False) : Boolean |
checksumStatus
Verb | Accepts | Produces |
---|---|---|
GET | none | ChecksumStatusType |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
documentRights
documentApplicationProperties
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentApplicationProperties |
POST | DocumentApplicationProperties | DocumentApplicationProperties |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
documentDocumentLinks
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentLinks |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
resultListId : String |
Result list for witch the document links will be retrieved. Ignored if null. |
checkout
Verb | Accepts | Produces |
---|---|---|
POST | CheckOutToFileSystemInfo | */* |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
checkoutDocument
Verb | Accepts | Produces |
---|---|---|
POST | CheckOutToFileSystemInfo | CheckOutResult |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
checkin
Verb | Accepts | Produces |
---|---|---|
POST | multipart/form-data | Document |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
documentAnnotations
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentAnnotations |
POST | DocumentAnnotationsPlacement | DocumentAnnotations |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
cancellationToken : CancellationToken |
documentThumbnail
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
size (optional) : String |
The size of the canvas of the rendered image. You can specify either a single integer like 200 or a pair of integers like 200x300. A single integer is interpreted as a square canvas. |
annotations (optional) : Boolean |
Specifies if the image contains annotations or not. If this parameter is missing the image contains all rendered annotation layers. |
textshotPreview
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
fullTextQuery : String |
Search term for fulltext search |
documentImage
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
documentAnnotationAsImage
Verb | Accepts | Produces |
---|---|---|
GET | none | image/svg+xmlapplication/xaml+xml |
Parameters:
Name | Description |
---|---|
id : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
format : XmlImageFormat | |
flags (optional) : XmlImageCreationFlags, XmlImageCreationFlags, ... |
workflowHistory
Verb | Accepts | Produces |
---|---|---|
GET | none | WorkflowDocumentHistory |
Parameters:
Name | Description |
---|---|
fileCabinetId : String | |
Id : Int32 | |
cancellationToken (optional) : CancellationToken |
documentAuditInformation
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentAuditInformation |
Parameters:
Name | Description |
---|---|
fileCabinetId : String | |
id : Int32 | |
fromDate (optional) : DateTime | |
toDate (optional) : DateTime | |
format (optional) : String |
The format of the result list. Currently only the value feed is supported. |
start (optional, 0) : Int32 | |
count (optional, 50) : Int32 | |
fcName (optional, ) : String | |
delimiter (optional, ) : String |
Separator for CSV segments. |
isUtc (optional, True) : Boolean |
A boolean value indicating whether date time in csv should be in UTC or local time. |
fileCabinet
Verb | Accepts | Produces |
---|---|---|
GET | none | FileCabinet |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
fileCabinets
auditEventProperties
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentAuditEventInformation |
Parameters:
Name | Description |
---|---|
fileCabinetId : String | |
eventId : String |
countResult
Verb | Accepts | Produces |
---|---|---|
GET | none | CountResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
dialogId : String |
The identifier of the used dialog. |
fieldName (optional) : String |
The name of field whose values are counted. If this parameter is missing then only the number of entries of the dialog's result list is returned. |
limit (optional) : Int32 |
selectListExpression
Verb | Accepts | Produces |
---|---|---|
GET | none | SelectListResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
dialogId : String |
The identifier of the used dialog. |
fieldName : String |
The name of the field for which the select list values are retrieved. |
prefix (optional) : String |
The prefix of the returned select list values. |
q (optional) : String |
Queries the file cabinet for a list of documents. The documents are returned in pages of the specified size. |
sortDirection (optional) : SortDirection |
Define sort order of the select list |
start (optional) : Int32 |
First result to return if block size is specified |
count (optional) : Int32 |
Result will be returned on pages with that block size if specified. If set to default (0) select lists will be returnen in one block using Limit parameter. |
typed (optional) : Boolean |
Define if select list will be returned as typed value |
parentFieldName : String |
The name of the parent table field for which the select list values are retrieved. |
fieldValueStatistics
Verb | Accepts | Produces |
---|---|---|
POST | SelectListExpression | FieldValueStatisticsResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
dialogExpression
Verb | Accepts | Produces |
---|---|---|
POST | DialogExpression | DocumentsQueryResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
dialogId : String |
The identifier of the used dialog. |
fields (optional) : String, String, ... |
A list of user index field names which will appear in addition to the result list fields. |
sortOrder (optional) : String, String, ... |
A list of fields to sort by. Each field name can have Asc or Desc appended in order to describe the sort order. |
start (optional) : Int32 |
The number of records to be skipped, that is, the result list does not contain the first start records. |
count (optional) : Int32 |
The maximum number of items per result page. The server returns at most count items per page. The actual number of items returned can be smaller. |
functionExpression
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentsQueryTableResult |
POST | FunctionExpressionQuery | DocumentsQueryTableResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
fields (optional) : String, String, ... |
A list of user index field names which will appear in addition to the result list fields. |
sortOrder (optional) : String, String, ... |
A list of fields to sort by. Each field name can have Asc or Desc appended in order to describe the sort order. |
start (optional) : Int32 |
The number of records to be skipped, that is, the result list does not contain the first start records. |
count (optional) : Int32 |
The maximum number of items per result page. The server returns at most count items per page. The actual number of items returned can be smaller. |
notifications
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
timeout (optional) : Int32 | |
notification (optional) : String, String, ... |
queryDocuments
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentsQueryResult |
POST | ResultListQuery DocumentLinkExpressionQuery | DocumentsQueryResult |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
q (optional) : String |
Queries the file cabinet for a list of documents. The documents are returned in pages of the specified size. |
fields (optional) : String, String, ... |
A list of user index field names which appear in the result. |
sortOrder (optional) : String, String, ... |
A list of fields to sort by. Each field name can have Asc or Desc appended in order to describe the sort order. |
start (optional) : Int32 |
The number of records to be skipped, that is, the result list does not contain the first start records. |
count (optional) : Int32 |
The maximum number of items per result page. The server returns at most count items per page. The actual number of items returned can be smaller. |
format (optional) : String |
The format of the result list. Currently only the value feed is supported. |
additionalCabinets (optional) : String |
Gets the additional cabinets to search in |
encodingName (optional) : String |
Encoding to be used for csv export. |
csvDelimiter (optional, ) : String |
Separator for CSV segments. |
csvIsUtc (optional, True) : Boolean |
A boolean value indicating whether date time in csv should be in UTC or local time. |
includeSuggestions (optional, False) : Boolean |
A value indicating whether Intellix suggetstions to be included. |
calculateTotalCount (optional, True) : Boolean |
A value indicating whether the total count of the documents should be calculated. |
stampsByFileCabinet
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
stampType (optional) : StampType, StampType, ... |
stampSimpleSelectList
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
id : String | |
stampFieldName : String | |
prefix : String |
stampAsImage
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
POST | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
The identifier of the used file cabinet. |
id : String | |
dpi (optional) : Int32 | |
xmlImageFormat (optional) : XmlImageFormat |
deepZoom
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
page : Int32 |
The number of the page to process. |
param : String |
Rendering parameter. Currently the values 'wa' (with annotations) and 'woa' (without annotations) are supported, which specifiy if the images are rendered with or without annotations. |
pageThumbnail
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
page : Int32 |
The number of the page to process. |
fileCabinetId : String |
The identifier of the used file cabinet. |
size (optional) : String |
The size of the canvas of the rendered image. You can specify either a single integer like 200 or a pair of integers like 200x300. A single integer is interpreted as a square canvas. |
annotations (optional) : Boolean |
Specifies if the image contains annotations or not. If this parameter is missing the image contains all rendered annotation layers. |
pageImage
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
page : Int32 |
The number of the page to process. |
fileCabinetId : String |
The identifier of the used file cabinet. |
format (optional) : PlatformImageFormat |
The format of the rendered image. |
size (optional) : String |
The size of the canvas of the rendered image. You can specify either a single integer like 200 or a pair of integers like 200x300. A single integer is interpreted as a square canvas. |
annotations (optional) : Boolean |
Specifies if the image contains annotations or not. If this parameter is missing the image contains all rendered annotation layers. |
quality (optional) : ImageQuality |
Specifies the quality of the rendered image. If this parameter is not specified the image is rendered with low quality. |
inverted (optional) : Boolean |
Renders the image with inverted colors. |
section
Verb | Accepts | Produces |
---|---|---|
GET | none | Section |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
embedThumbnailData (optional) : Boolean | |
thumbnailSize : String |
sections
Verb | Accepts | Produces |
---|---|---|
GET | none | Sections |
Parameters:
Name | Description |
---|---|
docid : Int32 |
The identifier of the document. |
fileCabinetId : String |
The identifier of the used file cabinet. |
pagesBlock
Verb | Accepts | Produces |
---|---|---|
GET | none | Pages |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
start (optional) : Int32 | |
count (optional) : Int32 | |
embedThumbnailData (optional) : Boolean | |
thumbnailSize (optional) : String |
The size of the canvas of the rendered image. You can specify either a single integer like 200 or a pair of integers like 200x300. A single integer is interpreted as a square canvas. |
thumbnailsOnly (optional, False) : Boolean |
If set to True get only basic page data to show thumbnails |
sectionPagesBlockResult
Verb | Accepts | Produces |
---|---|---|
POST | PagesBlockQuery | Pages |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
sectionPage
Verb | Accepts | Produces |
---|---|---|
GET | none | Page |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
page : Int32 |
The number of the page to process. |
sectionData
Verb | Accepts | Produces |
---|---|---|
GET | none | */* |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
documentInfoInFileName (optional) : Boolean |
Specifies whether the name of the downloaded file contains encoded document info |
sectionTextshot
Verb | Accepts | Produces |
---|---|---|
PUT | none | text/plain |
POST | none | text/plain |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
sectionTextshotPage
Verb | Accepts | Produces |
---|---|---|
GET | none | PageContent |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
page : Int32 |
The number of the page to process. |
flat (optional, False) : Boolean |
If this parameter is true then the textshot is flattened to a single text box which contains all the lines of the page. Also all spaces are replaced by words containing a single space character as content. You should specifiy this parameter if you want a simple representation of all lines and words of a page rather than the complex page layout. |
normalize (optional, False) : Boolean |
If this parameter is true then the textshot rotation is alligned with rendition orientation. |
annotation
Verb | Accepts | Produces |
---|---|---|
GET | none | Annotation |
PUT | Annotation AnnotationsPlacement | Annotation |
POST | Annotation AnnotationsPlacement | Annotation |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
page : Int32 |
The number of the page to process. |
cancellationToken : CancellationToken |
sectionStamp
Verb | Accepts | Produces |
---|---|---|
POST | StampPlacement | Annotation |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
page : Int32 |
The number of the page to process. |
cancellationToken : CancellationToken |
pageAnnotationsAsImage
Verb | Accepts | Produces |
---|---|---|
GET | none | image/svg+xmlapplication/xaml+xml |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
page : Int32 |
The number of the page to process. |
format : XmlImageFormat | |
flags (optional) : XmlImageCreationFlags, XmlImageCreationFlags, ... |
sectionPositions
Verb | Accepts | Produces |
---|---|---|
GET | none | WordSearchResult |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
q : String |
Specifies the search phrase (words) |
wholeWord (optional) : Boolean |
Specifies whether to search for whole words. If this is set to true then only whe words are search instead od the phrase. |
ignoreCase (optional) : Boolean |
Specifies if the search is case insensitive. |
startSectionNumber (optional) : Int32 |
Specifies the first section which is searched. |
startPage (optional) : Int32 |
Specifies the first page which is searched. |
pageCount (optional) : Int32 |
Specifies a number number of pages after the first page where a hit occur. If value is less than zero then all pages will be returned |
rangeSearch (optional) : Boolean |
If this flag is true then only the specified page range is searched. Otherwise the whole document starting at the specified page is searched until the specified number of pages are found. |
backward (optional) : Boolean |
If this flag is true then only the specified page range is searched. Otherwise the whole document starting at the specified page is serched until the specified number of pages are found. |
sectionFileDownload
Verb | Accepts | Produces |
---|---|---|
GET | none | */* |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
targetFileType (optional) : FileDownloadType | |
keepAnnotations (optional) : Boolean | |
downloadFile (optional) : Boolean | |
autoPrint (optional) : Boolean | |
sendByEmail (optional) : Boolean | |
layers (optional) : Int32, Int32, ... |
sectionFileDownloadPage
Verb | Accepts | Produces |
---|---|---|
GET | none | application/pdf |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
page : Int32 |
The number of the page to process. |
keepAnnotations (optional) : Boolean | |
downloadFile (optional) : Boolean | |
autoPrint (optional) : Boolean | |
sendByEmail (optional) : Boolean | |
layers (optional) : Int32, Int32, ... |
sectionTextAnnotation
Verb | Accepts | Produces |
---|---|---|
GET | none | text/plain |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
ignoreMe (optional, False) : Boolean |
sectionStampBestPosition
Verb | Accepts | Produces |
---|---|---|
POST | StampFormFieldValues | DWPoint |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
page : Int32 |
The number of the page to process. |
sectionApplicationProperties
Verb | Accepts | Produces |
---|---|---|
GET | none | DocumentApplicationProperties |
POST | DocumentApplicationProperties | DocumentApplicationProperties |
Parameters:
Name | Description |
---|---|
id : String |
The identifier of the section. |
fileCabinetId : String |
The identifier of the used file cabinet. |
signalRToken
Verb | Accepts | Produces |
---|---|---|
GET | none | text/plain |
clientSetupData
Verb | Accepts | Produces |
---|---|---|
GET | none | application/xml |
Parameters:
Name | Description |
---|---|
orgId : String | |
baseAddress (optional) : String | |
clientSetupVersion (optional) : String |
organization
Verb | Accepts | Produces |
---|---|---|
GET | none | Organization |
dialogs
Verb | Accepts | Produces |
---|---|---|
GET | none | DialogInfos |
Parameters:
Name | Description |
---|---|
dialogType (optional) : DialogTypes, DialogTypes, ... |
The dialog types to retrieve. You can specify multiple dialog types as matrix parameter. |
users
Verb | Accepts | Produces |
---|---|---|
GET | none | Users |
Parameters:
Name | Description |
---|---|
roleId : String |
usersByGroup
Verb | Accepts | Produces |
---|---|---|
GET | none | Users |
Parameters:
Name | Description |
---|---|
groupId : String |
The identifier of a group. |
userById
Verb | Accepts | Produces |
---|---|---|
GET | none | User |
Parameters:
Name | Description |
---|---|
userId : String |
userRoles
Verb | Accepts | Produces |
---|---|---|
GET | none | Roles |
Parameters:
Name | Description |
---|---|
userId : String |
userGroups
Verb | Accepts | Produces |
---|---|---|
GET | none | Groups |
Parameters:
Name | Description |
---|---|
userId : String |
userInfo
validateUser
roles
role
Verb | Accepts | Produces |
---|---|---|
GET | none | Role |
Parameters:
Name | Description |
---|---|
roleId : String |
group
Verb | Accepts | Produces |
---|---|---|
GET | none | Group |
Parameters:
Name | Description |
---|---|
groupId : String |
groups
selectList
Verb | Accepts | Produces |
---|---|---|
GET | none | SelectListInfo |
Parameters:
Name | Description |
---|---|
selectListId : String |
selectListValues
Verb | Accepts | Produces |
---|---|---|
GET | none | SelectListValuesResult |
Parameters:
Name | Description |
---|---|
selectListId : String | |
start (optional) : Int32 |
First result to return if block size is specified |
count (optional) : Int32 |
Result will be returned on pages with that block size if specified. If set to default (0) select lists will be returnen in one block using Limit parameter. |
prefix (optional) : String |
The prefix of the returned select list values. |
returnType (optional) : String |
Return type of the result. Possible values are "String", "Decimal", "Date" and "DateTime". If ommited, each value is converted to a string using the agent's locale settings. |
singleColumnSelectListValuesResult
Verb | Accepts | Produces |
---|---|---|
GET | none | SingleColumnSelectListValues |
Parameters:
Name | Description |
---|---|
selectListId : String | |
start (optional) : Int32 |
First result to return if block size is specified |
count (optional) : Int32 |
Result will be returned on pages with that block size if specified. If set to default (0) select lists will be returnen in one block using Limit parameter. |
prefix (optional) : String |
The prefix of the returned select list values. |
returnType (optional) : String |
Return type of the result. Possible values are "String", "Decimal", "Date" and "DateTime". If ommited, each value is converted to a string using the agent's locale settings. |
selectListValues
Verb | Accepts | Produces |
---|---|---|
POST | SelectListValuesQuery | SelectListValuesResult |
Parameters:
Name | Description |
---|---|
selectListId : String |
areValuesInSelectList
Verb | Accepts | Produces |
---|---|---|
POST | SelectListValuesToCheck | AreValuesInSelectListsResult |
Parameters:
Name | Description |
---|---|
selectListId : String |
multiColSelectListValues
Verb | Accepts | Produces |
---|---|---|
GET | none | MultiColSelectListValuesResult |
Parameters:
Name | Description |
---|---|
selectListId : String | |
start (optional) : Int32 |
First result to return if block size is specified |
count (optional) : Int32 |
Result will be returned on pages with that block size if specified. If set to default (0) select lists will be returnen in one block using Limit parameter. |
multiColSelectListValuesWithQuery
Verb | Accepts | Produces |
---|---|---|
POST | MultiColSelectListValuesQuery | MultiColSelectListValuesResult |
Parameters:
Name | Description |
---|---|
selectListId : String |
multiColumnSelectListValues
Verb | Accepts | Produces |
---|---|---|
POST | MultiColumnSelectListValuesQuery | SelectListValuesResult |
Parameters:
Name | Description |
---|---|
selectListId : String |
selectLists
multiColSelectLists
Verb | Accepts | Produces |
---|---|---|
GET | none | MultiColSelectListInfos |
multiColSelectList
Verb | Accepts | Produces |
---|---|---|
GET | none | MultiColSelectListInfo |
Parameters:
Name | Description |
---|---|
selectListId : String |
webSettings
loginToken
substitutionLists
substitutionRulesByGroup
Verb | Accepts | Produces |
---|---|---|
GET | none | SubstitutionRules |
Parameters:
Name | Description |
---|---|
subsListGuid : String |
storeIntegration
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
dlgID : String | |
fc : String | |
culture : String | |
validateMandatoryFields (optional, True) : Boolean | |
intgParams (optional) : String |
indexesIntegration
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
rl : String | |
fc : String | |
did : Int32 | |
culture : String | |
intgParams (optional) : String |
storeIntegration
Verb | Accepts | Produces |
---|---|---|
POST | none | none |
Parameters:
Name | Description |
---|---|
dlgID : String | |
fc : String | |
culture : String | |
validateMandatoryFields (optional, True) : Boolean |
indexesIntegration
Verb | Accepts | Produces |
---|---|---|
POST | none | none |
Parameters:
Name | Description |
---|---|
rl : String | |
fc : String | |
did : Int32 | |
culture : String |
stamps
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String | |
stampType (optional) : StampType, StampType, ... |
validateStampFields
Verb | Accepts | Produces |
---|---|---|
POST | StampFormFieldValues | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String |
getDocument
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String | |
docId : Int32 | |
withContentArea (optional, True) : Boolean |
getSection
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String | |
docId : Int32 | |
sectionId : String | |
page : Int32 | |
withContentArea (optional, True) : Boolean |
getPage
Verb | Accepts | Produces |
---|---|---|
GET | none | none |
Parameters:
Name | Description |
---|---|
fileCabinetId : String | |
docId : Int32 | |
sectionId : String | |
page : Int32 | |
withContentArea (optional, True) : Boolean |