Get Article Section
Name | Description |
---|---|
HTTP Method | GET |
URL | https://api.newsweaver.com/v2/{account code}/article/{article identifier}/section/{section identifier} |
Query Parameters | N/A |
Request representation | N/A |
Response representation | Article Section |
Success Response Code | 200 Ok |
Errors
403 - Forbidden
if API user doesn't haveREAD
access toARTICLES
andSECTIONS
404 - Not Found
if article doesn't exist404 - Not Found
if article doesn't have the given section- Common errors (user/account authentication errors, API usage limit errors)
Example: GET https://api.newsweaver.com/v2/example-account/article/123/section/456
<article_section uri="api.newsweaver.com/v2/example-account/article/123/section/456">
<link href="api.newsweaver.com/v2/example-account/section/456" rel="http://api-info.newsweaver.com/v2/rels/article_section.section" title="Section (456)"/>
<rank>0</rank>
</article_section>