how to get all the executionworkitem (all the pages). Currently i am getting only 50 entries (means only 1 page))
Hi,
I am using below GET call to get all the executionworkitem but it is priniting only 1st page (50 entries) ..
RQMConnector.RQMConnectorResponse response = connectionObj
.get("executionworkitem?fields=feed/entry/content/executionworkitem/*");
Can anyone please let me know what modifications needed in the above GET call to get all the pages entry?
Thanks,
Dev Kashyap
I am using below GET call to get all the executionworkitem but it is priniting only 1st page (50 entries) ..
RQMConnector.RQMConnectorResponse response = connectionObj
.get("executionworkitem?fields=feed/entry/content/executionworkitem/*");
Can anyone please let me know what modifications needed in the above GET call to get all the pages entry?
Thanks,
Dev Kashyap