Sort order logic when getting all the versions of an artifact #6052
Unanswered
jonsnowseven
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I have a question regarding the
SortOrder
query parameter when getting the versions of an artifact.Using an Apicurio Registry 3.0.6's docker image, I registered two versions of an Artifact (AVRO schemas) and then I queried them with the following:
?orderby=createdOn&order=asc
?orderby=createdOn&order=desc
This logic for
SortOrder
is not the usual in ordering parameters.Is this expected?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions