Skip to main content
Version: 11.1.1

Sorting

Sorting is controlled by the sortBy parameter, in the format fieldname sortDirection, where sortDirection is ASC (ascending) or DESC (descending).

Projects can be sorted by:

  • relevance (default)
  • startDate
  • endDate

The default sorting is relevance DESC. You can combine multiple sort conditions by separating them with a comma.

Example — projects sorted by start date descending:

/v3/projects?fundingShortName=EC&sortBy=startDate DESC

For paging through results, see Paging.