Search Knowledge Base by Keyword

Querying the products (paging)

The URI to be used for paging the list of products in the archive shall follow the syntax below:

https://catalogue.onda-dias.eu/dias-catalogue/Products?$skip=<N>&$top=<M>

where $skip=<N> is the number of records to skip before it retrieves records in a collection and $top=<M> is the maximum number of records to return.

Example:

https://catalogue.onda-dias.eu/dias-catalogue/Products?$skip=10&$top=50

this OData URI allows to list 50 products skipping the first 10.