{
  "swagger": "2.0",
  "schemes": [
    "https"
  ],
  "info": {
    "version": "1.7.0",
    "title": "Auto-generated API by RowStore",
    "description": "This API has been automatically generated from tabular data."
  },
  "externalDocs": {
    "description": "RowStore official code and documentation repository",
    "url": "https://bitbucket.org/metasolutions/rowstore/"
  },
  "host": "data.zg.ch",
  "basePath": "/rowstore/",
  "paths": {
    "/dataset/396b98a2-38fe-4c41-b36c-f1d0febff3fa": {
      "get": {
        "summary": "Returns the full dataset or, if query parameters are provided, a filtered view of the dataset",
        "operationId": "datasetQuery",
        "produces": [
          "application/json"
        ],
        "parameters":
          [{"in":"query","name":"jahr","description":"Responses contain only rows with rows that match the provided tuple. Regular expressions may be used.","type":"string","required":false},{"in":"query","name":"anzahl","description":"Responses contain only rows with rows that match the provided tuple. Regular expressions may be used.","type":"string","required":false},{"in":"query","name":"kennzahl","description":"Responses contain only rows with rows that match the provided tuple. Regular expressions may be used.","type":"string","required":false},{"in":"query","name":"monat","description":"Responses contain only rows with rows that match the provided tuple. Regular expressions may be used.","type":"string","required":false},{"default":100,"in":"query","name":"_limit","description":"Size of the result windows, expects a value from 1 to 500. Default is 100.","type":"integer","required":false},{"default":0,"in":"query","name":"_offset","description":"The offset (results, not pages) to be used when paginating through query results; example: page 3 of a multi page result can be requested with _limit=50 and _offset=100","type":"integer","required":false},{"in":"query","name":"_callback","description":"The name of the callback method to be used for JSONP","type":"string","required":false}]
        ,
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "400": {
            "description": "Invalid parameters"
          },
          "404": {
            "description": "Dataset not found"
          },
          "429": {
            "description": "Too many requests"
          },
          "500": {
            "description": "Internal error"
          },
          "503": {
            "description": "Query timeout"
          }
        }
      }
    }
  }
}