List Campaign Filters

GET {{baseUrl}}/campaign-filters

Use this API to list all campaign filters. You can reduce scope with standard V3 query parameters.

Request Params

KeyDatatypeRequiredDescription
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
startnumberStart/Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.
includeSystemFiltersbooleanIf this is true, the API includes system filters in the count and results. Otherwise it excludes them. If no value is provided, the default is true.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"id":"5b8a2ba86393dd174495c4436dd76b25","name":"IdentityAttribute Inclusion Campaign Filter","description":"IdentityAttribute Inclusion Campaign Filter","owner":"SailPoint Support","mode":"INCLUSION","criteriaList":[{"type":"IDENTITY_ATTRIBUTE","property":"displayName","value":"#","operation":"CONTAINS","negateResult":false,"shortCircuit":false,"recordChildMatches":false,"id":null,"suppressMatchedItems":false,"children":null}],"isSystemFilter":false},{"id":"e9f9a1397b842fd5a65842087040d3ac","name":"Exclusion Campaign Filter","description":"Campaign filter for Exclusion update","owner":"SailPoint Support","mode":"EXCLUSION","criteriaList":[{"type":"IDENTITY_ATTRIBUTE","property":"displayName","value":"#@","operation":"CONTAINS","negateResult":false,"shortCircuit":false,"recordChildMatches":false,"id":null,"suppressMatchedItems":false,"children":null}],"isSystemFilter":false}],"count":2}