post
https://api.surense.com/api/v1/contacts/search
Search contacts with filtering and pagination.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Example:
{
"startRow": 0,
"endRow": 5,
"sorts": [
{
"dir": "asc",
"field": "fullName"
}
],
"filtersOperator": "and",
"filters": [
{
"field": "role",
"operator": "contains",
"value": "מנהל"
}
]
}