Hi,
When I try to filter messages based on reference it does not work. It returns all the messages instead of only the messages with the correct referencenumber.
$response = $this->spryng->message->showAll( 1, // page 20, // limit: items per page [ // An array of filters "reference" => "34" ] );