APIs & Integrations

asafnevo
Member

Tickets API get pipeline name and stage name

SOLVE

I'm using the Tickets API to get the ticket's pipeline and stage.

In never get the label of the pipeline or stage, besides its numeric values.

How can I get the TEXT version of the pipeline and the TEXT version of the stage?

 

Thanks

0 Upvotes
1 Accepted solution
cbarley
Solution
HubSpot Alumni
HubSpot Alumni

Tickets API get pipeline name and stage name

SOLVE

Hi @asafnevo , the Tickets API will include the pipeline ID and stage ID. To get the subsequent metadata about the pipeline, you can make a GET to the CRM Pipelines API: 

https://developers.hubspot.com/docs/methods/pipelines/get_pipelines_for_object_type

View solution in original post

0 Upvotes
1 Reply 1
cbarley
Solution
HubSpot Alumni
HubSpot Alumni

Tickets API get pipeline name and stage name

SOLVE

Hi @asafnevo , the Tickets API will include the pipeline ID and stage ID. To get the subsequent metadata about the pipeline, you can make a GET to the CRM Pipelines API: 

https://developers.hubspot.com/docs/methods/pipelines/get_pipelines_for_object_type

0 Upvotes