Returns the total count of records matching the specified search criteria and filters
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A filter object used to filter results. It allows complex query conditions based on fields, operators, and values.
Set the view you want to fetch, default is first view. result will filter and sort by view options.
"viwXXXXXXX"
Search for records that match the specified field and value
1
elementWhen a viewId is specified, configure this to true will ignore the view's filter, sort, etc
Search count with query
The response is of type object
.