Hello,
I need some advice on how to properly write the command using REST-API to get all objects having an ID between, for example, 100 and 200.
I know how to get all objects of type 102: /REST/objects/102
I also know how to get all object of type 102 having property 20 (Created) later than January 1st: /REST/objects/102?p20>>=2023-01-01
But I don't know how to get all objects of type 102 having an ID between 100 and 200.
Thanks.
Martin Leclerc