public function getAll(Inbox $inbox) { $this->setPath('/inboxes/' . $inbox->id . '/tickets/Active.json'); return parent::getAll(); }