dms.GetCheckedOutDocuments

This job returns all documents that have been checked out by the currently logged-in user. Documents in the trash are not returned. Inactive variants are also returned.

The Info parameter contains all records separated by semicolons. A record provides the following information separated by commas:

  • Type ID

  • Document ID

  • Timestamp of checkout time

  • Active variant ID (If the document is the active variant, it is the document ID, otherwise the active variant)

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

reserved, must be 0

2. Output Parameters

Name Type Dependency Description

Info

STRING

Semicolon-separated list of checked-out documents. Each entry contains: Type ID, Document ID, Timestamp, active variant ID (comma-separated).

3. Return Value

(INT): 0 = Job successful, otherwise error code
Complete error list