APIs & Integrations

Panneer
Participant

how to get all tickets based on user

SOLVE

Regarding this api

GET  /crm-objects/v1/objects/tickets/paged

How do get all tickets based on a particular user?.

Is there any other separate endpoint available for this, I need to view all tickets created by a particular user.

 

For example 

 

1. can we search tickets based on email 

2. or we can get tickets by contacts vid

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

how to get all tickets based on user

SOLVE

@Panneer 

I think what you are looking for is the association.   You can use this endpoint to get that

/crm/v3/objects/contacts/{contactId}/associations/tickets

 

Here is some documentation regarding associations.

View solution in original post

2 Replies 2
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

how to get all tickets based on user

SOLVE

@Panneer 

I think what you are looking for is the association.   You can use this endpoint to get that

/crm/v3/objects/contacts/{contactId}/associations/tickets

 

Here is some documentation regarding associations.

Panneer
Participant

how to get all tickets based on user

SOLVE

I got some ideas and executed them fine. Thanks for this information. 

0 Upvotes