Explore Item
Retrieve a list of items with various filtering and sorting options.
The Explore Item API provides a way to discover and explore items in the CDP based on different criteria. This guide outlines the usage, parameters, and response structure for exploring items.
POST
https://api.ants.tech/access/api/item/:bo_id/explore
Headers
Authorization*
String
Bearer <ACCESS_TOKEN>
Request Body
page*
Number
The page number of results to retrieve. Each page typically contains a fixed number of items. For example, 10
limit*
Number
Allows you to control the number of results returned in a response. For example, 100
sort*
String
Specify the sorting criteria for the list of items. Available options might include sorting by name, date added, or popularity.
az*
String
Include this parameter to sort the list of items in ascending order. If not provided, the default sorting may apply.
columns*
String
Specify the column by which the list of items should be sorted. For example, "id","name","code_status",...
filters*
String
Apply filters to narrow down the list of items based on specific criteria. For example, you could filter by category, price range, or availability.
Last updated