Generic Feed Parameters

The following parameters can be used to modify most feed methods.

Generic Feed Parameters

Parameter Description Value Example
max-results Limit the maximum number of results. The default value is 25. The maximum value is 100 25, 1-100
?max-results=25
start-index Choose the first result to display in the returns. The first return is 1. When used with the max-results parameter, multiple pages of results can be created. 1, numeric value
?start-index=26
date Limit the returns to date range specified.
MMDDYYYY-MMDDYYYY
?date=01011980-12311989
sort
Specifies the sort order for returns.
relevance, date_ascending, date_descending
?sort=date_ascending

Comments

New comments are not being accepted at this time.