Search meetings

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
            ]
        }
    ]
}
Language
Credentials
OAuth2
Missing 1 required scope
Click Try It! to start a request and see the response here!