Hey guys!
Is this endpoint working? “List mail messages associated with a person”
Tried it 2 ways:
- With an admin API, calling the person IDs belonging to our clients (where we have emails)
- 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?