php - how to filter by tags in Mailgun API -


so want filter tags in query string :

$querystring = array(         'begin'        => $begin,         'ascending'    => 'yes',         'pretty'       => 'yes',         'tags'        => 'my tag' ); 

but got error the parameters passed api invalid. check inputs!, changed 'tags' => ['my tag'] , still got same error,

so please if has idea appreciative.

i don't think it's supported longer, or broken. tried several notations.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -