Appearance
Retrieve all articles with their title
This endpoint returns an array of simple objects containing the article number and the title of the article
Query parameter
offset- required - the index of the offset pagination, defaults to 0searchTerm- required - a search term, leave blank to request all articles
Response
The Response returns an array of 20 objects.
json
[
{
"artnr": "900155",
"label": "Sonnendach \"MAURITIUS PREMIUM 260\" hellgrau",
"checked": 0
},
{
"artnr": "900156",
"label": "Sonnendach \"MAURITIUS PREMIUM 300\" hellgrau",
"checked": 0
},
{
"artnr": "900157",
"label": "Sonnendach \"MAURITIUS PREMIUM 260\" hellgrau",
"checked": 0
},
{
"artnr": "900158",
"label": "Sonnendach \"MAURITIUS PREMIUM DARK 300\" anthrazit",
"checked": 0
}
]For more information on the properties, see: properties explained.