Get deals without the filter on status

As per the documentation, via the /v1/deals endpoint, you can fetch all deals that are in one of these states:

  • open
  • won
  • lost
  • deleted
  • all_not_deleted

I would like to be able to fetch all deals regardless of their status.
I would propose something like: /v1/deals?status=all.

Hi @luca

Unfortunately, it’s not possible to get all deals in one API call at the moment. To get all, you would need to get all not deleted, and a second call to get deleted.