List mail messages associated with a person - working or not?

Hey guys!
Is this endpoint working? “List mail messages associated with a person”

Tried it 2 ways:

  1. With an admin API, calling the person IDs belonging to our clients (where we have emails)
  2. With a user API - the owner of these persons.

The result is always the same: success: True, data: None
<Response [200]>
{‘success’: True, ‘data’: None, ‘additional_data’: {‘filesCountByDay’: [], ‘pagination’: {‘start’: 0, ‘limit’: 100, ‘more_items_in_collection’: False}}}
<Response [200]>
{‘success’: True, ‘data’: None, ‘additional_data’: {‘filesCountByDay’: [], ‘pagination’: {‘start’: 0, ‘limit’: 100, ‘more_items_in_collection’: False}}}
<Response [200]>
{‘success’: True, ‘data’: None, ‘additional_data’: {‘filesCountByDay’: [], ‘pagination’: {‘start’: 0, ‘limit’: 100, ‘more_items_in_collection’: False}}}
<Response [200]>
{‘success’: True, ‘data’: None, ‘additional_data’: {‘filesCountByDay’: [], ‘pagination’: {‘start’: 0, ‘limit’: 100, ‘more_items_in_collection’: False}}}
<Response [200]>
{‘success’: True, ‘data’: None, ‘additional_data’: {‘filesCountByDay’: [], ‘pagination’: {‘start’: 0, ‘limit’: 100, ‘more_items_in_collection’: False}}}

Has anyone used this yet?

Just a small note, to answer a potential question:
2. 1. With a user API - the owner of these persons. and of course the sender/ receiver of emails for these persons

It works fine. Had a bad while loop.

Hey @Andrei_Panciuc ,

thanks for coming back here that you already found a solution :+1: image

Have a great day!
David