Products

Products as used by Studiewinkel.

The product model

The list model contains all the information about the lists and learning materials used in courses at schools.

Properties

  • Name
    ean
    Type
    string
    Description

    The unique ean for the product.


GET/lml/v1/products/mostused

Retrieve the product most used list

This endpoint allows you to retrieve a list of product ean's and the number of lists the product is on. Can be used for ie boosting. Filtering on status of the list is possible.

Request

GET
/lml/v1/products/mostused
curl -G https://lml-api.studiewinkel.nl/api/lml/v1/products/mostused \
  -H "Authorization: Bearer {token}" \

Response

[
  {
    "ean": "9789046907221",
    "count": 360
  },
  {
    ...
  }
]