searchFilterResponse Type

searchFilterResponse is returned for all searchFilter operations except getList and getListRemote.

searchFilterResponse always contains the following common elements:

  • authToken
  • resultCount
  • statusCode
  • statusMessage
  • summaryOnly

If resultCount is 1 and statusCode is 2000 (successful), the resultSet element is included after resultCount listing the following Search Filter details:

  • expression1
  • expression2
  • expressionOperator
  • expressionType
  • filterDescription
  • filterName
  • sharedWithOtherUsers

If resultCount is 0 and statusCode is not 2000 (successful), an error is returned in statusMessage.