dms.GetAllCollaborationDocuments
This job returns all collaboration shares present in the system — incoming and outgoing, across all users — as a JSON document. The format and fields of the records correspond to those of dms.CreateCollaborationDocuments.
|
This job is not listed in the official enaio® DMS engine overview. This description was reconstructed from the observed call behavior. On the server, the job prefix is uppercase ( |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
Existing shares in JSON format (UTF-8). Root object with key |
{
"objects": [
{
"object_id": 2846,
"object_type": 262148,
"from_user": 10,
"to_user": 74,
"valid_from": "08.05.2026",
"valid_to": "22.05.2026",
"rights": "RXU",
"remark": "test"
}
]
}
3. Return Value
(INT): 0 = job successful, otherwise error code.
For further return values see Error Codes.
4. See Also
-
dms.CreateCollaborationDocuments — creates new shares
-
dms.DeleteCollaborationDocumentsEx — deletes shares