REST API

REST API

Legacy Poppulo platform REST API

Get Article Body Image

Overview

NameDescription
HTTP MethodGET
URLhttps://api.newsweaver.com/v2/{account code}/article/{article id}/body_image
Query ParametersN/A
Request representationN/A
Response representationImage
Success Response Code200 Ok

Notes

Please note the Content-Type header to determine the type of image.

Errors

  • 403 - Forbidden if API user doesn't have READ access to ARTICLES
  • 404 - Not Found if the article identifier does not exist
  • 404 - Not Found if the article lacks a body image
  • Common errors (user/account authentication errors, API usage limit errors)