dms.GetRevisits
This job returns the open or completed revisits of the current user as an XML list.
|
This job is not described in the official enaio® documentation but is listed as known in the DMS engine overview’s "Undocumented Endpoints" section. This description was reconstructed from the call code of the |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Bitfield controlling the response. The call code uses the default |
|
STRING |
Yes |
Filter by revisit status: |
|
INT |
Yes |
Maximum number of returned entries. Call-code default: |
|
STRING | INT |
Yes |
Lower bound of the entry timestamp (Unix epoch); |
|
STRING |
No |
Optional schema selector token for the returned index fields. |
|
BASE64 |
No |
Deprecated; previously used to pass a filter definition, no longer set in the current call code. |
3. Return Value
(INT): 0 = job successful, otherwise error code.
For further return values see Error Codes.
4. See Also
-
abn.AddRevisit — adds a revisit
-
abn.SetObjRevisitOpen / abn.SetObjRevisitClosed — status changes
-
abn.GetUnreadRevisitCount — number of open revisits
-
dms.GetSubscriptions — analogous counterpart for subscriptions