#2416:
Change request updated 2 years ago
Sorting search results
Last updated 2 years ago
Was this helpful?
string
uri
number
reference
date
token
quantity
_id
_lastUpdated
_createdAt
_score
Aidbox also supports sorting with .
You can sort by multiple parameters:
GET /Organization?_sort=name,id
You can change the sorting direction by prefixing parameter with - sign
-
GET /Organization?_sort=-name
GET /Organization?_sort=_id GET /Organization?_sort=-lastUpdated // . expression GET /Patient?_sort=.name.0.family