Get List of Available Filters

GET {{baseUrl}}/surveys/:surveyId/filters

Gets a list of the available filters for the given survey. Filters are survey specific, and can only be set up via the Qualtrics web page for your brand. You can find more information on how to add filters at the Filtering Responses support page.

The most important field in the response you get from this call are the returned filterIds. You can use these to narrow your exports to responses that fit conditions of your choice.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"result":{"elements":[{"filterName":"\u003cstring\u003e","creationDate":"\u003cdateTime\u003e","filterId":"\u003cstring\u003e"},{"filterName":"\u003cstring\u003e","creationDate":"\u003cdateTime\u003e","filterId":"\u003cstring\u003e"}],"nextPage":"\u003cstring\u003e"},"meta":{"requestId":"\u003cstring\u003e","httpStatus":"\u003cstring\u003e","notice":"\u003cstring\u003e","error":{"errorCode":"\u003cstring\u003e","errorMessage":"\u003cstring\u003e"}}}