Pagination
Search requests return paginated results.
Parameters
Example: Search for catalog items with a template ID = 1 (paginated)
{
"query": {
"$and": [
{
"$eq": [
"templateid",
1
]
}
]
},
"start": 0,
"rows": 100
}Last updated
Was this helpful?

