The Show method returns a single News Articles for a given id. You may provide optional parameters plain_text=true and basic_html=true.

Attributes

AttributeTypeNotes
idIntegerUnique id assigned by NGIN
content_node_idIntegerID of content_node assigned by NGIN
titleStringTitle of the news article. Max length is 300.
authorStringAuthor of the news article. Max Length 100.
news_dateDatetimeThe date and time the article was published.
statusenumerated stringPossible values: "draft", "published". Defaults to "draft"
teaserStringVery short description of news article. Max length is 300.
preview_textTextShort description of news article that will show up on on the article and/or news aggregators depending on the values of show_preview_text_with_article and show_preview_text_in_aggregator. Max length is 30,000.
show_image_with_articleBooleanDefaults to true. If true then show the preview image with the article
show_image_in_aggregatorBooleanDefaults to true. If true then show the preview image in news aggregators
show_preview_text_with_articleBooleanDefaults to true. If true then show the preview_text with the article
show_preview_text_in_aggregatorBooleanDefaults to true. If true then show the preview_text in news aggregators
page_node_idsStringComma separated list of page node ids (i.e. tag ids). Required when creating or updating
page_node_tagsArrayRead only list of page nodes tagged to the requested News Article
created_onDatetimeRead only
updated_onDatetimeRead only
uploaded_dataFileImage data. Create or update requests only.
Language