REST API

REST API

Legacy Poppulo platform REST API

Article List

Overview

This is a list of Article entities.

Example

<articles total="2" uri="https://api.newsweaver.com/v2/example-account/issue/123/articles">
    <itemsPerPage>1000</itemsPerPage>
    <startIndex>0</startIndex>
    <totalResults>2</totalResults>
    <article uri="https://api.newsweaver.com/v2/example-account/article/456">
        <status>APPROVED</status>
        <title>Example Approved Article</title>
    </article>
    <article uri="https://api.newsweaver.com/v2/example-account/article/789">
        <status>DRAFT</status>
        <title>Example Draft Article</title>
    </article>
 </articles>

See calls: