REST API

REST API

Legacy Poppulo platform REST API

Get Section

Overview

NameDescription
HTTP MethodGET
URLhttps://api.newsweaver.com/v2/{account code}/section/{section identifier}
Query ParametersNo
Request representationN/A
Response representationSection
Success Response Code200 Ok

Errors

  • 403 - Forbidden if API user doesn't have READ access to SECTIONS
  • Common errors (user/account authentication errors, API usage limit errors)

Example: GET https://api.newsweaver.com/v2/example-account/section/1234

<section is_display="true" is_profile="false" uri="https://api.newsweaver.com/v2/example-account/section/1234">
    <name>Feature Story</name>
    <display_title>Feature Story</display_title>
</section>