Skip to main content

Introduction

Introduction

This document provides details about the paginated list of products for eLimu, including the available API endpoints and the core parameters used in product retrieval.

ENDPOINTS

GET /edtech/v1/products
GET ONE /edtech/v1/products/:id

Get Products Request Object Core Parameters


id

Specifies the order in which the products should be retrieved. It can be either ASC for ascending or DESC for descending order.


orderBy

The orderBy of the product describes the order in which you want to receive the products, it can be ASC or DESC.


searchTerm

An searchterm is use to search for specific product.

take

The take parameter specifies the maximum number of items to retrieve in a single request. For example, if take is set to 10, the API will return up to 10 items in the response. If there are fewer than 10 items available, it will return only the available items.