Responder.Listcurl --location --request GET 'https://api.e-satisfaction.com/v3.2/q/responder/count' \
--header 'Content-Type: application/json' \
--data-raw '{
"organization_id": "ABC123",
"filter_by": {
"EQUAL": {
"title": "30 seconds for better e-purchases!"
}
},
"order_by": {
"ASC": {
"0": "title"
}
},
"pagination": {
"page": 1,
"max_per_page": 25,
"include_results": true
}
}'{
"count": 123
}