API - Get linked projects from Deal

Options

Am using the API and am trying to return any projects linked to a specific deal. e.g. from a known deal, return details and get a list of linked project id's. It is in the web interface, so it must be there, just not yet included in the API.

The Project API does an array with the linked deals, but this does not seem to be included in the deal details. Am I missing something or is this not yet added? If not yet there, when might it be added?

Thanks

Tagged:

Answers

  • Manuel Oliveira
    Manuel Oliveira Admin Posts: 1,101 COMMUNITY MANAGER
    5 Likes First Answer First Anniversary First Comment
    Options

    Hi @Iain Ashley , presently there is no public endpoint that will reveal the list of projects linked to a Deal. The workaround could be to use the GET /v1/projects endpoint to get all projects and check the deal_ids field for each of the returned projects.
    I will move your post to the Ideas and Product Feedback category so it can be followed by our product team.