How to get all persons in a deal

Hi, I would like to create an integration with Pipedrive, the integration must have an initial sync of deals and persons involved, I know I can use the GET /deals to retrieve all deals but it only returns the primary person. Is there a way to get all contacts without using GET /deals/{id}/persons for each deal.

Hi @jossguzman
Welcome to the community :wave:
As you rightly figured out, you would have to make an additional call to get the associated persons