Zendesk\API\Resources\Core\Views::previewCount PHP Method

previewCount() public method

Ticket count for a view preview
public previewCount ( array $params ) : stdClass
$params array
return stdClass | null
    public function previewCount(array $params)
    {
        return $this->client->post($this->getRoute(__FUNCTION__), [$this->objectName => $params]);
    }