Example:
{ "offset": 0, "limit": 10, "totalFound": 130, "content": [ ... ] } |
Fields description
name | type | description |
---|---|---|
offset | string | offset from which the results will be returned |
limit | string | max number of result to return |
totalFound | string | actual number of results ( without applying limit and offset ) |
content | string | result objects |