swagger: '2.0' info: title: Content API version: 1.0.0 paths: /alerts/{id}: get: security: - Bearer: [] tags: - Content consumes: [] produces: - application/json - text/json parameters: - name: id in: path description: Alert Id required: true type: string - name: snippet_type in: query description: Snippet Type required: false type: string enum: - Fixed - Contextual - name: is_preview in: query description: Is_Preview required: false type: string enum: - true - false - name: sort in: query description: Sort required: false type: string - name: filter.view_type in: query description: View Type required: false type: string enum: - New - All - name: filter.content_categories in: query required: false type: array items: type: string enum: - Publications - WebSites - Boards - Blogs collectionFormat: multi - name: page[context] in: query description: Context required: false type: string - name: page[offset] in: query description: Offset required: false type: integer - name: page[limit] in: query description: Limit required: false type: integer - name: deduplication_level in: query description: Gets or sets the deduplication level required: false type: string enum: - 'Off' - Similar - VirtuallyIdentical responses: '200': description: OK schema: type: object properties: links: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string '404': description: Alert not found schema: type: array items: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 '500': description: Application errors schema: type: array items: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 deprecated: false /refs/{ref}: get: security: - Bearer: [] tags: - Content consumes: [] produces: - application/json - text/json parameters: - name: ref in: path description: Content Reference. Example drn:archive.newsarticle.AN12345678 required: true type: string - name: article_format in: query description: Article format required: false type: string enum: - FullArticle - FullArticleWithIndexing - KeywordsInContext - HeadlineLeadParaWithIndexing - Custom default: FullArticle - name: highlight_string in: query description: Highlight string required: false type: string - name: context in: query description: Context required: false type: string - name: parts in: query description: Parts to retrieve, only apply when articleFormat set to Custom required: false type: array items: type: string enum: - AccessionNumber - Author - CaptionsDescription - Column - CompanyCodeDescriptor - Contact - Copyright - Correction - Credit - DowJonesCodes - DowJonesDescriptors - Edition - Headline - IndustryCodeDescriptor - InformationProviderCodes - InformationProviderDescription - Language - LeadParagraph - Page - PublicationDate - PublicationTime - PublisherName - Reference - RegionCodeDescriptor - Section - SourceCode - SourceName - SubjectCodeDescriptor - TailParagraphs - Volume - WordCount collectionFormat: multi responses: '200': description: Success schema: type: object description: Article properties: links: type: object properties: self: type: string description: Link to self parent: type: string description: Link to linked article parent article redirect: type: string description: Redirect Link to multimedia or webpage articles pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article data: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: art: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Captions, description of graphics authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors best_date: type: string format: date-time description: Article best date best_time: type: string format: date-time description: Article best date/time body: type: array items: type: object properties: variant: type: string description: Body variation (full|truncated) content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. Byline can contain a simple string or a complex multivariant collection of Content Types. column_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Column name field contact: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Contact information content_status: type: string description: Content status (WSJ) content_type: type: string description: Content status (WSJ) default: article copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string corrections: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: '' credit: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Credit information edition: type: string description: Article edition headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id_ref: type: string description: Unique ID for associated article in CAPI - DRN live_datetime: type: string format: date-time description: Article live date/time (WSJ) load_date: type: string format: date-time description: Article load date load_time: type: string format: date-time description: Article load date/time modification_date: type: string format: date-time description: Article last modified date modification_time: type: string format: date-time description: Article last modified date/time notes: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Article reference page: type: integer description: ???? parent_id: type: string description: Realtime Article parent id parent_id_ref: type: string description: Realtime Article parent id publication_date: type: string format: date-time description: Article publication date publication_time: type: string format: date-time description: Article publication date/time publisher: type: object description: Publisher code or name properties: code: type: string name: type: string group_code: type: string group_name: type: string related: type: string description: ???????? section_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Section name field seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) source_credit: type: string description: For syndicated stories the creditedSource should specify the seo owner of the asset. i.e The Daily Telegraph (WSJ) source_publication: type: string description: It is the publication, i.e The Sun, or The Daily Telegraph (WSJ) sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) syndication_domains: type: array description: The list of product/masthead domains for which syndication for his article is supported items: type: string upstream_origin: type: string description: The content origin upstream_origin_id: type: string description: 'The content origin ID ' tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers version: type: string description: ??????? (WSJ) volume: type: string description: Article volume meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number is_translation_allowed: type: boolean description: Indicates if translation is permitted included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string '404': description: Article not found schema: type: array items: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 '500': description: Application errors schema: type: array items: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 deprecated: false /refs: get: security: - Bearer: [] tags: - Content consumes: [] produces: - application/json - text/json parameters: - name: filter.ref in: query description: Content Reference(s) required: true type: array items: type: string collectionFormat: multi - name: article_format in: query description: Article format required: false type: string enum: - FullArticle - FullArticleWithIndexing - KeywordsInContext - HeadlineLeadParaWithIndexing - Custom default: FullArticle - name: highlight_string in: query description: Highlight string required: false type: string - name: context in: query description: Context required: false type: string - name: parts in: query description: Parts to retrieve, only apply when articleFormat set to Custom required: false type: array items: type: string enum: - AccessionNumber - Author - CaptionsDescription - Column - CompanyCodeDescriptor - Contact - Copyright - Correction - Credit - DowJonesCodes - DowJonesDescriptors - Edition - Headline - IndustryCodeDescriptor - InformationProviderCodes - InformationProviderDescription - Language - LeadParagraph - Page - PublicationDate - PublicationTime - PublisherName - Reference - RegionCodeDescriptor - Section - SourceCode - SourceName - SubjectCodeDescriptor - TailParagraphs - Volume - WordCount collectionFormat: multi responses: '200': description: OK schema: type: object description: Multiple articles properties: meta: type: object properties: metrics: type: object properties: count: type: integer description: Records returned links: type: object properties: self: type: string description: Link to self parent: type: string description: Link to linked article parent article redirect: type: string description: Redirect Link to multimedia or webpage articles pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article data: type: array items: type: object properties: attributes: type: object properties: art: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Captions, description of graphics authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors best_date: type: string format: date-time description: Article best date best_time: type: string format: date-time description: Article best date/time body: type: array items: type: object properties: variant: type: string description: Body variation (full|truncated) content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. Byline can contain a simple string or a complex multivariant collection of Content Types. column_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Column name field contact: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Contact information content_status: type: string description: Content status (WSJ) content_type: type: string description: Content status (WSJ) default: article copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string corrections: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: '' credit: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Credit information edition: type: string description: Article edition headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id_ref: type: string description: Unique ID for associated article in CAPI - DRN live_datetime: type: string format: date-time description: Article live date/time (WSJ) load_date: type: string format: date-time description: Article load date load_time: type: string format: date-time description: Article load date/time modification_date: type: string format: date-time description: Article last modified date modification_time: type: string format: date-time description: Article last modified date/time notes: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Article reference page: type: integer description: ???? parent_id: type: string description: Realtime Article parent id parent_id_ref: type: string description: Realtime Article parent id publication_date: type: string format: date-time description: Article publication date publication_time: type: string format: date-time description: Article publication date/time publisher: type: object description: Publisher code or name properties: code: type: string name: type: string group_code: type: string group_name: type: string related: type: string description: ???????? section_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Section name field seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) source_credit: type: string description: For syndicated stories the creditedSource should specify the seo owner of the asset. i.e The Daily Telegraph (WSJ) source_publication: type: string description: It is the publication, i.e The Sun, or The Daily Telegraph (WSJ) sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) syndication_domains: type: array description: The list of product/masthead domains for which syndication for his article is supported items: type: string upstream_origin: type: string description: The content origin upstream_origin_id: type: string description: 'The content origin ID ' tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers version: type: string description: ??????? (WSJ) volume: type: string description: Article volume error: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 links: type: object properties: self: type: string description: Link to self parent: type: string description: Link to linked article parent article redirect: type: string description: Redirect Link to multimedia or webpage articles pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number is_translation_allowed: type: boolean description: Indicates if translation is permitted deprecated: false /refs/{ref}/redirect: get: security: - Bearer: [] tags: - Content consumes: [] produces: - application/json - text/json parameters: - name: ref in: path description: Content Reference. Example multimedia_AN12345678 required: true type: string responses: '200': description: Success schema: type: object description: Article properties: links: type: object properties: self: type: string description: Link to self parent: type: string description: Link to linked article parent article redirect: type: string description: Redirect Link to multimedia or webpage articles pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article data: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: art: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Captions, description of graphics authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors best_date: type: string format: date-time description: Article best date best_time: type: string format: date-time description: Article best date/time body: type: array items: type: object properties: variant: type: string description: Body variation (full|truncated) content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. Byline can contain a simple string or a complex multivariant collection of Content Types. column_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Column name field contact: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Contact information content_status: type: string description: Content status (WSJ) content_type: type: string description: Content status (WSJ) default: article copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string corrections: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: '' credit: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Credit information edition: type: string description: Article edition headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id_ref: type: string description: Unique ID for associated article in CAPI - DRN live_datetime: type: string format: date-time description: Article live date/time (WSJ) load_date: type: string format: date-time description: Article load date load_time: type: string format: date-time description: Article load date/time modification_date: type: string format: date-time description: Article last modified date modification_time: type: string format: date-time description: Article last modified date/time notes: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Article reference page: type: integer description: ???? parent_id: type: string description: Realtime Article parent id parent_id_ref: type: string description: Realtime Article parent id publication_date: type: string format: date-time description: Article publication date publication_time: type: string format: date-time description: Article publication date/time publisher: type: object description: Publisher code or name properties: code: type: string name: type: string group_code: type: string group_name: type: string related: type: string description: ???????? section_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Section name field seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) source_credit: type: string description: For syndicated stories the creditedSource should specify the seo owner of the asset. i.e The Daily Telegraph (WSJ) source_publication: type: string description: It is the publication, i.e The Sun, or The Daily Telegraph (WSJ) sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) syndication_domains: type: array description: The list of product/masthead domains for which syndication for his article is supported items: type: string upstream_origin: type: string description: The content origin upstream_origin_id: type: string description: 'The content origin ID ' tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers version: type: string description: ??????? (WSJ) volume: type: string description: Article volume meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number is_translation_allowed: type: boolean description: Indicates if translation is permitted included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string '404': description: Article not found schema: type: array items: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 '500': description: Application errors schema: type: array items: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 deprecated: false /refs/{ref}/binary: get: security: - Bearer: [] tags: - Content consumes: [] produces: - application/json - text/json parameters: - name: ref in: path description: Content Reference. Example 'drn:archive.picturearticle.X021400020160808ec8800001' required: true type: string - name: context in: query description: Context type: string - name: reference in: query description: binary reference probj:archive/FAPORH2016081400234/48/235165 required for factiva binary only required: false type: string - name: mime_type in: query description: mime type application/pdf required for factiva binary only required: false type: string - name: image_type in: query description: image type pdf or html or dispix required for factiva binary only required: false type: string responses: '200': description: Success schema: type: object description: Binary properties: data: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: ref: type: string description: Reference of the article mime_type: type: string description: Mime type of the binary data (e.g. image/jpeg, application/pdf, application/html etc) binary_encoding: type: string description: Encoding scheme for the binary data (base64) binary_stream: type: string description: Binary Stream links: type: object properties: self: type: string description: Link to self '404': description: Article not found schema: type: array items: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 '500': description: Application errors schema: type: array items: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 deprecated: false /newsletter/editions/{id}: get: security: - Bearer: [] tags: - Content operationId: Collection_Get consumes: [] produces: - application/json - text/json parameters: - name: id in: path required: true type: string responses: '200': description: OK schema: type: object properties: links: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string deprecated: false /newsplus/collections/{code}: get: security: - Bearer: [] tags: - Content operationId: Collection_Get consumes: [] produces: - application/json - text/json parameters: - name: code in: path required: true type: string responses: '200': description: OK schema: type: object properties: links: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string deprecated: false /search: get: security: - Bearer: [] tags: - Content operationId: Search_Get consumes: [] produces: - application/json - text/json parameters: - name: filter.search_string in: query description: Search string type: string required: false - name: filter.search_mode in: query description: Search mode required: false type: string items: type: string enum: - Unified - name: filter.content_category in: query description: 'Content category. Default : Publications' required: false type: array items: type: string enum: - Publications - WebSites - NewsSites - Pictures - Multimedia - Audio - Video - Boards - Blogs - Summary - AListBlogs collectionFormat: multi - name: filter.deduplication_level in: query description: Deduplication level required: false type: string items: type: string enum: - 'Off' - Similar - NearExact - name: filter.from_date in: query description: 'From date format : YYYY-MM-DD' required: false type: string format: date-time - name: filter.to_date in: query description: 'To date format : YYYY-MM-DD' required: false type: string format: date-time - name: filter.days_range in: query description: Number of days from current day required: false type: string items: type: string enum: - LastDay - LastWeek - LastMonth - Last3Months - Last6Months - LastYear - Last2Years - Last5Years - AllDates - name: filter.language_codes in: query description: List of any Language Codes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.company_fcode in: query description: List of any company fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.industry_fcode in: query description: List of any industry fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.region_fcode in: query description: List of any region fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.news_subject_fcode in: query description: List of any news subject codes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.source_fcode in: query description: List of any source fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.document_vector in: query description: Filed returned by a search, used to refine or exclude similar headlines from the search results type: string - name: filter.similarity_type in: query description: Similarity type, used along with filter.document_vector' type: string items: type: string enum: - Find - Refine - Exclude - name: filter.is_similarity_sort_by_on in: query description: Controls whether the results should be sorted by similarity, or the original sortOrder requested. type: boolean - name: filter.similar_document_id in: query description: The document number of the original document to which the filter.document_vector corresponds type: string - name: filter.exclude_similar_document_id in: query description: Indicates if filter.similar_document_id is to be removed from the result set type: boolean - name: parts in: query description: Parts to retrieve required: false type: array items: type: string enum: - KeywordNavigator - RegionNavigator - PersonNavigator - AuthorNavigator - SourceNavigator - SubjectNavigator - IndustryNavigator - CompanyNavigator - TimeNavigator - ContentCategoryHitCounts - DuplicateHeadlines collectionFormat: multi - name: snippet_type in: query description: Snippet type required: false type: string items: type: string enum: - Contextual - Fixed - None - name: max_keywords in: query description: Max number of keywords required: false type: integer format: int32 - name: max_navigators in: query description: Max number of navigators required: false type: integer format: int32 - name: time_navigator_mode in: query description: Time navigator mode required: false type: string items: type: string enum: - PublicationDate - PublicationYear - PublicationMonth - PublicationWeek - AutoDetect - name: sort_by in: query description: Sort By required: false type: string items: type: string enum: - PublicationDateChronological - -PublicationDateChronological - Relevance - RelevanceMediumFreshness - RelevanceHighFreshness - ArrivalTime - FreshnessDateChronological - -FreshnessDateChronological - FIFO - LIFO - BestDateChronological - -BestDateChronological default: -PublicationDateChronological - name: page[offset] in: query description: page offset required: false type: integer format: int32 maximum: 10000 minimum: 0 - name: page[limit] in: query description: page limit required: false type: integer format: int32 maximum: 100 minimum: 1 responses: '200': description: OK schema: type: object properties: links: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string deprecated: false post: security: - Bearer: [] tags: - Content operationId: Search_Post consumes: - application/json produces: - application/json - text/json parameters: - name: request in: body description: Search Request required: false schema: type: object properties: data: type: object properties: id: type: string default: Search type: type: string default: Content attributes: type: object properties: query: type: object properties: content_type: type: array items: type: string enum: - Publications - WebSites - NewsSites - Pictures - Multimedia - Audio - Video - Boards - Blogs - Summary - AListBlogs description: Content types search_string: type: array items: type: object properties: mode: description: Search string mode type: string enum: - All - Any - None - Simple - Traditional - Unified - Phrase scope: type: string description: Search string mode value: type: string description: Search string value required: - mode description: Search string search_boosts: type: object properties: boosted_up: type: string description: Boosted up boosted_down: type: string description: Boosted down description: Search boosting date: type: object properties: custom: type: object properties: from: type: string description: Custom from date to: type: string description: Custom to date required: - from - to days_range: description: Date range type: string enum: - LastDay - LastWeek - LastMonth - Last3Months - Last6Months - LastYear - Last2Years - Last5Years - AllDates equals: type: string description: Equals date format: description: Custom date format type: string enum: - MMDDCCYY - DDMMCCYY similarity_filter: type: object properties: is_sort_allowed: type: boolean description: Is sorting allowed default: false document_vector: type: string description: Document vector article_id: type: string description: Article Id exlude_original: type: boolean description: Exclude original default: false description: Similarity filter linguistics: type: object properties: is_lemmatization_on: type: boolean description: Is lemmatization on default: false formatting: type: object properties: snippet_type: description: Headline snippet type type: string enum: - Contextual - Fixed - None markup_type: description: Headline markup type type: string enum: - None - Highlight - All sort_order: description: Sort order type: string enum: - PublicationDateChronological - -PublicationDateChronological - Relevance - RelevanceMediumFreshness - RelevanceHighFreshness - ArrivalTime - FreshnessDateChronological - -FreshnessDateChronological - FIFO - LIFO - BestDateChronological - -BestDateChronological default: -PublicationDateChronological deduplication_level: description: Deduplication Level type: string enum: - 'Off' - Similar - NearExact freshnessDate: type: string description: Freshness Date navigators: type: object properties: return_content_type_count: type: boolean description: Return collection counts default: false content_type: type: array items: type: string enum: - Publications - WebSites - NewsSites - Pictures - Multimedia - Audio - Video - Boards - Blogs - Summary - AListBlogs description: Content type to get count return_headline_coding: type: boolean description: Return headline coding default: false return_djn_headline_coding: type: boolean description: Return DJN headline coding default: false keyword_navigators: type: object properties: return_keywords: type: boolean description: Return keywords default: false max_keywords: type: integer description: Max keywords code_navigators: type: object properties: mode: description: Code navigator mode type: string enum: - None - Folder - All min_buckets: type: integer description: Minimum number of code navigators max_buckets: type: integer description: Maximum number of code navigators custom_navigator: type: array items: type: object properties: id: type: string description: Custom code navigator id min_buckets: type: integer description: Minimum number of custom code navigators max_buckets: type: integer description: Maximum number of custom code navigators time_navigator_mode: description: Time navigator mode type: string enum: - PublicationDate - PublicationYear - PublicationMonth - PublicationWeek - AutoDetect descriptor: type: object properties: mode: description: Descriptor mode type: string enum: - None - Company - All language: type: string description: Descriptor language page_offset: type: integer description: Page offset page_limit: type: integer description: Page limit previous_count: type: integer description: Previous page count required: - query required: - attributes required: - data responses: '200': description: OK schema: type: object properties: links: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string deprecated: false /search/refs: get: security: - Bearer: [] tags: - Content operationId: Search_Get consumes: [] produces: - application/json - text/json parameters: - name: filter.ref in: query description: Accession numbers required: true type: array items: type: string collectionFormat: multi - name: filter.content_category in: query description: 'Content category. Default : all' required: false type: array items: type: string enum: - Publications - WebSites - NewsSites - Pictures - Multimedia - Audio - Video - Boards - Blogs - Summary - AListBlogs collectionFormat: multi - name: sort_by in: query description: Sort By required: false type: string enum: - PublicationDateChronological - -PublicationDateChronological - FIFO - LIFO default: -PublicationDateChronological responses: '200': description: OK schema: type: object properties: links: type: object properties: self: type: string description: Link to self meta: type: object properties: count: type: integer description: Records returned total_count: type: integer description: Records returned search_info: type: object description: '' properties: highlight_text: type: string search_context: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string deprecated: false /search/realtime: get: security: - Bearer: [] tags: - Content operationId: Search_Get consumes: [] produces: - application/json - text/json parameters: - name: filter.search_string in: query description: Search string required: true type: string - name: filter.deduplication_level in: query description: Deduplication level required: false type: string items: type: string enum: - 'Off' - Similar - NearExact - name: filter.from_date in: query description: 'From date format : YYYY-MM-DD' required: false type: string format: date-time - name: filter.to_date in: query description: 'To date format : YYYY-MM-DD' required: false type: string format: date-time - name: filter.days_range in: query description: Number of days from current day required: false type: string items: type: string enum: - LastDay - LastWeek - LastMonth - Last3Months - Last6Months - LastYear - Last2Years - Last5Years - AllDates - name: filter.language_codes in: query description: List of any Language Codes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.company_fcode in: query description: List of any company fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.industry_fcode in: query description: List of any industry fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.region_fcode in: query description: List of any region fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.news_subject_fcode in: query description: List of any news subject codes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.source_fcode in: query description: List of any source fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: parts in: query description: Parts to retrieve required: false type: array items: type: string enum: - KeywordNavigator - RegionNavigator - PersonNavigator - AuthorNavigator - SourceNavigator - SubjectNavigator - IndustryNavigator - CompanyNavigator - TimeNavigator - ContentCategoryHitCounts - DuplicateHeadlines collectionFormat: multi - name: snippet_type in: query description: Snippet type required: false type: string items: type: string enum: - Contextual - Fixed - None - name: max_keywords in: query description: Max number of keywords required: false type: integer format: int32 - name: max_navigators in: query description: Max number of navigators required: false type: integer format: int32 - name: time_navigator_mode in: query description: Time navigator mode required: false type: string items: type: string enum: - PublicationDate - PublicationYear - PublicationMonth - PublicationWeek - AutoDetect - name: sort_by in: query description: Sort By required: false type: string items: type: string enum: - PublicationDateChronological - -PublicationDateChronological - Relevance - RelevanceMediumFreshness - RelevanceHighFreshness - ArrivalTime - FreshnessDateChronological - -FreshnessDateChronological - FIFO - LIFO - BestDateChronological - -BestDateChronological default: -PublicationDateChronological - name: page[offset] in: query description: page offset required: false type: integer format: int32 maximum: 10000 minimum: 0 - name: page[limit] in: query description: page limit required: false type: integer format: int32 maximum: 100 minimum: 1 responses: '200': description: OK schema: type: object properties: links: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string deprecated: false /search/people/{code}: get: security: - Bearer: [] tags: - Content operationId: Search_Get consumes: [] produces: - application/json - text/json parameters: - name: code in: path description: person code required: true type: string - name: filter.content_category in: query description: 'Content category. Default : Publications' required: false type: array items: type: string enum: - Publications - WebSites - NewsSites - Pictures - Multimedia - Audio - Video - Boards - Blogs - Summary - AListBlogs collectionFormat: multi - name: filter.deduplication_level in: query description: Deduplication level required: false type: string items: type: string enum: - 'Off' - Similar - NearExact - name: filter.from_date in: query description: 'From date format : YYYY-MM-DD' required: false type: string format: date-time - name: filter.to_date in: query description: 'To date format : YYYY-MM-DD' required: false type: string format: date-time - name: filter.days_range in: query description: Number of days from current day required: false type: string items: type: string enum: - LastDay - LastWeek - LastMonth - Last3Months - Last6Months - LastYear - Last2Years - Last5Years - AllDates - name: filter.language_codes in: query description: List of any Language Codes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.company_fcode in: query description: List of any company fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.restrictor_codes in: query description: List of any restrictor codes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.industry_fcode in: query description: List of any industry fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.region_fcode in: query description: List of any region fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.news_subject_fcode in: query description: List of any news subject codes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.source_fcode in: query description: List of any source fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: parts in: query description: Parts to retrieve required: false type: array items: type: string enum: - KeywordNavigator - RegionNavigator - PersonNavigator - AuthorNavigator - SourceNavigator - SubjectNavigator - IndustryNavigator - CompanyNavigator - TimeNavigator - ContentCategoryHitCounts - DuplicateHeadlines collectionFormat: multi - name: snippet_type in: query description: Snippet type required: false type: string items: type: string enum: - Contextual - Fixed - None - name: max_keywords in: query description: Max number of keywords required: false type: integer format: int32 - name: max_navigators in: query description: Max number of navigators required: false type: integer format: int32 - name: time_navigator_mode in: query description: Time navigator mode required: false type: string items: type: string enum: - PublicationDate - PublicationYear - PublicationMonth - PublicationWeek - AutoDetect - name: sort_by in: query description: Sort By required: false type: string items: type: string enum: - PublicationDateChronological - -PublicationDateChronological - Relevance - RelevanceMediumFreshness - RelevanceHighFreshness - ArrivalTime - FreshnessDateChronological - -FreshnessDateChronological - FIFO - LIFO - BestDateChronological - -BestDateChronological default: -PublicationDateChronological - name: page[offset] in: query description: page offset required: false type: integer format: int32 maximum: 10000 minimum: 0 - name: page[limit] in: query description: page limit required: false type: integer format: int32 maximum: 100 minimum: 1 responses: '200': description: OK schema: type: object properties: links: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string deprecated: false /search/organization/{code}: get: security: - Bearer: [] tags: - Content operationId: Search_Get consumes: [] produces: - application/json - text/json parameters: - name: code in: path description: company fcode required: true type: string - name: filter.content_category in: query description: 'Content category. Default : Publications' required: false type: array items: type: string enum: - Publications - WebSites - NewsSites - Pictures - Multimedia - Audio - Video - Boards - Blogs - Summary - AListBlogs collectionFormat: multi - name: filter.deduplication_level in: query description: Deduplication level required: false type: string items: type: string enum: - 'Off' - Similar - NearExact - name: filter.from_date in: query description: 'From date format : YYYY-MM-DD' required: false type: string format: date-time - name: filter.to_date in: query description: 'To date format : YYYY-MM-DD' required: false type: string format: date-time - name: filter.days_range in: query description: Number of days from current day required: false type: string items: type: string enum: - LastDay - LastWeek - LastMonth - Last3Months - Last6Months - LastYear - Last2Years - Last5Years - AllDates - name: filter.language_codes in: query description: List of any Language Codes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.company_fcode in: query description: List of any company fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.restrictor_codes in: query description: List of any restrictor codes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.industry_fcode in: query description: List of any industry fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.region_fcode in: query description: List of any region fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.news_subject_fcode in: query description: List of any news subject codes to be included required: false type: array items: type: string collectionFormat: multi - name: filter.source_fcode in: query description: List of any source fcodes to be included required: false type: array items: type: string collectionFormat: multi - name: parts in: query description: Parts to retrieve required: false type: array items: type: string enum: - KeywordNavigator - RegionNavigator - PersonNavigator - AuthorNavigator - SourceNavigator - SubjectNavigator - IndustryNavigator - CompanyNavigator - TimeNavigator - ContentCategoryHitCounts - DuplicateHeadlines collectionFormat: multi - name: snippet_type in: query description: Snippet type required: false type: string items: type: string enum: - Contextual - Fixed - None - name: max_keywords in: query description: Max number of keywords required: false type: integer format: int32 - name: max_navigators in: query description: Max number of navigators required: false type: integer format: int32 - name: time_navigator_mode in: query description: Time navigator mode required: false type: string items: type: string enum: - PublicationDate - PublicationYear - PublicationMonth - PublicationWeek - AutoDetect - name: sort_by in: query description: Sort By required: false type: string items: type: string enum: - PublicationDateChronological - -PublicationDateChronological - Relevance - RelevanceMediumFreshness - RelevanceHighFreshness - ArrivalTime - FreshnessDateChronological - -FreshnessDateChronological - FIFO - LIFO - BestDateChronological - -BestDateChronological default: -PublicationDateChronological - name: page[offset] in: query description: page offset required: false type: integer format: int32 maximum: 10000 minimum: 0 - name: page[limit] in: query description: page limit required: false type: integer format: int32 maximum: 100 minimum: 1 responses: '200': description: OK schema: type: object properties: links: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string deprecated: false /search/consumer: get: security: - Bearer: [] tags: - Content operationId: Search_Get consumes: [] produces: - application/json - text/json parameters: - name: filter.search_string in: query description: Search string required: true type: string - name: filter.from_date in: query description: 'From date format : YYYY-MM-DD' required: false type: string format: date-time - name: filter.to_date in: query description: 'To date format : YYYY-MM-DD' required: false type: string format: date-time - name: filter.days_range in: query description: Number of days from current day required: false type: string items: type: string enum: - last_day - last_week - last_Month - last_3_months - last_6_months - last_year - last_2_years - all_dates - name: filter.database in: query description: List of database names to search required: true type: array items: type: string collectionFormat: multi default: - wsjie - name: query_language in: query description: List of any Language Codes to be included required: false type: array items: type: string collectionFormat: multi - name: fields.return in: query description: Fields to retrieve required: true type: array items: type: string collectionFormat: multi default: - id - headline - authors - display_name - modification_time - publication_time - seo_id - summaries - name: sort in: query description: 'Sort Possible values : none, relevance, date, -date, relevance-date' default: -date required: false type: string - name: stemming in: query description: With stemming enabled, search string for "run" will match documents with "running" and "ran" default: disabled type: string required: false enum: - enabled - disabled - name: time_zone in: query description: Timezone of the article, follows the formate of tz database default: America/New_York type: string required: false - name: frequency_fields in: query description: Frequency Fields type: string required: false - name: is_google_like in: query description: Search the string like Google that is tolerant to errors and will attempt to return something meaningful type: boolean default: false required: false - name: page[offset] in: query description: page offset required: false type: integer format: int32 maximum: 10000 minimum: 0 - name: page[limit] in: query description: page limit required: false type: integer format: int32 maximum: 100 minimum: 1 responses: '200': description: OK schema: type: object properties: links: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string deprecated: false /search/portfolio: post: security: - Bearer: [] summary: Search for content based on portfolio companies description: Returns search results for content based on portfolio companies tags: - Content parameters: - name: body in: body description: Search filters required: true schema: type: object properties: data: type: object properties: type: type: string default: PortfolioNews attributes: type: object properties: codes: type: array items: type: object properties: score: type: integer symbol: type: string paging: type: object properties: offset: type: integer limit: type: integer query: type: string return_ranking_info: type: boolean required: - data responses: '200': description: Search results for content based on portfolio companies schema: type: object properties: links: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string '401': description: Invalid Authorization /search/emerging: post: security: - Bearer: [] summary: Search for the most relevant emerging topics in the last hours description: Returns discovery navigators of 5 different types (Region, Industry, Subject, Company, People) with the biggest relevance in the last hours tags: - Content operationId: Search_Post consumes: - application/json produces: - application/json - text/json parameters: - name: request in: body description: Search Request required: true schema: type: object title: emergingSearchRequest properties: data: type: object title: emergingSearchRequestData properties: id: type: string default: Emerging enum: - Emerging type: type: string default: DiscoveryGroup enum: - DiscoveryGroup attributes: type: object title: emergingSearchRequestDataAttributes properties: baseline_days: type: integer format: int32 description: Number of days for the baseline search minimum: 1 default: 30 target_hours: type: integer format: int32 description: Number of hours for the inspected search minimum: 1 maximum: 24 default: 12 target_filters: type: - string - 'null' description: Custom filtering search string for narrowing the inspected search (like industry, region, etc.) default: '' required: - id - type - attributes required: - data - name: accept-language in: header type: string description: The desired language of the descriptors in the response responses: '200': description: OK schema: type: object title: emergingSearchResponse properties: meta: type: object title: emergingSearchResponseMeta properties: count: type: integer description: Number of discovery groups returned user_search_query: type: string description: The search query that has been used for retrieval of the user dataset during the results generation debug_info: type: object data: type: array items: type: object title: emergingSearchResponseDiscoveryGroup properties: type: type: string description: Denotes type of resource id: type: string description: What type of navigators the discovery group consists of ("snapshot" for group that aggregates upon different navigators) enum: - company - industry - subject - region - person - snapshot attributes: type: object title: emergingSearchResponseDiscoveryGroupAttributes properties: items: type: array items: type: object title: emergingSearchResponseDiscoveryGroupItem properties: item_type: type: string description: Factiva navigator type identifier enum: - co - in - ns - re - pe code: type: string description: Factiva navigator code of the item descriptor: type: string description: User-friendly name of the navigator item, in the requested UI language relevance: type: number description: The relevance index of the navigator item in the last hours (CF-IDF) description: List of specific group items ordered descending by relevance '400': description: Bad Request (Incorrect Parameters) '401': description: Unauthorized Access '404': description: Not found (No resource found for the request) '500': description: Internal Server Error (Server encountered an error in serving the request) '503': description: Service Unavailable (Server is currently unable to handle the request) deprecated: false definitions: articleResponse: type: object description: Article properties: links: type: object properties: self: type: string description: Link to self parent: type: string description: Link to linked article parent article redirect: type: string description: Redirect Link to multimedia or webpage articles pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article data: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: art: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Captions, description of graphics authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors best_date: type: string format: date-time description: Article best date best_time: type: string format: date-time description: Article best date/time body: type: array items: type: object properties: variant: type: string description: Body variation (full|truncated) content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. Byline can contain a simple string or a complex multivariant collection of Content Types. column_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Column name field contact: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Contact information content_status: type: string description: Content status (WSJ) content_type: type: string description: Content status (WSJ) default: article copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string corrections: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: '' credit: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Credit information edition: type: string description: Article edition headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id_ref: type: string description: Unique ID for associated article in CAPI - DRN live_datetime: type: string format: date-time description: Article live date/time (WSJ) load_date: type: string format: date-time description: Article load date load_time: type: string format: date-time description: Article load date/time modification_date: type: string format: date-time description: Article last modified date modification_time: type: string format: date-time description: Article last modified date/time notes: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Article reference page: type: integer description: ???? parent_id: type: string description: Realtime Article parent id parent_id_ref: type: string description: Realtime Article parent id publication_date: type: string format: date-time description: Article publication date publication_time: type: string format: date-time description: Article publication date/time publisher: type: object description: Publisher code or name properties: code: type: string name: type: string group_code: type: string group_name: type: string related: type: string description: ???????? section_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Section name field seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) source_credit: type: string description: For syndicated stories the creditedSource should specify the seo owner of the asset. i.e The Daily Telegraph (WSJ) source_publication: type: string description: It is the publication, i.e The Sun, or The Daily Telegraph (WSJ) sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) syndication_domains: type: array description: The list of product/masthead domains for which syndication for his article is supported items: type: string upstream_origin: type: string description: The content origin upstream_origin_id: type: string description: 'The content origin ID ' tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers version: type: string description: ??????? (WSJ) volume: type: string description: Article volume meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number is_translation_allowed: type: boolean description: Indicates if translation is permitted included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string articlesResponse: type: object description: Multiple articles properties: meta: type: object properties: metrics: type: object properties: count: type: integer description: Records returned links: type: object properties: self: type: string description: Link to self parent: type: string description: Link to linked article parent article redirect: type: string description: Redirect Link to multimedia or webpage articles pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article data: type: array items: type: object properties: attributes: type: object properties: art: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Captions, description of graphics authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors best_date: type: string format: date-time description: Article best date best_time: type: string format: date-time description: Article best date/time body: type: array items: type: object properties: variant: type: string description: Body variation (full|truncated) content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. Byline can contain a simple string or a complex multivariant collection of Content Types. column_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Column name field contact: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Contact information content_status: type: string description: Content status (WSJ) content_type: type: string description: Content status (WSJ) default: article copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string corrections: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: '' credit: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Credit information edition: type: string description: Article edition headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id_ref: type: string description: Unique ID for associated article in CAPI - DRN live_datetime: type: string format: date-time description: Article live date/time (WSJ) load_date: type: string format: date-time description: Article load date load_time: type: string format: date-time description: Article load date/time modification_date: type: string format: date-time description: Article last modified date modification_time: type: string format: date-time description: Article last modified date/time notes: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Article reference page: type: integer description: ???? parent_id: type: string description: Realtime Article parent id parent_id_ref: type: string description: Realtime Article parent id publication_date: type: string format: date-time description: Article publication date publication_time: type: string format: date-time description: Article publication date/time publisher: type: object description: Publisher code or name properties: code: type: string name: type: string group_code: type: string group_name: type: string related: type: string description: ???????? section_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Section name field seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) source_credit: type: string description: For syndicated stories the creditedSource should specify the seo owner of the asset. i.e The Daily Telegraph (WSJ) source_publication: type: string description: It is the publication, i.e The Sun, or The Daily Telegraph (WSJ) sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) syndication_domains: type: array description: The list of product/masthead domains for which syndication for his article is supported items: type: string upstream_origin: type: string description: The content origin upstream_origin_id: type: string description: 'The content origin ID ' tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers version: type: string description: ??????? (WSJ) volume: type: string description: Article volume error: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 links: type: object properties: self: type: string description: Link to self parent: type: string description: Link to linked article parent article redirect: type: string description: Redirect Link to multimedia or webpage articles pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number is_translation_allowed: type: boolean description: Indicates if translation is permitted articleAttributes: type: object properties: art: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Captions, description of graphics authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors best_date: type: string format: date-time description: Article best date best_time: type: string format: date-time description: Article best date/time body: type: array items: type: object properties: variant: type: string description: Body variation (full|truncated) content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. Byline can contain a simple string or a complex multivariant collection of Content Types. column_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Column name field contact: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Contact information content_status: type: string description: Content status (WSJ) content_type: type: string description: Content status (WSJ) default: article copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string corrections: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: '' credit: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Credit information edition: type: string description: Article edition headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id_ref: type: string description: Unique ID for associated article in CAPI - DRN live_datetime: type: string format: date-time description: Article live date/time (WSJ) load_date: type: string format: date-time description: Article load date load_time: type: string format: date-time description: Article load date/time modification_date: type: string format: date-time description: Article last modified date modification_time: type: string format: date-time description: Article last modified date/time notes: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Article reference page: type: integer description: ???? parent_id: type: string description: Realtime Article parent id parent_id_ref: type: string description: Realtime Article parent id publication_date: type: string format: date-time description: Article publication date publication_time: type: string format: date-time description: Article publication date/time publisher: type: object description: Publisher code or name properties: code: type: string name: type: string group_code: type: string group_name: type: string related: type: string description: ???????? section_name: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: Section name field seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) source_credit: type: string description: For syndicated stories the creditedSource should specify the seo owner of the asset. i.e The Daily Telegraph (WSJ) source_publication: type: string description: It is the publication, i.e The Sun, or The Daily Telegraph (WSJ) sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) syndication_domains: type: array description: The list of product/masthead domains for which syndication for his article is supported items: type: string upstream_origin: type: string description: The content origin upstream_origin_id: type: string description: 'The content origin ID ' tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers version: type: string description: ??????? (WSJ) volume: type: string description: Article volume articleLinks: type: object properties: self: type: string description: Link to self parent: type: string description: Link to linked article parent article redirect: type: string description: Redirect Link to multimedia or webpage articles pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article articleMeta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number is_translation_allowed: type: boolean description: Indicates if translation is permitted articlesMeta: type: object properties: metrics: type: object properties: count: type: integer description: Records returned binaryResponse: type: object description: Binary properties: data: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: ref: type: string description: Reference of the article mime_type: type: string description: Mime type of the binary data (e.g. image/jpeg, application/pdf, application/html etc) binary_encoding: type: string description: Encoding scheme for the binary data (base64) binary_stream: type: string description: Binary Stream links: type: object properties: self: type: string description: Link to self author: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL codeSet: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' contentItems: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string contentTextItems: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string paragraph: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string image: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL link: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string listItem: properties: type: type: string default: List essential: type: boolean description: Denotes if item must be included display: type: string enum: - Ordered - Unordered description: Denotes type of list content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string linkItem: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string entityItem: type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string imageItem: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL textItem: type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string headlineItem: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items headingItem: properties: type: type: string default: Heading essential: type: boolean description: Denotes if item must be included display: type: string enum: - H1 - H2 - H3 - H4 - H5 - H6 description: Denotes suggested heading level content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summaryItem: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string inset: type: object properties: display: type: string enum: - Richtext description: Denotes type of inset content: type: array items: - properties: type: type: string default: Heading essential: type: boolean description: Denotes if item must be included display: type: string enum: - H1 - H2 - H3 - H4 - H5 - H6 description: Denotes suggested heading level content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string - properties: type: type: string default: List essential: type: boolean description: Denotes if item must be included display: type: string enum: - Ordered - Unordered description: Denotes type of list content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string error: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 errors: type: array items: type: object properties: code: type: integer format: int64 title: type: string detail: type: string status: type: integer format: int64 articleHeadline: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string articleHeadlineMeta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules articleHeadlinesResponse: type: object properties: links: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records meta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string articleAccessionSearchResponse: type: object properties: links: type: object properties: self: type: string description: Link to self meta: type: object properties: count: type: integer description: Records returned total_count: type: integer description: Records returned search_info: type: object description: '' properties: highlight_text: type: string search_context: type: string data: type: array items: type: object properties: type: type: string description: Denotes type of resource id: type: string description: Unique ID for article in CAPI attributes: type: object properties: authors: type: array items: type: object properties: id: type: string description: Author ID first_name: type: string description: Authors first name last_name: type: string description: Authors last name full_name: type: string description: Authors full display name avatar: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of authors bitly_url: type: string description: ??????? (WSJ) byline: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string description: A byline typically contains at least an authors name and can contain additional identifying information and a publication date. categories: type: array items: type: string description: '' content_status: type: string description: ??????? (WSJ) copyright: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string display_name: type: string description: ??????? (WSJ) headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items id: type: string description: article identifier (acession number/sb number) id_ref: type: string description: Unique ID for associated article in CAPI - DRN language: type: object properties: code: type: string description: Document level language code description: type: string description: Description of language code modification_time: type: string format: date-time description: Article last modified date/time privileges: type: string description: ??????? (WSJ) publication_time: type: string format: date-time description: Article publication date/time section: type: string description: ??????? (WSJ) seo_id: type: string description: seo optimized article id (WSJ) seo_id_ref: type: string description: CAPI DRN for seo id (WSJ) snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text sources: type: array items: type: object properties: code: type: string description: Source publication code name: type: string description: Source publication name logo: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL sub_section: type: string description: ??????? (WSJ) summaries: type: object properties: summary_items: type: array items: type: object properties: variant: type: string enum: - Main - Alt description: Summary variation destination_type: type: string description: Destination type variation pages: type: array items: type: string description: List of pages that would display this summary headline: type: object properties: flashline: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Flashline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Flashline content items main: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Main headline content items deck: type: array items: type: object properties: variant: type: string enum: - Full - Truncated description: Main headline variation content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Sub headline content items body: type: object properties: content: type: array items: type: object properties: type: type: string default: Paragraph essential: type: boolean description: Denotes if item must be included display: type: string enum: - Preformatted - Plain description: ' Display type' field_id: type: string description: Field id content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string related_links: type: array items: type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string summary_images: type: array items: type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL description: List of summary images (WSJ) description: Array of different summaries (WSJ) tickers: type: array items: type: object properties: code: type: string description: Ticker code name: type: string description: Ticker name type: type: string description: Denotes how ticker relates to article (significant|about) description: List of associated tickers type: type: string description: ??????? (WSJ) url: type: string description: ??????? (WSJ) meta: type: object properties: document_vector: type: number description: Document code_sets: type: array items: type: object properties: type: type: string description: Code set type id: type: string description: Code set id (optional) codes: type: array items: type: object properties: code: type: string description: '' description: type: string description: '' seoname: type: string description: '' value: type: string description: '' vrtysux: type: string description: '' description: Array of relevant codes emphasis: type: object description: Article categorizations properties: hot: type: boolean dominant: type: boolean analysis: type: boolean geo_relevance: type: array description: The geographical Lat/Long points relevant to this asset items: type: object properties: latitude: type: number longitude: type: number keywords: type: array description: Free form, unstructured tags / keywords items: type: string metrics: type: object properties: character_count: type: integer description: Number of characters in Body word_count: type: integer description: Number of words in Body image_count: type: integer description: Number of images in Body chart_count: type: integer description: Number of charts in Body rank: type: number description: Ranking truncation_rules: type: array items: type: object description: Trunaction rule properties: rule: type: string enum: - extra_small - small - medium - large length: type: number description: Array of truncation rules links: type: object properties: self: type: string description: Link to self redirect: type: string description: Link to web/multimedia content pdf: type: string description: Link to PDF of article rtf: type: string description: Link to RTF of article relationships: type: object properties: related_links: type: object properties: type: type: string id: type: string description: Related content, assets or meta data. syndication_links: type: array description: Canonical access links for syndicated domains. items: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string included: type: array items: type: object properties: type: type: string id: type: string attributes: type: object links: type: object properties: self: type: string articleHeadlinesMeta: type: object properties: keywords: type: array description: Free form, unstructured tags / keywords items: type: string count: type: integer description: Records returned total_count: type: integer description: Records returned offset: type: object properties: first: type: integer last: type: integer prev: type: integer next: type: integer discovery: description: Discovery data type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL duplicate_headlines: type: array items: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference description: Duplicate headlines search_info: type: object description: '' properties: canonical_query: type: string highlight_text: type: string search_context: type: string collection_info: type: object description: '' properties: id: type: string name: type: string discoveryData: type: object properties: codes: type: array description: Source discovery items: type: object properties: type: type: string description: Code type enum: - company - industry - region - subject - person - source code: type: string description: Code code_data: type: array description: Keyword discovery items: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL time: type: object description: Time discovery properties: type: type: string time_data: type: array description: Time data items: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL keywords: type: array description: Keyword discovery items: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL category: type: array description: Category discovery items: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL discoveryCodeData: type: object properties: code: type: string description: Code description: type: string description: Code description hit_count: type: number description: Hit count ref: type: string description: Link URL discoveryTimeData: type: object properties: time_value: type: string description: Time value hit_count: type: number description: Hit count ref: type: string description: Link URL discoveryKeywordData: type: object properties: name: type: string description: Code weight: type: number description: Weight ref: type: string description: Link URL discoveryCategoryData: type: object properties: type: type: string description: Category type enum: - publications - news_sites - audio - multimedia - pictures - video - websites - summaries hit_count: type: number description: Hit count ref: type: string description: Link URL deduplicateHeadlines: type: object properties: headline_count: type: integer description: Headline count headline_refs: type: array description: Headline references items: type: object properties: index: type: integer description: Index ref: type: string description: Reference duplicates: type: array description: Duplicates items: type: object properties: duplicate_count: type: integer description: Duplicate count duplicate_ref: type: array description: Duplicate headline items: type: object properties: index: type: integer description: Index ref: type: string description: Reference snippet: type: object properties: type: type: string description: Snippet type enum: - fixed - contextual text: type: object properties: content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: ImageItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Photo - VideoStill - Logo description: Denotes type of image caption: type: array items: type: object enum: - Paragraph - TextItem - LinkItem - EntityItem description: Image caption items credit: type: string size: type: array items: type: object properties: type: type: string enum: - FingerNail - ThumbNail - DisplayPicture - BigPicture - PrintPicture - A - AM - BR - C - D - E - ER - F - FR - G - GR - J - M - P - TOP - Z120 description: Image type id_ref: type: string is_responsive: type: boolean slug: type: string description: ' ??????' height: type: integer width: type: integer bytes: type: integer reference: type: string description: Archive image reference image_type: type: string description: 'impage type `tnail`, `dispix`, `fnail` ' mime_type: type: string description: MIME type sub_type: type: string uri: type: string description: Image URL - type: object properties: type: type: string default: LinkItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - File - Article - Blog - Image - Email description: Denotes link type uri: type: string description: Link URL external: type: boolean description: Denotes whether link points to external source content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string - type: object properties: type: type: string default: EntityItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string background_info: type: string code: type: string code_type: type: string enum: - FactivaCode - WSJCode fpRef: type: string instRef: type: string significance: type: string content: type: array items: - type: object properties: type: type: string default: TextItem essential: type: boolean description: Denotes if item must be included content: type: object properties: type: type: string enum: - Plain - Bold - Italic - Highlighted - Preformatted description: Denotes type of text text: type: string description: Text string ticker: type: string vrtysux: type: string description: Snippet text paginationLinks: type: object properties: self: type: string description: Link to self prev: type: string description: Link to previous set of records next: type: string description: Link to next set of records first: type: string description: Link to first set of records last: type: string description: Link to last set of records searchContentCategory: type: string enum: - Publications - WebSites - NewsSites - Pictures - Multimedia - Audio - Video - Boards - Blogs - Summary - AListBlogs searchMode: type: string enum: - Simple - Traditional - Unified searchStringMode: type: string enum: - All - Any - None - Simple - Traditional - Unified - Phrase searchDeduplicationLevel: type: string enum: - 'Off' - Similar - NearExact searchDateRange: type: string enum: - MMDDCCYY - DDMMCCYY searchDaysRange: type: string enum: - LastDay - LastWeek - LastMonth - Last3Months - Last6Months - LastYear - Last2Years - Last5Years - AllDates consumerSearchDaysRange: type: string enum: - last_day - last_week - last_Month - last_3_months - last_6_months - last_year - last_2_years - all_dates searchSimilarityType: type: string enum: - Find - Refine - Exclude parts: type: string enum: - KeywordNavigator - RegionNavigator - PersonNavigator - AuthorNavigator - SourceNavigator - SubjectNavigator - IndustryNavigator - CompanyNavigator - TimeNavigator - ContentCategoryHitCounts - DuplicateHeadlines headlineSnippetType: type: string enum: - Contextual - Fixed - None markupType: type: string enum: - None - Highlight - All codeNavigatorMode: type: string enum: - None - Folder - All descriptorMode: type: string enum: - None - Company - All timeNavigatorMode: type: string enum: - PublicationDate - PublicationYear - PublicationMonth - PublicationWeek - AutoDetect sortBy: type: string enum: - PublicationDateChronological - -PublicationDateChronological - Relevance - RelevanceMediumFreshness - RelevanceHighFreshness - ArrivalTime - FreshnessDateChronological - -FreshnessDateChronological - FIFO - LIFO - BestDateChronological - -BestDateChronological default: -PublicationDateChronological performContentAdvancedSearchRequest: type: object properties: data: type: object properties: id: type: string default: Search type: type: string default: Content attributes: type: object properties: query: type: object properties: content_type: type: array items: type: string enum: - Publications - WebSites - NewsSites - Pictures - Multimedia - Audio - Video - Boards - Blogs - Summary - AListBlogs description: Content types search_string: type: array items: type: object properties: mode: description: Search string mode type: string enum: - All - Any - None - Simple - Traditional - Unified - Phrase scope: type: string description: Search string mode value: type: string description: Search string value required: - mode description: Search string search_boosts: type: object properties: boosted_up: type: string description: Boosted up boosted_down: type: string description: Boosted down description: Search boosting date: type: object properties: custom: type: object properties: from: type: string description: Custom from date to: type: string description: Custom to date required: - from - to days_range: description: Date range type: string enum: - LastDay - LastWeek - LastMonth - Last3Months - Last6Months - LastYear - Last2Years - Last5Years - AllDates equals: type: string description: Equals date format: description: Custom date format type: string enum: - MMDDCCYY - DDMMCCYY similarity_filter: type: object properties: is_sort_allowed: type: boolean description: Is sorting allowed default: false document_vector: type: string description: Document vector article_id: type: string description: Article Id exlude_original: type: boolean description: Exclude original default: false description: Similarity filter linguistics: type: object properties: is_lemmatization_on: type: boolean description: Is lemmatization on default: false formatting: type: object properties: snippet_type: description: Headline snippet type type: string enum: - Contextual - Fixed - None markup_type: description: Headline markup type type: string enum: - None - Highlight - All sort_order: description: Sort order type: string enum: - PublicationDateChronological - -PublicationDateChronological - Relevance - RelevanceMediumFreshness - RelevanceHighFreshness - ArrivalTime - FreshnessDateChronological - -FreshnessDateChronological - FIFO - LIFO - BestDateChronological - -BestDateChronological default: -PublicationDateChronological deduplication_level: description: Deduplication Level type: string enum: - 'Off' - Similar - NearExact freshnessDate: type: string description: Freshness Date navigators: type: object properties: return_content_type_count: type: boolean description: Return collection counts default: false content_type: type: array items: type: string enum: - Publications - WebSites - NewsSites - Pictures - Multimedia - Audio - Video - Boards - Blogs - Summary - AListBlogs description: Content type to get count return_headline_coding: type: boolean description: Return headline coding default: false return_djn_headline_coding: type: boolean description: Return DJN headline coding default: false keyword_navigators: type: object properties: return_keywords: type: boolean description: Return keywords default: false max_keywords: type: integer description: Max keywords code_navigators: type: object properties: mode: description: Code navigator mode type: string enum: - None - Folder - All min_buckets: type: integer description: Minimum number of code navigators max_buckets: type: integer description: Maximum number of code navigators custom_navigator: type: array items: type: object properties: id: type: string description: Custom code navigator id min_buckets: type: integer description: Minimum number of custom code navigators max_buckets: type: integer description: Maximum number of custom code navigators time_navigator_mode: description: Time navigator mode type: string enum: - PublicationDate - PublicationYear - PublicationMonth - PublicationWeek - AutoDetect descriptor: type: object properties: mode: description: Descriptor mode type: string enum: - None - Company - All language: type: string description: Descriptor language page_offset: type: integer description: Page offset page_limit: type: integer description: Page limit previous_count: type: integer description: Previous page count required: - query required: - attributes required: - data realtimeSearchRequest: type: object properties: filter.search_string: type: string description: Search string filter.search_mode: type: string enum: - Unified description: Search mode filter.content_category: type: array items: type: string enum: - Publications filter.deduplication_level: description: Deduplication Level type: string enum: - 'Off' - Similar - NearExact filter.from_date: type: string format: date description: 'From date format : YYYY-MM-DD' to_date: type: string format: date description: 'To date format : YYYY-MM-DD' days_range: default: Last3months description: Number of days from current day type: string enum: - LastDay - LastWeek - LastMonth - Last3Months - Last6Months - LastYear - Last2Years - Last5Years - AllDates language: type: string default: en description: Language Codes to be included sort: default: -PublicationDateChronological description: Sorting methods type: string enum: - PublicationDateChronological - -PublicationDateChronological - Relevance - RelevanceMediumFreshness - RelevanceHighFreshness - ArrivalTime - FreshnessDateChronological - -FreshnessDateChronological - FIFO - LIFO - BestDateChronological - -BestDateChronological page[offset]: type: - integer - string description: Page offset page[limit]: type: - integer - string description: page limit required: - filter.search_string searchRequest: type: object properties: data: type: object properties: type: type: string default: PortfolioNews attributes: type: object properties: codes: type: array items: type: object properties: score: type: integer symbol: type: string paging: type: object properties: offset: type: integer limit: type: integer query: type: string return_ranking_info: type: boolean required: - data searchRequestData: type: object properties: type: type: string default: PortfolioNews attributes: type: object properties: codes: type: array items: type: object properties: score: type: integer symbol: type: string paging: type: object properties: offset: type: integer limit: type: integer query: type: string return_ranking_info: type: boolean searchRequestDataAttributes: type: object properties: codes: type: array items: type: object properties: score: type: integer symbol: type: string paging: type: object properties: offset: type: integer limit: type: integer query: type: string return_ranking_info: type: boolean searchRequestCodes: type: object properties: score: type: integer symbol: type: string emergingSearchRequest: type: object title: emergingSearchRequest properties: data: type: object title: emergingSearchRequestData properties: id: type: string default: Emerging enum: - Emerging type: type: string default: DiscoveryGroup enum: - DiscoveryGroup attributes: type: object title: emergingSearchRequestDataAttributes properties: baseline_days: type: integer format: int32 description: Number of days for the baseline search minimum: 1 default: 30 target_hours: type: integer format: int32 description: Number of hours for the inspected search minimum: 1 maximum: 24 default: 12 target_filters: type: - string - 'null' description: Custom filtering search string for narrowing the inspected search (like industry, region, etc.) default: '' required: - id - type - attributes required: - data emergingSearchRequestData: type: object title: emergingSearchRequestData properties: id: type: string default: Emerging enum: - Emerging type: type: string default: DiscoveryGroup enum: - DiscoveryGroup attributes: type: object title: emergingSearchRequestDataAttributes properties: baseline_days: type: integer format: int32 description: Number of days for the baseline search minimum: 1 default: 30 target_hours: type: integer format: int32 description: Number of hours for the inspected search minimum: 1 maximum: 24 default: 12 target_filters: type: - string - 'null' description: Custom filtering search string for narrowing the inspected search (like industry, region, etc.) default: '' required: - id - type - attributes emergingSearchRequestDataAttributes: type: object title: emergingSearchRequestDataAttributes properties: baseline_days: type: integer format: int32 description: Number of days for the baseline search minimum: 1 default: 30 target_hours: type: integer format: int32 description: Number of hours for the inspected search minimum: 1 maximum: 24 default: 12 target_filters: type: - string - 'null' description: Custom filtering search string for narrowing the inspected search (like industry, region, etc.) default: '' emergingSearchResponse: type: object title: emergingSearchResponse properties: meta: type: object title: emergingSearchResponseMeta properties: count: type: integer description: Number of discovery groups returned user_search_query: type: string description: The search query that has been used for retrieval of the user dataset during the results generation debug_info: type: object data: type: array items: type: object title: emergingSearchResponseDiscoveryGroup properties: type: type: string description: Denotes type of resource id: type: string description: What type of navigators the discovery group consists of ("snapshot" for group that aggregates upon different navigators) enum: - company - industry - subject - region - person - snapshot attributes: type: object title: emergingSearchResponseDiscoveryGroupAttributes properties: items: type: array items: type: object title: emergingSearchResponseDiscoveryGroupItem properties: item_type: type: string description: Factiva navigator type identifier enum: - co - in - ns - re - pe code: type: string description: Factiva navigator code of the item descriptor: type: string description: User-friendly name of the navigator item, in the requested UI language relevance: type: number description: The relevance index of the navigator item in the last hours (CF-IDF) description: List of specific group items ordered descending by relevance emergingSearchResponseMeta: type: object title: emergingSearchResponseMeta properties: count: type: integer description: Number of discovery groups returned user_search_query: type: string description: The search query that has been used for retrieval of the user dataset during the results generation debug_info: type: object emergingSearchResponseDiscoveryGroup: type: object title: emergingSearchResponseDiscoveryGroup properties: type: type: string description: Denotes type of resource id: type: string description: What type of navigators the discovery group consists of ("snapshot" for group that aggregates upon different navigators) enum: - company - industry - subject - region - person - snapshot attributes: type: object title: emergingSearchResponseDiscoveryGroupAttributes properties: items: type: array items: type: object title: emergingSearchResponseDiscoveryGroupItem properties: item_type: type: string description: Factiva navigator type identifier enum: - co - in - ns - re - pe code: type: string description: Factiva navigator code of the item descriptor: type: string description: User-friendly name of the navigator item, in the requested UI language relevance: type: number description: The relevance index of the navigator item in the last hours (CF-IDF) description: List of specific group items ordered descending by relevance emergingSearchResponseDiscoveryGroupItem: type: object title: emergingSearchResponseDiscoveryGroupItem properties: item_type: type: string description: Factiva navigator type identifier enum: - co - in - ns - re - pe code: type: string description: Factiva navigator code of the item descriptor: type: string description: User-friendly name of the navigator item, in the requested UI language relevance: type: number description: The relevance index of the navigator item in the last hours (CF-IDF) parameters: {} basePath: /content host: api.dowjones.com schemes: - https securityDefinitions: Bearer: type: apiKey name: Authorization in: header responses: {}