post
https://api.surense.com/api/v1/meetings/search
Search meetings with filtering and pagination.
Example:
{
"startRow": 0,
"endRow": 25,
"sorts": [
{
"dir": "desc",
"field": "createdDate"
}
],
"filtersOperator": "and",
"filters": [
{
"field": "subject",
"operator": "contains",
"value": "חן"
},
{
"field": "type",
"operator": "isAnyOf",
"value": [
2
]
}
]
}