Skip to main content
POST
/
search
/
{name}
/
find
{
  "pageInfo": {
    "first": true,
    "last": true
  },
  "totalCount": 123,
  "currentPage": 123,
  "totalPages": 123,
  "data": [
    {}
  ]
}

Path Parameters

name
string
required

Query Parameters

productId
string
required

The productId

Body

application/json

Response

200 - application/json
pageInfo
object
required

the page info

totalCount
number
required

the total number of items

currentPage
number
required

the current page

totalPages
number
required

the total number of pages

data
object[]
required

Array of generic search result objects