My Products
Help
Véronique
CONTRIBUTOR **

Add possibility to order entities by other field than lastModifiedDateTime when filter applies

by Véronique
Status: In backlog

Hello,

 

Our scenario was already reported there.

 

When filtering entities by lastModifiedDateTime, we would like either:

- entities to be sorted by internalId rather than lastModifiedDateTime

- or to be able to choose an order with an orderby query parameter

 

Thank you

3 Comments
by Magnus Johnsen
Status changed to: Status: In backlog

Hi,

This has been opened with the developers, progress will be posted in this thread. 

by Magnus Johnsen

Can one workaround when using the lastModifiedDateTime query parameter be:

  • fetch the first page of contacts 
  • Next fetch of contacts, page by page and always pageNumber=1 with the lastModifiedDateTime parameter =  the latest lastModifiedDateTime parameter returned ftom the previous call and lastModifiedDateTimeCondition = '>'  until lastModifiedDateTime parameter returned > timeAndDate set when the procedure begins.
Véronique
CONTRIBUTOR **
by Véronique

Hi Magnus,

We have implemented the workaround you suggested, and so far it seems to be working as expected.

Thanks a lot for your help!