Get Deep Visibility Filters

GET {{baseUrl}}/web/api/v2.1/filters/dv?siteIds=ex&sortBy=ex&includeGlobal=ex&ids=ex&includeParents=ex&limit=ex&skipCount=ex&skip=ex&sortOrder=ex&query=ex&includeChildren=ex&accountIds=ex&countOnly=ex&cursor=ex

Get saved Deep Visibility queries with full data. See Save Deep Visibility Filters.The response includes the ID of the filter, which you can use in other commands.

Request Params

KeyDatatypeRequiredDescription
siteIdsstringList of Site IDs to filter by. Example: "225494730938493804,225494730938493915".
sortBystringThe column to sort the results by. Example: "id".
includeGlobalstring[DEPRECATED] Return global filters even when specific sites are selected
idsstringA list of Filter IDs. Example: "225494730938493804,225494730938493915".
includeParentsstringReturn filters from parent scope levels (Default: false)
limitstringLimit number of returned items (1-1000). Example: "10".
skipCountstringIf true, total number of items will not be calculated, which speeds up execution time.
skipstringSkip first number of items (0-1000). To iterate over more than 1000 items, use "cursor". Example: "150".
sortOrderstringSort direction. Example: "asc".
querystringText query for filter's name. Example: "MyFilter".
includeChildrenstringReturn filters from children scope levels (Default: false)
accountIdsstringList of Account IDs to filter by. Example: "225494730938493804,225494730938493915".
countOnlystringIf true, only total number of items will be returned, without any of the actual objects.
cursorstringCursor position returned by the last request. Use to iterate over more than 1000 items. Example: "YWdlbnRfaWQ6NTgwMjkzODE=".

HEADERS

KeyDatatypeRequiredDescription
Content-Typenull