Get Section
Name | Description |
---|---|
HTTP Method | GET |
URL | https://api.newsweaver.com/v2/{account code}/section/{section identifier} |
Query Parameters | No |
Request representation | N/A |
Response representation | Section |
Success Response Code | 200 Ok |
Errors
403 - Forbidden
if API user doesn't haveREAD
access toSECTIONS
- 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>