Sorting in DocumentQueryService by created_at

Hey,
i want to sort the list of documents by their creation date in ascending order (so exactly in reverse order as they are by default). We tried different variations of createdAt, created_at, … but the sorting either does not change or the request crashes.

Does anybody know how to sort by this metadata-field properly?

Hi @tim-steep-bit,

Sorting using meta data is not available in the data services. Only filtering is possible for created_by, modified_by and docRef metadata fields. Please create a requirement ticket to add support for this.