List all pipelinesCopy Pageget https://{youraccountname}.api-us1.com/api/3/dealGroupsRetrieve all existing pipelinesQuery Paramsfilters[title]stringFilter by pipeline's title. The filter matches any pipeline titles that contain the provided title (i.e. "Contact" matches all of "In Contact", "To Contact", and "Contact Pipeline").filters[have_stages]int32Filter by whether pipelines have deal stages. Can be either 1 or 0. If 1, only pipelines with at least one stage will be returned.orders[title]stringDefaults to ASCOrder by Pipeline's titleorders[popular]stringDefaults to ASCOrder by number of deals each pipeline has. If pipelines have same number of deals, pipelines' created dates are used to determine the order.Responses 200200 400400Updated 10 months ago