APIv3-php-library
APIv3-php-library copied to clipboard
getContactsInfo without statistics?
This is more a request for the general api, but i havent found a repository for it, so i put it here.
Is it possible to add a parameter to the GET /contact/{email} endpoint to disable the statistics at all? With startDate/endDate a can restrict the statistics to one day, but it would be better to have one parameter to disable it all, maybe simply ?statistics=no (or 0).
I know i can simply ignore the statistics in the result, but it would be better for the server to not generate it if i dont need it.