pp108 : GetAllWorklistsForUser

GetAllWorklistsForUser

 


This method is used to get all the worklists to which the user is assigned.

SOAP Request

<GetAllWorklistsForUser xmlns="http://schemas.cordys.com/notification/workflow/1.0"/>


This request returns all the work lists that a user is assigned. First, the teams in which the user is working will be retrieved from the Organization model, then based on the mapping with the work lists the response would be returned.

SOAP Response

<GetAllWorklistsForUserResponse xmlns="http://schemas.cordys.com/notification/workflow/1.0" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <tuple>
        <old>
            <Worklist>
                <Id>{35B67844-8181-4B25-A8A2-C01E20831A6B}</Id>
                <Name>Sample Worklist</Name>
                </QName>
                <LastModified>1207115462438</LastModified>
                <ACL>
                    <ManagerUnitRoles>
                        <UnitRoles>
                            <dataset>
                                <UnitRole>
                                    <UnitId>005056C0-0008-71DF-94BC-16FB3B48530B</UnitId>
                                    <Roles>
                                        <RoleDN>cn=CU7ITWarRoomManager,cn=Cordys CU7ITCaseProject,cn=cordys,cn=cws,o=vanenburg.com</RoleDN>
                                    </Roles>
                                </UnitRole>
                            </dataset>
                        </UnitRoles>
                    </ManagerUnitRoles>
                </ACL>
                </ExecutionOrderPolicy>
                <Organization>Organization</Organization>
            </Worklist>
        </old>
    </tuple>
</GetAllWorklistsForUserResponse>





Response Parameters

Parameter Description
Id Contains the unique identifier of the work list.
Name Contains the name of the work list to which the user is assigned.
LastModified Contains the timestamp of the last date on which the work list was modified.