on ‎2022 Jul 04 2:10 PM
Hi Experts,
My requirement needs to fetch the CPI MessageProcessingLogs every 15 minutes.
The API fetching 1000 records in call. I used $skiptoken=1000 to fetch the next 1000 records.
But this is working inconsistently as the API doesn't give the next set of 1000 records every time.
I would like to know is there any way we can fetch all the records.
Any leads will be really helpful.


Regards,
Pavan
Request clarification before answering.
Hello Pawan,
Looks like there some config in adapter that you did not mentioned here since 1000 max page size.
Pls try below options:
1.Make use of server side pagination at odata adapter instead client side pagination which is currently you are using ( $skip).
2.Use lookup process call with standard property(you can check property name with trace which will have value true or false) to end looping process call.
Hope this will be helpful to you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.