POST v1/Article/{articleKey}/Featured
Finds the article matching the specified articleKey and updates the "featured" attributes.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| articleKey | integer |
Required |
Body Parameters
Article| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientPrefix | string |
None. |
|
| ArticleKey | integer |
None. |
|
| IssueKey | integer |
None. |
|
| Identifier | string |
None. |
|
| Title | string |
None. |
|
| Subtitle | string |
None. |
|
| PublicationName | string |
None. |
|
| CoverDate | date |
None. |
|
| CoverDisplayDate | string |
None. |
|
| Volume | string |
None. |
|
| IssueNumber | string |
None. |
|
| IssueName | string |
None. |
|
| IssueIsLocked | boolean |
None. |
|
| Section | string |
None. |
|
| Subsection | string |
None. |
|
| StartingPageName | string |
None. |
|
| StartingSpread | integer |
None. |
|
| PageRange | string |
None. |
|
| Genre | string |
None. |
|
| Teaser | string |
None. |
|
| IsPublished | boolean |
None. |
|
| GenreId | integer |
None. |
|
| Wordcount | integer |
None. |
|
| Slug | string |
None. |
|
| CoverImage |
CoverImage Thumbnail URL of the Issue this article belongs to. |
string |
None. |
| Creators |
Comma separated string of the first 3 article creators |
string |
None. |
| HasBody |
Returns True if a user entered a body for this article. |
boolean |
None. |
| Cover |
Returns front or back if article is on a cover. |
string |
None. |
| ImageFormat |
The format for Viewer Images |
string |
None. |
| PageThumbFormat |
The format for the thumbstrip images |
string |
None. |
| Featured |
Returns True if the article is marked as Featured in Attributes |
boolean |
None. |
| FeaturedSequence |
Returns True if the article is marked as Featured in Attributes |
integer |
None. |
| Sequence |
This is our placeholder for the Featured Sequence in Bondi.Articles |
integer |
None. |
| TopicSlug |
The slug that the section belongs to if it exist |
string |
None. |
| CustomFields |
Single Record of Article Custom Fields |
ArticleCustomFieldValue |
None. |
| EditorPick |
Computed from CustomFieldValues |
boolean |
None. |
| AwardWinner |
Computed from CustomFieldValues |
boolean |
None. |
| ArticleCreatorsString |
Creator string showing up to 3 Article Creators and appending (N more...) if needed |
string |
None. |
| Contributors | Dictionary of string [key] and Collection of ArticleContributor [value] |
None. |
|
| CompanyName | string |
None. |
|
| BaseThumbUrl | string |
None. |
|
| ThumbnailLinkMedium | string |
None. |
|
| SlugDate | string |
None. |
|
| Pages | Collection of IssuePage |
None. |
|
| Spreads | Collection of PageSpread |
None. |
|
| PagesInSpreads | Collection of IssuePage |
None. |
|
| ArticleContributors | Collection of ArticleContributor |
None. |
|
| ArticleCreators | Collection of ArticleCreator |
None. |
|
| CustomFieldValues | Collection of ArticleCustomFieldValue |
None. |
|
| Attributes |
User entered article attributes for the Bondi Viewer |
ArticleAttributes |
None. |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml, text/xml
<Article xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bondi.Repository.Models">
<ArticleContributors>
<ArticleContributor>
<ArticleContributorKey>1</ArticleContributorKey>
<Contributor>sample string 2</Contributor>
<TopicSlug>sample string 5</TopicSlug>
<TopicType>sample string 6</TopicType>
<TypeDescription>sample string 4</TypeDescription>
<TypeId>3</TypeId>
</ArticleContributor>
<ArticleContributor>
<ArticleContributorKey>1</ArticleContributorKey>
<Contributor>sample string 2</Contributor>
<TopicSlug>sample string 5</TopicSlug>
<TopicType>sample string 6</TopicType>
<TypeDescription>sample string 4</TypeDescription>
<TypeId>3</TypeId>
</ArticleContributor>
</ArticleContributors>
<ArticleCreators>
<ArticleCreator>
<ArticleCreatorKey>2</ArticleCreatorKey>
<ArticleKey>3</ArticleKey>
<ClientPrefix>sample string 1</ClientPrefix>
<Creator>sample string 5</Creator>
<IssueKey>4</IssueKey>
</ArticleCreator>
<ArticleCreator>
<ArticleCreatorKey>2</ArticleCreatorKey>
<ArticleKey>3</ArticleKey>
<ClientPrefix>sample string 1</ClientPrefix>
<Creator>sample string 5</Creator>
<IssueKey>4</IssueKey>
</ArticleCreator>
</ArticleCreators>
<ArticleKey>2</ArticleKey>
<Attributes>
<ArticleKey>1</ArticleKey>
<Body>sample string 4</Body>
<EditDate>2026-03-10T17:04:45.4932731+00:00</EditDate>
<EditorId>1</EditorId>
<EditorNotes>sample string 6</EditorNotes>
<EditorNotesLocation>1</EditorNotesLocation>
<Featured>true</Featured>
<FeaturedSequence>1</FeaturedSequence>
<FeaturedTitle>sample string 3</FeaturedTitle>
<ImageUrl>sample string 5</ImageUrl>
</Attributes>
<BaseThumbUrl>sample string 35</BaseThumbUrl>
<ClientPrefix>sample string 1</ClientPrefix>
<CompanyName>sample string 34</CompanyName>
<Cover>sample string 25</Cover>
<CoverDate>2026-03-10T17:04:45.4932731+00:00</CoverDate>
<CoverDisplayDate>sample string 9</CoverDisplayDate>
<CoverImage>sample string 22</CoverImage>
<Creators>sample string 23</Creators>
<CustomFieldValues>
<ArticleCustomFieldValue>
<ArticleKey>3</ArticleKey>
<ClientPrefix>sample string 1</ClientPrefix>
<IssueKey>2</IssueKey>
</ArticleCustomFieldValue>
<ArticleCustomFieldValue>
<ArticleKey>3</ArticleKey>
<ClientPrefix>sample string 1</ClientPrefix>
<IssueKey>2</IssueKey>
</ArticleCustomFieldValue>
</CustomFieldValues>
<CustomFields>
<ArticleKey>3</ArticleKey>
<ClientPrefix>sample string 1</ClientPrefix>
<IssueKey>2</IssueKey>
</CustomFields>
<Genre>sample string 19</Genre>
<GenreId>1</GenreId>
<HasBody>true</HasBody>
<Identifier>sample string 4</Identifier>
<ImageFormat>sample string 26</ImageFormat>
<IsPublished>true</IsPublished>
<IssueIsLocked>true</IssueIsLocked>
<IssueKey>3</IssueKey>
<IssueName>sample string 12</IssueName>
<IssueNumber>sample string 11</IssueNumber>
<PageRange>sample string 18</PageRange>
<PageThumbFormat>sample string 27</PageThumbFormat>
<Pages>
<IssuePage>
<Articles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</Articles>
<CoverType>sample string 13</CoverType>
<HasText>true</HasText>
<HasTextArticleKey>1</HasTextArticleKey>
<HasTextArticleKeys>sample string 12</HasTextArticleKeys>
<Height>1</Height>
<ImageFormat>sample string 8</ImageFormat>
<IssueKey>2</IssueKey>
<JumpLinks xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</JumpLinks>
<PageKey>1</PageKey>
<PageName>sample string 5</PageName>
<PageSizes>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
</PageSizes>
<SecureImageFormat>sample string 9</SecureImageFormat>
<Sequence>3</Sequence>
<Spread>4</Spread>
<SpreadSequence>7</SpreadSequence>
<TextArticles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</TextArticles>
<TogglePage>sample string 10</TogglePage>
<Width>6</Width>
</IssuePage>
<IssuePage>
<Articles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</Articles>
<CoverType>sample string 13</CoverType>
<HasText>true</HasText>
<HasTextArticleKey>1</HasTextArticleKey>
<HasTextArticleKeys>sample string 12</HasTextArticleKeys>
<Height>1</Height>
<ImageFormat>sample string 8</ImageFormat>
<IssueKey>2</IssueKey>
<JumpLinks xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</JumpLinks>
<PageKey>1</PageKey>
<PageName>sample string 5</PageName>
<PageSizes>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
</PageSizes>
<SecureImageFormat>sample string 9</SecureImageFormat>
<Sequence>3</Sequence>
<Spread>4</Spread>
<SpreadSequence>7</SpreadSequence>
<TextArticles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</TextArticles>
<TogglePage>sample string 10</TogglePage>
<Width>6</Width>
</IssuePage>
</Pages>
<PagesInSpreads>
<IssuePage>
<Articles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</Articles>
<CoverType>sample string 13</CoverType>
<HasText>true</HasText>
<HasTextArticleKey>1</HasTextArticleKey>
<HasTextArticleKeys>sample string 12</HasTextArticleKeys>
<Height>1</Height>
<ImageFormat>sample string 8</ImageFormat>
<IssueKey>2</IssueKey>
<JumpLinks xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</JumpLinks>
<PageKey>1</PageKey>
<PageName>sample string 5</PageName>
<PageSizes>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
</PageSizes>
<SecureImageFormat>sample string 9</SecureImageFormat>
<Sequence>3</Sequence>
<Spread>4</Spread>
<SpreadSequence>7</SpreadSequence>
<TextArticles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</TextArticles>
<TogglePage>sample string 10</TogglePage>
<Width>6</Width>
</IssuePage>
<IssuePage>
<Articles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</Articles>
<CoverType>sample string 13</CoverType>
<HasText>true</HasText>
<HasTextArticleKey>1</HasTextArticleKey>
<HasTextArticleKeys>sample string 12</HasTextArticleKeys>
<Height>1</Height>
<ImageFormat>sample string 8</ImageFormat>
<IssueKey>2</IssueKey>
<JumpLinks xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</JumpLinks>
<PageKey>1</PageKey>
<PageName>sample string 5</PageName>
<PageSizes>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
</PageSizes>
<SecureImageFormat>sample string 9</SecureImageFormat>
<Sequence>3</Sequence>
<Spread>4</Spread>
<SpreadSequence>7</SpreadSequence>
<TextArticles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</TextArticles>
<TogglePage>sample string 10</TogglePage>
<Width>6</Width>
</IssuePage>
</PagesInSpreads>
<PublicationName>sample string 7</PublicationName>
<Section>sample string 14</Section>
<Sequence>1</Sequence>
<Slug>sample string 21</Slug>
<Spreads>
<PageSpread>
<Articles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</Articles>
<EndPageKey>3</EndPageKey>
<HasText>true</HasText>
<HasTextArticleKey>1</HasTextArticleKey>
<HasTextArticleKeys>sample string 12</HasTextArticleKeys>
<Height>7</Height>
<ImageFormat>sample string 8</ImageFormat>
<JumpLinks xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</JumpLinks>
<PageRange>sample string 4</PageRange>
<PageSizes>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
</PageSizes>
<Pages>
<IssuePage>
<Articles xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</Articles>
<CoverType>sample string 13</CoverType>
<HasText>true</HasText>
<HasTextArticleKey>1</HasTextArticleKey>
<HasTextArticleKeys>sample string 12</HasTextArticleKeys>
<Height>1</Height>
<ImageFormat>sample string 8</ImageFormat>
<IssueKey>2</IssueKey>
<JumpLinks xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</JumpLinks>
<PageKey>1</PageKey>
<PageName>sample string 5</PageName>
<PageSizes>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
</PageSizes>
<SecureImageFormat>sample string 9</SecureImageFormat>
<Sequence>3</Sequence>
<Spread>4</Spread>
<SpreadSequence>7</SpreadSequence>
<TextArticles xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</TextArticles>
<TogglePage>sample string 10</TogglePage>
<Width>6</Width>
</IssuePage>
<IssuePage>
<Articles xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</Articles>
<CoverType>sample string 13</CoverType>
<HasText>true</HasText>
<HasTextArticleKey>1</HasTextArticleKey>
<HasTextArticleKeys>sample string 12</HasTextArticleKeys>
<Height>1</Height>
<ImageFormat>sample string 8</ImageFormat>
<IssueKey>2</IssueKey>
<JumpLinks xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</JumpLinks>
<PageKey>1</PageKey>
<PageName>sample string 5</PageName>
<PageSizes>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
</PageSizes>
<SecureImageFormat>sample string 9</SecureImageFormat>
<Sequence>3</Sequence>
<Spread>4</Spread>
<SpreadSequence>7</SpreadSequence>
<TextArticles xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</TextArticles>
<TogglePage>sample string 10</TogglePage>
<Width>6</Width>
</IssuePage>
</Pages>
<SecureImageFormat>sample string 9</SecureImageFormat>
<Spread>1</Spread>
<StartPageKey>2</StartPageKey>
<TextArticles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</TextArticles>
<TogglePage>sample string 10</TogglePage>
<Width>6</Width>
</PageSpread>
<PageSpread>
<Articles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</Articles>
<EndPageKey>3</EndPageKey>
<HasText>true</HasText>
<HasTextArticleKey>1</HasTextArticleKey>
<HasTextArticleKeys>sample string 12</HasTextArticleKeys>
<Height>7</Height>
<ImageFormat>sample string 8</ImageFormat>
<JumpLinks xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</JumpLinks>
<PageRange>sample string 4</PageRange>
<PageSizes>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
</PageSizes>
<Pages>
<IssuePage>
<Articles xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</Articles>
<CoverType>sample string 13</CoverType>
<HasText>true</HasText>
<HasTextArticleKey>1</HasTextArticleKey>
<HasTextArticleKeys>sample string 12</HasTextArticleKeys>
<Height>1</Height>
<ImageFormat>sample string 8</ImageFormat>
<IssueKey>2</IssueKey>
<JumpLinks xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</JumpLinks>
<PageKey>1</PageKey>
<PageName>sample string 5</PageName>
<PageSizes>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
</PageSizes>
<SecureImageFormat>sample string 9</SecureImageFormat>
<Sequence>3</Sequence>
<Spread>4</Spread>
<SpreadSequence>7</SpreadSequence>
<TextArticles xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</TextArticles>
<TogglePage>sample string 10</TogglePage>
<Width>6</Width>
</IssuePage>
<IssuePage>
<Articles xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</Articles>
<CoverType>sample string 13</CoverType>
<HasText>true</HasText>
<HasTextArticleKey>1</HasTextArticleKey>
<HasTextArticleKeys>sample string 12</HasTextArticleKeys>
<Height>1</Height>
<ImageFormat>sample string 8</ImageFormat>
<IssueKey>2</IssueKey>
<JumpLinks xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</JumpLinks>
<PageKey>1</PageKey>
<PageName>sample string 5</PageName>
<PageSizes>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
<PageSize>
<DefaultHeight>5</DefaultHeight>
<DefaultWidth>4</DefaultWidth>
<Device>sample string 2</Device>
<MaxDeviceWidth>3</MaxDeviceWidth>
<MaxHeight>7</MaxHeight>
<MaxWidth>6</MaxWidth>
<PageKey>1</PageKey>
<Pages>sample string 9</Pages>
<SizeSequence>8</SizeSequence>
</PageSize>
</PageSizes>
<SecureImageFormat>sample string 9</SecureImageFormat>
<Sequence>3</Sequence>
<Spread>4</Spread>
<SpreadSequence>7</SpreadSequence>
<TextArticles xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</TextArticles>
<TogglePage>sample string 10</TogglePage>
<Width>6</Width>
</IssuePage>
</Pages>
<SecureImageFormat>sample string 9</SecureImageFormat>
<Spread>1</Spread>
<StartPageKey>2</StartPageKey>
<TextArticles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</TextArticles>
<TogglePage>sample string 10</TogglePage>
<Width>6</Width>
</PageSpread>
</Spreads>
<StartingPageName>sample string 16</StartingPageName>
<StartingSpread>17</StartingSpread>
<Subsection>sample string 15</Subsection>
<Subtitle>sample string 6</Subtitle>
<Teaser>sample string 20</Teaser>
<Title>sample string 5</Title>
<TopicSlug>sample string 30</TopicSlug>
<Volume>sample string 10</Volume>
<Wordcount>1</Wordcount>
</Article>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
HTTP 200 with the article if it is found, HTTP 404 if article is not found
booleanResponse Formats
application/json, text/json
true
application/xml, text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>