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

preview() public method

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