Legacy Poppulo platform REST API
Name | Description |
---|---|
HTTP Method | GET |
URL | https://api.newsweaver.com/v2/{account code}/publications |
Query Parameters | Yes |
Request representation | N/A |
Response representation | Publication List |
Success Response Code | 200 Ok |
Name | Allowed Values | Description | Default |
---|---|---|---|
category 1 | newsletter flyer all | Filter the list by publication type | all |
permission | [name of a permission] | Restrict to publications associated with this permission | N/A |
fields | [comma separated list of field names] | Used to restrict the size of the XML returned by omitting unnecessary fields | name description |
order_asc | code name | Sort the list in ascending order by the given field | N/A |
order_desc | code name | Sort the list in descending order by the given field | N/A |
403 - Forbidden
if API user doesn't have READ
access to PUBLICATIONS
order_asc
and order_desc
together is undefined.Example: GET https://api.newsweaver.com/v2/sample-account/publications
<publications total="2" uri="https://api.newsweaver.com/v2/example-account/publications">
<itemsPerPage>1000</itemsPerPage>
<startIndex>0</startIndex>
<totalResults>2</totalResults>
<publication code="newsletter" uri="https://api.newsweaver.com/v2/example-account/publication/63795">
<name>Newsletter</name>
<description>This is a Newsletter.</description>
</publication>
<publication code="seasonalcard" uri="https://api.newsweaver.com/v2/example-account/publication/77555">
<name>Seasonal Card</name>
</publication>
</publications>
This functionality is deprecated and may not be available to you. ↩