params.older |
Number
|
<optional>
|
Filter parameter: get only records older than the provided id |
params.newer |
Number
|
<optional>
|
Filter parameter: get only records newer than the provided id |
params.per_page |
Number
|
<optional>
|
Filter parameter: define the amount of records sent per call (max 50) |
params.search.featured |
Boolean
|
<optional>
|
Only return collections that have been featured on Product Hunt. true or false. Default = false. |
params.search.category |
String
|
<optional>
|
Only return collections from certain category. Default = unspecified (All categories) |
params.sort_by |
String
|
<optional>
|
Filter parameter: valid values are created_at, updated_at or featured_at |
params.order |
String
|
<optional>
|
Filter parameter: define the order you want to receive the records (does not affect older/newer behaviour). Valid values are asc or desc. |