I believe the K2Services Rest.svc only return worklist items for the current user, as this is likely only interacting the 'SourceCode.Workflow.Client' API; I do not believe there is an endpoint exposed to return the worklist items for all users.
Although this is possible, if you were to write your own REST service against the 'SourceCode.Workflow.Management' API, which can return the 'global' worklists (the worklist for all users):
https://help.k2.com/onlinehelp/k2blackpearl/devref/4.7/default.htm#Working_with_Global_Worklist.html
Depending on your requirement and how you would like to access this data (web services, direct api call, service broker, etc.), perhaps one of the following broker would also work:
http://community.k2.com/t5/K2-blackpearl/Management-Worklist-Service-Broker/ba-p/1015
http://community.k2.com/t5/K2-blackpearl/WorkflowManagement-Service/ba-p/65416
Thanks for reply Tin,
I'm aware of these Workflow.Management sourcecode api's which we can use to write custom code, but the client doesn't allow me to go for any custom code. he wants to me to achieve things only with OOB.
But any ways its confirmed that the default REST.svc to get complete worklist is not avaiable. I wasn't sure about that.
Thanks Again,
Regards,
Vijay.