GetWorklist¶
Returns the list of work items on the user's worklist. The tag
parameter specifies the identifier for the specific list to be returned.
Required Scope¶
worklist_read
Parameters¶
Parameter Name | Description |
---|---|
apiKey | A unique key used to authenticate and authorise the calling system. |
logonId | User’s logon Id. |
logonProvider | The authentication provider used for user login (e.g., 'Organization' for Emakin's default login system). |
tag | Identifier for the worklist. If set to null, the default inbox is returned. |
start | Starting point for the list. Use 0 to begin from the first item. |
maxLength | Limit on the number of rows to return. Use -1 to retrieve all rows. |
queryXml | Optional parameter for specifying query XML. See worklist query for more details. |
Info
The generated token is only used for login purposes and cannot be used as a session token. You may pass this token to the
auth
parameter to authenticate users and system will issue a new session token for the user.
Example Call¶
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|