{
  "swagger": "2.0",
  "info": {
    "description": "",
    "version": "1.0.0",
    "title": "ready_swagger",
    "termsOfService": "",
    "contact": {},
    "license": {"name":""}
  },
  "host": "uwiscprod.assetworks.cloud",
  "basePath": "/ready/api/reporting",
  "schemes": ["https"],
  "paths": {
    "/request": {
      "get": {
        "tags": ["request"],
        "summary": "",
        "description": "",
        "operationId": "getRequest",
        "produces": ["application/json"],
        "consumes": ["application/json"],
        "parameters": [],
        "responses": {
          "200": {
            "description": "successful operation",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Request"
              }
            }
          }
        }
      }
    }
  },
  "definitions": {
    "Request": {
      "properties": {
        "template": {
          "type": "string"
        },
        "values": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "additionalFieldsValues": {
          "type": "string"
        },
        "closed": {
          "type": "boolean"
        },
        "dateCreated": {
          "type": "string",
          "format": "date"
        },
        "requestor": {
          "type": "string"
        },
        "requestId": {
          "type": "string"
        },
        "workflowStates": {
          "type": "string"
        },
        "respondents": {
          "type": "string"
        },
        "aimStatusHistory.primaryKey": {
          "type": "string"
        },
        "workflowResponses": {
          "type": "string"
        }
      }
    }
  }
}