parseId($args['id']); $range = $this->getRange($rangeId); if (!Authority::canShowConfigValue($this->getUser($request), $range)) { throw new AuthorizationFailedException(); } $configValue = $this->findOrFakeConfigValue($range, $field); return $this->getContentResponse($configValue); } }