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 enaio-jobs-custom template. On the server, the job prefix is uppercase (DMS.GetRevisits); enaio® servers accept both spellings.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Bitfield controlling the response. The call code uses the default 4112 (0x1010).

RequestType

STRING

Yes

Filter by revisit status: HOL (open) or analogous server-side codes for completed/rejected entries. Call-code default: HOL.

MaxHits

INT

Yes

Maximum number of returned entries. Call-code default: 1000.

StartTime

STRING | INT

Yes

Lower bound of the entry timestamp (Unix epoch); "0" means "from the beginning".

[FieldSchema]

STRING

No

Optional schema selector token for the returned index fields.

[XML]

BASE64

No

Deprecated; previously used to pass a filter definition, no longer set in the current call code.

2. Output Files

Name Description

JobResponseFile

List of revisits as a UTF-8-encoded XML stream.

3. Return Value

(INT): 0 = job successful, otherwise error code.

For further return values see Error Codes.

4. See Also