{ "opencollection": "1.0.0", "info": { "name": "Reuters Connect Authentication Items API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Items", "type": "folder" }, "items": [ { "info": { "name": "List Items on a Channel", "type": "http" }, "http": { "method": "GET", "url": "https://rmb.reuters.com/rmd/rest/xml/items", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authorization token obtained from the /login endpoint." }, { "name": "channel", "value": "", "type": "query", "description": "The channel alias identifying which content channel to retrieve items from." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return in the response." }, { "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." } ] }, "docs": "Retrieves a list of content items available on a specific channel. Returns the most recent items on the channel, including metadata such as headlines, timestamps, media types, and identifiers. Items can represent news stories, images, video clips, or graphics depending on the channel category." }, { "info": { "name": "Retrieve a Specific Content Item", "type": "http" }, "http": { "method": "GET", "url": "https://rmb.reuters.com/rmd/rest/xml/item", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authorization token obtained from the /login endpoint." }, { "name": "id", "value": "", "type": "query", "description": "The unique identifier of the content item to retrieve." } ] }, "docs": "Retrieves the full details of a specific content item by its unique identifier. The response includes the complete item metadata, content body, and available renditions (for media items). Items may be Simple News Items (SNI), News Event Packages (NEP), or Super News Event Packages (SNEP) for composite content." } ] } ], "bundled": true }