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
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
start | number | Start/Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information. | |
includeSystemFilters | boolean | If 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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}