Documentation
<request>
Summary of the request. This node contains all relevant parameters for the response.
Elements
name | type | description | |
---|---|---|---|
uri | url | full request url | |
start | int | start/offset of the result list (not supported in all methods) | |
limit | int | limit of the result list | |
format | string | output format | |
lang | string | (optional) requested language (only in ch and/or ir-news) | |
teaser | int | (optional) with teaser instead of fulltext | |
media | string | (optional) requested media type | |
ressort | string | (optional) requested ressort | |
branche | string | (optional) requested branche | |
keywords | array | (optional) requested keywords | |
keyword | string | (optional) single requested keyword | |
publicservice | string | (optional) type of the publicservice request | |
region | string | (optional) publicservice region code | |
search | string | (optional) type of the search request | |
term | string | (optional) search term | |
hits | int | (optional) search hits in response |
Example
<request>
<uri>https://api.presseportal.de/api/api/article/all</uri>
<limit>20</limit>
<format>xml</format>
<media>image</image>
<ressort>finanzen</ressort>
</request>