post
https://api.surense.com/api/v1/documents/search
Search documents with filtering and pagination.
Example:
{
"startRow": 0,
"endRow": 10,
"sorts": [
{
"dir": "desc",
"field": "createdDate"
}
],
"filtersOperator": "and",
"filters": [
{
"field": "typeId",
"operator": "isAnyOf",
"value": [
"5f72bf7a-de42-45e6-bc25-d96cf2512e5d"
]
},
{
"field": "name",
"operator": "contains",
"value": "בדיקה"
},
{
"field": "customerId",
"value": "2d037b9f-350d-4069-9a19-99b4f67dbf3a",
"operator": "equals"
}
]
}