Enterprise+
/search-public/persons
Body
- Type: string | null
collection - Type: string | null
filter _by - Type: integer | nullFormat: int32
page Signed 32-bit integers (commonly used integer type).
- Type: integer | nullFormat: int32
per _page Signed 32-bit integers (commonly used integer type).
- Type: string | null
q - Type: string | null
query _by - Type: string | null
sort _by
Responses
200 OK
Request Example for post/search-public/persons
curl https://lens-api.tic.io/search-public/persons \
--request POST \
--header 'Content-Type: application/json-patch+json' \
--header 'x-api-key: YOUR_SECRET_TOKEN' \
--data '{
"collection": null,
"q": null,
"query_by": null,
"filter_by": null,
"sort_by": null,
"per_page": null,
"page": null
}'
No Body