APIs & Integrations

josh1
Membro

Latest deal for contact?

resolver

Hi, I'm looking to get the latest deal for a contact, if I use crmAssociations to get the deal ids for a contact can I assume that the largest deal id is the latest? Or is there another way I should go about this? Thanks!

0 Avaliação positiva
1 Solução aceita
tominal
Solução
Orientador(a) | Parceiro
Orientador(a) | Parceiro

Latest deal for contact?

resolver

You could gather all of the associated Deal IDs into an array, batch read those deals, then sort through them looking for the most recently updated deal. You can specify different properties to return in order to fit your definition of "latest."


Here are the docs on that in case you're interested in that route /crm/v3/objects/deals/batch/read https://developers.hubspot.com/docs/api/crm/deals


Hope that helps.


Thomas Johnson
Community Champion


Kahu Software LLC
A Texan HubSpot consulting firm
https://kahusoftware.com

Exibir solução no post original

2 Respostas 2
tominal
Solução
Orientador(a) | Parceiro
Orientador(a) | Parceiro

Latest deal for contact?

resolver

You could gather all of the associated Deal IDs into an array, batch read those deals, then sort through them looking for the most recently updated deal. You can specify different properties to return in order to fit your definition of "latest."


Here are the docs on that in case you're interested in that route /crm/v3/objects/deals/batch/read https://developers.hubspot.com/docs/api/crm/deals


Hope that helps.


Thomas Johnson
Community Champion


Kahu Software LLC
A Texan HubSpot consulting firm
https://kahusoftware.com
dennisedson
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Latest deal for contact?

resolver

@josh1 

They do generally increment, but I would avoid making assumptions like this.

Might be worth exploring the CRM Search where you can sort.  @tominal , what do you think?

0 Avaliação positiva