Discussions
Is there any way to order the data by specific columns while retrieving data from workorders endpoint via API ?
7 days ago by undefined
We are trying to retrieve workorder data and sometimes we are seeing some work orders are getting missed. Looks like without the order clause, the data retrieved could differ on each page offset.
Btw, we are keeping "Count" to 1000 and "FirstResultIndex" changes for each API call.
We want a way to order the data so that, every page data would be consistent for that FirstResultIndex number, considering no new record comes in the record column on which we are ordering the data by.
Any help would be appreciated. Thanks a lot !