Symfony\Component\Routing\Route {#1585
  -path: "/services/charts-json/timeserie/{solid_listing_key}/{from}/{to}/{frequency}/{max}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:7 [
    "_title" => "Timeserie JSON"
    "_controller" => "\Drupal\rasch_fi_services\Controller\RaschFiServicesTimeserieController::json"
    "solid_listing_key" => ""
    "from" => ""
    "to" => ""
    "frequency" => "20m"
    "max" => 2000
  ]
  -requirements: array:1 [
    "_permission" => "access content"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "no_cache" => "TRUE"
    "parameters" => array:5 [
      "solid_listing_key" => array:1 [
        "type" => "string"
      ]
      "from" => array:1 [
        "type" => "string"
      ]
      "to" => array:1 [
        "type" => "string"
      ]
      "frequency" => array:1 [
        "type" => "string"
      ]
      "max" => array:1 [
        "type" => "integer"
      ]
    ]
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:5 [
      0 => "solid_listing_key"
      1 => "from"
      2 => "to"
      3 => "frequency"
      4 => "max"
    ]
    -tokens: array:6 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "max"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "frequency"
        4 => true
      ]
      2 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "to"
        4 => true
      ]
      3 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "from"
        4 => true
      ]
      4 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "solid_listing_key"
        4 => true
      ]
      5 => array:2 [
        0 => "text"
        1 => "/services/charts-json/timeserie"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/services/charts\-json/timeserie(?:/(?P<solid_listing_key>[^/]++)(?:/(?P<from>[^/]++)(?:/(?P<to>[^/]++)(?:/(?P<frequency>[^/]++)(?:/(?P<max>[^/]++))?)?)?)?)?$}sDu"
    -pathVariables: array:5 [
      0 => "solid_listing_key"
      1 => "from"
      2 => "to"
      3 => "frequency"
      4 => "max"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 7
    #patternOutline: "/services/charts-json/timeserie"
    #numParts: 8
  }
}