We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
May 26, 2021 8:56 AM
Hi,
I'm trying to get the closed date for a ticket(s) by using the search request via a POST request (below URL).
https://api.hubapi.com/crm/v3/objects/tickets/search?hapikey={{hapikey}}
Using the below json:
Solved! Go to Solution.
May 26, 2021 12:01 PM
Hey @iansimpson3
I think you are just not using the correct internal name of closed date here. Try closed_date
You could verify the name by looking either calling the properties endpoint or searching via the UI
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
May 26, 2021 12:01 PM
Hey @iansimpson3
I think you are just not using the correct internal name of closed date here. Try closed_date
You could verify the name by looking either calling the properties endpoint or searching via the UI
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
May 26, 2021 12:30 PM