APIs & Integrations

jdabhi
Member

Can i get owner name in tickets api?

SOLVE

I want to display owner name of the tickets but currently i am not getting owner info using this api :
https://api.hubapi.com/crm/v3/objects/tickets/search?hapikey={key}

0 Upvotes
1 Accepted solution
JBeatty
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Can i get owner name in tickets api?

SOLVE

Hi @jdabhi,

 

Depending on the endpoint you are doing to get the ticket you need to set the "properties" parameter. You can check out the ticket API documentation here which details how to retrieve specific proeprties:

https://developers.hubspot.com/docs/api/crm/tickets

 

Best,

✔️ Was I able to help answer your question? Help the community by marking it as a solution.

Joshua Beatty
Software Developer with Pearagon

Still have questions? Let's Talk

View solution in original post

3 Replies 3
JBeatty
Guide | Diamond Partner
Guide | Diamond Partner

Can i get owner name in tickets api?

SOLVE

Hi @jdabhi,

 

After reading the owner id, to get further information about the owner you will need to use the Owners API. Where you will then be able to match the id you get from the ticket API to the owner info.

Best,

✔️ Was I able to help answer your question? Help the community by marking it as a solution.

Joshua Beatty
Software Developer with Pearagon

Still have questions? Let's Talk

0 Upvotes
jdabhi
Member

Can i get owner name in tickets api?

SOLVE

Hey thanks for the reply.

But I am not getting owner id in tickets api. can you guide me how to get owner id in tickets api?

0 Upvotes
JBeatty
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Can i get owner name in tickets api?

SOLVE

Hi @jdabhi,

 

Depending on the endpoint you are doing to get the ticket you need to set the "properties" parameter. You can check out the ticket API documentation here which details how to retrieve specific proeprties:

https://developers.hubspot.com/docs/api/crm/tickets

 

Best,

✔️ Was I able to help answer your question? Help the community by marking it as a solution.

Joshua Beatty
Software Developer with Pearagon

Still have questions? Let's Talk