Responder.Listcurl --location --request GET 'https://api.e-satisfaction.com/v3.2/q/responder' \
--header 'Content-Type: application/json' \
--data-raw '{
"organization_id": "string",
"search": "string",
"filter_by": {
"EQUAL": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"NOT_EQUAL": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"null": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"NOT_NULL": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"GREATER_THAN": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"LESS_THAN": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"GREATER_EQUAL": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"LESS_EQUAL": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"LIKE": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"NOT_LIKE": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"IN": [
{
"COLUMN_NAME": "VALUE_NAME"
}
],
"NOT_IN": [
{
"COLUMN_NAME": "VALUE_NAME"
}
]
},
"order_by": {
"ASC": [
"string"
],
"DESC": [
"string"
]
},
"pagination": {
"page": 1,
"max_per_page": 1,
"include_results": true
}
}'[
{
"page": 0,
"max_per_page": 0,
"last_page": 0,
"total_results": 0,
"results": [
{
"responder_id": "string",
"organization_id": "string",
"application_id": "string",
"email": "string",
"phone_number": "string",
"first_name": "string",
"last_name": "string",
"metadata": [
{
"name": "string",
"value": "string",
"value_text": "string",
"value_number": 0,
"value_date": "string",
"value_boolean": true,
"original_value": "string"
}
],
"created_time": "string",
"updated_time": "string",
"last_response_time": "string",
"created_by": "string",
"updated_by": "string"
}
]
}
]