Order item list on API

Hi,

I’m working on a project using Omeka-S with API Rest, can get data but how order item list on API by Dublin Core Metadata (specific dcterms:date) ?

Thanks.

The API “browse” operations accept the same GET parameters as the normal browse pages in the web interface, so ?sort_by=dcterms:date in this case (you can add sort_order set to asc or desc to control the direction).

I’ve tried it and works correctly, thanks!