APIs & Integrations

cwinhall
Participant

Retrieving the swimlane count on a pipeline via the API

SOLVE

Hello HubSpotters!

 

I am trying to retrieve the current count of tickets sitting in a specific swimlane wihtin a pipeline via the API but not having much luck finding where or how to do this.

 

If anyone could point me in the right direction for this, it would be greatly appreciated.

 

Example below:

cwinhall_0-1611665200846.png

 

0 Upvotes
1 Accepted solution
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Retrieving the swimlane count on a pipeline via the API

SOLVE

Hey @cwinhall 

I would look into the filter, search, search endpoint for tickets.

There, you should be able to filter by the hs_pipeline_stage and return only results from that stage

 

 

View solution in original post

2 Replies 2
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Retrieving the swimlane count on a pipeline via the API

SOLVE

Hey @cwinhall 

I would look into the filter, search, search endpoint for tickets.

There, you should be able to filter by the hs_pipeline_stage and return only results from that stage

 

 

cwinhall
Participant

Retrieving the swimlane count on a pipeline via the API

SOLVE

Thanks @dennisedson. I was able to get what I need from that!