-
Notifications
You must be signed in to change notification settings - Fork 6
How to filter respondents
Andrés Atencio edited this page Jun 30, 2020
·
7 revisions
To filter respondents you can use some expressions in the form of field1:value1 field2:value2
. You can mention as many conditions as needed. Respondents that match all the conditions will be shown as result.
You can filter by
-
disposition
- Eg:
disposition:started
- Eg:
disposition:rejected
- Eg:
disposition:refused
- Eg:
disposition:partial
- Eg:
disposition:"interim partial"
1 - Eg:
disposition:ineligible
- Eg:
disposition:completed
- Eg:
disposition:breakoff
- Eg:
-
mode
- Eg:
mode:sms
- Eg:
mode:ivr
- Eg:
mode:"mobile web"
1
- Eg:
-
since
- Eg:
since:2020-03-01
to show respondents updated since the given date in YYYY-MM-DD format. - Eg:
since:"2020-03-01 15:00"
to show respondents updated since the given date in YYYY-MM-DD HH:MM format. 1
- Eg:
-
state
- Eg:
state:pending
- Eg:
state:active
- Eg:
state:completed
- Eg:
state:failed
- Eg:
state:rejected
- Eg:
state:cancelled
- Eg:
1 Quotes are needed because the value has a space.