{ "opencollection": "1.0.0", "info": { "name": "Reuters Connect Authentication Search API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search for Content Items", "type": "http" }, "http": { "method": "GET", "url": "https://rmb.reuters.com/rmd/rest/xml/search", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authorization token obtained from the /login endpoint." }, { "name": "q", "value": "", "type": "query", "description": "Search query string. Supports field-specific searches using the format field:value (e.g., headline:election, body:markets). Multiple terms can be combined." }, { "name": "channel", "value": "", "type": "query", "description": "Optional channel alias to restrict search results to a specific channel." }, { "name": "dateRange", "value": "", "type": "query", "description": "Filter results by date range. Specify a date range to restrict results to items published within that period." }, { "name": "mediaType", "value": "", "type": "query", "description": "Filter results by media type to restrict to specific content formats." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return in the response." }, { "name": "sort", "value": "", "type": "query", "description": "Sort order for search results." } ] }, "docs": "Searches for content items matching specified criteria across one or more channels. Supports keyword queries against item headlines and content, with optional filtering by channel, date range, and media type. The search query syntax supports field-specific searches using the format field:value (e.g., headline:election)." } ] } ], "bundled": true }