Hello,
I am trying to sort licenses by expiration date using the API.
When I run https://api.cryptlex.com/v3/licenses?page=1&limit=20&sort=-expiresAt
, it works, however the opposite https://api.cryptlex.com/v3/licenses?page=1&limit=20&sort=+expiresAt
does not work. I receive a "message": "Invalid sort syntax"
.
The documentation says sort: string Nullable ([+-]\w*){1}(\|[+-]\w*){0,5}
. What should I use ?
Thank you
Regards