GET v1/Issue/{issueKey}/ArticlesLegacy
This will return all articles in a single issue
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| issueKey |
The identifier for the issue you want |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 with Issue if found, HTTP 404 Otherwise
IssueArticle| Name | Description | Type | Additional information |
|---|---|---|---|
| ArticleKey | integer |
None. |
|
| Title | string |
None. |
|
| Subtitle | string |
None. |
|
| ISSN | string |
None. |
|
| Section | string |
None. |
|
| Subsection | string |
None. |
|
| StartingPageName | string |
None. |
|
| PageRange | string |
None. |
|
| GenreName | string |
None. |
|
| Genre | Genre |
None. |
|
| Teaser | string |
None. |
|
| ArticleFile | string |
None. |
|
| Notes | string |
None. |
|
| IsPublished | boolean |
None. |
|
| Updated | date |
None. |
|
| UpdatedBy | string |
None. |
|
| GenreId | integer |
None. |
|
| Wordcount | integer |
None. |
|
| MediaCount | integer |
None. |
|
| MediaReviewCount | integer |
None. |
|
| Featured | boolean |
None. |
|
| FeaturedTitle | string |
None. |
|
| FeaturedSequence | integer |
None. |
|
| ArchiveFeatured | boolean |
None. |
|
| ArchivePriority | integer |
None. |
|
| Body |
The article text as input in the Bondi Meta Data Editor by a user |
string |
None. |
| HasBody | boolean |
None. |
|
| StartingSpread | Object |
None. |
|
| Slug | string |
None. |
|
| EditorPick |
Computed from CustomFieldValues |
boolean |
None. |
| AwardWinner | boolean |
None. |
|
| CustomFieldValues | Collection of ArticleCustomFieldValue |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<IssueArticle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bondi.Repository.Models">
<ArchiveFeatured>true</ArchiveFeatured>
<ArchivePriority>1</ArchivePriority>
<ArticleFile>sample string 11</ArticleFile>
<ArticleKey>1</ArticleKey>
<Body>sample string 18</Body>
<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>
<Featured>true</Featured>
<FeaturedSequence>1</FeaturedSequence>
<FeaturedTitle>sample string 17</FeaturedTitle>
<GenreId>1</GenreId>
<GenreName>sample string 9</GenreName>
<HasBody>true</HasBody>
<ISSN>sample string 4</ISSN>
<IsPublished>true</IsPublished>
<MediaCount>15</MediaCount>
<MediaReviewCount>16</MediaReviewCount>
<Notes>sample string 12</Notes>
<PageRange>sample string 8</PageRange>
<Section>sample string 5</Section>
<Slug>sample string 21</Slug>
<StartingPageName>sample string 7</StartingPageName>
<StartingSpread />
<Subsection>sample string 6</Subsection>
<Subtitle>sample string 3</Subtitle>
<Teaser>sample string 10</Teaser>
<Title>sample string 2</Title>
<Updated>2026-03-10T17:04:35.8265479+00:00</Updated>
<UpdatedBy>sample string 14</UpdatedBy>
<Wordcount>1</Wordcount>
</IssueArticle>