API reference
Search relevant articles within your contract scope by keyword and date range with the RDPLINE News Search API.
Send the search keyword and any conditions in the request body.
POST https://api.rdpline.com/news/searchA successful search returns a response object composed of meta and items.
Input
Applied search scope
Both publishedAtStart and publishedAtEnd omitted
The entire contract period is used as the search scope. Non-contiguous contract periods are each included.
Only publishedAtStart provided
Searches only where articles published after publishedAtStart overlap the contract period.
Only publishedAtEnd provided
Searches only where articles published up to publishedAtEnd overlap the contract period.
Both publishedAtStart and publishedAtEnd provided
Searches only where the publication range from publishedAtStart to publishedAtEnd overlaps the contract period.
Value
Sort criteria
Behavior
BEST_MATCH
Relevance, descending
Most relevant results first.
NEWEST
Publication date, descending
Latest articles first.
Article object included in the items array.