Zendesk\API\Resources\Core\Automations::findActive PHP Method

findActive() public method

List all active Automations
public findActive ( array $params = [] ) : stdClass
$params array
return stdClass | null
    public function findActive(array $params = [])
    {
        return $this->client->get($this->getRoute(__FUNCTION__), $params);
    }