Product Controller

Get products with filters

Retrieve products with optional search by product name, country name, or state name. Latest products appear first. Returns basic product info without country prices.

get/products

Query parameters

searchstring
Example:Product

Search by product name, country name, or state name

isFastTrackboolean
Example:true

Filter products by fast track flag

isPaperCopyboolean

Filter products by paper copy flag

pagenumber required

Page number for pagination

sizenumber required
Example:10

Number of items per page

Response

Products retrieved successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.