dms.GetPDFAnnotations
This job returns the PDF annotations stored for a DMS object as a JSON document.
|
This job is not listed in the official enaio® DMS engine overview. This description was reconstructed from the call code of the |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Reserved; always pass |
|
INT |
Yes |
Numeric ID of the DMS object. |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
List of annotations in JSON format. Encoding is chosen by the caller (typically |
3. Return Value
(INT): 0 = job successful, otherwise error code.
For further return values see Error Codes.
4. Required Roles
The caller needs the following system role:
-
81— Client: View preview annotations
5. See Also
-
dms.CreatePDFAnnotations — adds new annotations
-
dms.UpdatePDFAnnotations — modifies existing annotations
-
dms.DeletePDFAnnotations — deletes annotations