Name | Description | Type | Additional information |
---|---|---|---|
SearchTerm |
The search term string provided will be used to filter feed items down based on relation to the term. Similar to using the search functionality on our website. |
string |
None. |
Filter |
Properties provided as a part of this object will further filter down the data feed items returned |
DataFeedFilter |
None. |
SortBy |
Identifies how results are sorted Values : date, score or title Default: date |
string |
None. |
SortOrder |
Sort Order Values : asc or desc Default: asc when SortBy is title desc when SortBy is date or score |
string |
None. |
NumberToReturn |
Number of items to return in the feed. Valid number to return is between 0 and 25. Default is 10. |
integer |
None. |
Direction |
Direction to fetch from the specified marker up (Larger Value) down (Smaller Value) |
string |
None. |
Marker |
Origin marker that can be used to grab the next set of feed items based on a marker from a previous request. |
string |
None. |