Contents

GET articles/:idProduct

Returns a collection of articles specified by the product id parameter. Returns 206 Partial Content, if the resulting collection contains more than 100 articles. A starting article can be specified by the optional start parameter.


Resource Information
Authentication Required
Response Format XML
HTTP Methods GET
Response Object Article
API Version 1.0


Resource URL

https://www.mkmapi.eu/ws/:user/:apikey/articles/:idProduct[/:start]


Parameters

id Mandatory

id of the product articles are requested for.

start Optional

start can be set to set the starting number of the article returned. Only viable when the request without a start parameter returns a 206 Partial Content because the articles' count is more than 100.


Example Request

GET https://www.mkmapi.eu/ws/someuser/someapikey/articles/22110 GET https://www.mkmapi.eu/ws/someuser/someapikey/articles/12060/101