I’m not sure what’s going on here and i’ve might have ran into a bug. I’m collecting data from a 3rd party api and then im storing it programatically in a multi content Squidex schema, each object in the array is created as it’s own item in squidex. It kinda works but i’m getting a pretty weird sorting of the items in Squidex and i’m not sure why. The order of the items in Squidex is not the same as in the array i’m posting to Squidex (it’s not toally random and it’s consistantly the same if i remove and recreate the items).
However, if I in the Squidex admin interface sort the schema by “lastModified” the order becomes correct. If i in postman do a get request to the schema the order is incorrect. I’m not really sure what decides the order in squidex but something is weird here.
As a solution i started to think if it’s possible to query a schema by “lastModified”? I’ve read the docs here https://docs.squidex.io/02-documentation/developer-guides/api-overview/api and I’ve written a few queries before but can’t manage to get this one working, is it even possible?