Hi,
I’m using the Python library to connect to the CRM.
When using get_page() on owners [client.crm.owners.owners_api.get_page()], the API response only includes active owners data in the results (I can see that the default value for ‘archived’ is False in the documentation), so I need a 2nd API call with archived set to True to get archived data.
Is it possible to retrieve both archived and active owners data in one API call?