/articles/user/:idUser[/:start]
Allowed HTTP Methods
- GET - Returns all available articles for a specified user, either by its ID or exact username. Is limited to 100 entities. Use the
start
parameter to paginate if the user has more than 100 articles.
Resource Information
- Authentication - Only required for App
- Response Format - XML or JSON
- Response Object - Article
- API Version - 1.0
- Resource URI -
https://api.cardmarket.com/ws/v1.1/articles/user/:idUser[/:start]
Parameters
idUser
- User ID or username
- Type: either integer or string
- Mandatory
start
- Default: 1. If specified, entities are returned starting from the number provided.
- Type: integer
- Optional
- See also: Partial Content Documentation
Example Request
GET https://api.cardmarket.com/ws/v1.1/articles/user/126348594
GET https://api.cardmarket.com/ws/v1.1/articles/user/126348594/201
GET https://api.cardmarket.com/ws/v1.1/articles/user/JonDoe
GET https://api.cardmarket.com/ws/v1.1/articles/user/JonDoe/101