Question
QueryImplementingThings & paging
Hi,
I was wondering if it's possible to implement paging with QueryImplementingThings (e.g. return 10 things at a time)?
I see that a 'TopN' filter exists, but I don't see an 'Offset' filter or something like that which could be used to implement paging (e.g. 'return 10 things starting from position 0, then from position 10, 20, ...). Is there another way to do paging?
Thanks!
Stefan

