List Refine Filters

List saved filters in a workspace, ordered by id ascending. after is the switch between two modes. For backwards compatibility, omitting it returns the complete registry in one payload with no Pagination-Next header. Sending it returns bounded pages. For that bounded walk, pass after=0 on the first request, then pass each Pagination-Next value on the next request until the header is absent, which marks the last page. after=0 is the opt-in itself rather than a row id (real ids start at 1), and it means "start at the beginning" in whichever direction sort_order asks for, so it also bootstraps a sort_order=desc walk. An after value that is neither 0 nor a Pagination-Next cursor is not a real position and pages nothing. Results can include every filter class saved in the workspace, not only the ones this API authors; inspect filter_class before using the id or public_id as a resource's stored_filter_id. Treat returned order filters as read-only here and edit them in the ClickFunnels Orders UI. Create and update operations on this public endpoint author contact filters only. See Applying existing order filters in the Refine Filters Skill for passing an order filter to the orders list.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
string

ID of item after which the collection should be returned. More examples and info about pagination in our guides.

string
enum

Sort order of a list response. Use 'desc' to reverse the default 'asc' (ascending) sort order. Examples in our guides.

Allowed:
filter
object

Filter by available properties in query params, like this: api/v2/resources?filter[name]=value. Check our Filtering guide for examples and all about filtering here.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json