PrasanthTamil

Results 2 issues of PrasanthTamil

`[2019-06-13 04:42:55] mautic.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "signature_invalid" at /var/www/html/mautic/vendor/willdurand/oauth-server-bundle/Service/OAuthServerService.php line 244 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): signature_invalid at /var/www/html/mautic/vendor/willdurand/oauth-server-bundle/Service/OAuthServerService.php:244)"} []` --- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/75510808-oauth1a-signature-is-invalid-when-requesting-getcustomlist-in-mautic-api?utm_campaign=plugin&utm_content=tracker%2F10940535&utm_medium=issues&utm_source=github)**...

HI, i was trying extract the contact from a particular period using mautic REST API using contact API. ``` $queryBuilder = new QueryBuilder(); $queryBuilder->setSelect("select * from leads"); $queryBuilder->setWhere($queryBuilder->expr()->eq('dateAdded', '2019-04-27 06:11:23'));...