diff --git a/FPM-PP/fpm_pp_ready_swagger.json b/FPM-PP/fpm_pp_ready_swagger.json
new file mode 100644
index 0000000000000000000000000000000000000000..45aabfb04b9ec80bd310ce4d31c29c6e786cde14
--- /dev/null
+++ b/FPM-PP/fpm_pp_ready_swagger.json
@@ -0,0 +1,80 @@
+{
+  "swagger" : "2.0",
+  "info" : {
+    "description" : null,
+    "version" : "1.0.0",
+    "title" : null,
+    "termsOfService" : null,
+    "contact" : null,
+    "license" : null
+  },
+  "host" : "uwiscprod.assetworks.cloud",
+  "basePath" : "/ready/api/reporting",
+  "schemes" : [ "https" ],
+  "paths" : {
+    "/request" : {
+      "get" : {
+        "tags" : [ "1" ],
+        "summary" : null,
+        "description" : null,
+        "operationId" : "1",
+        "produces" : [ "application/json" ],
+        "consumes" : [ "application/json" ],
+        "parameters" : [ ],
+        "responses" : {
+          "200" : {
+            "description" : "successful operation",
+            "schema" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/definitions/1"
+              }
+            }
+          }
+        }
+      }
+    }
+  },
+  "definitions" : {
+    "1" : {
+      "properties" : {
+        "template" : {
+          "type" : "string"
+        },
+        "values" : {
+          "type" : "string"
+        },
+        "title" : {
+          "type" : "string"
+        },
+        "additionalFieldsValues" : {
+          "type" : "string"
+        },
+        "closed" : {
+          "type" : "boolean"
+        },
+        "dateCreated" : {
+          "type" : "date"
+        },
+        "requestor" : {
+          "type" : "string"
+        },
+        "requestId" : {
+          "type" : "string",
+        },
+        "workflowStates" : {
+          "type" : "string",
+        },
+        "respondents" : {
+          "type" : "string"
+        },
+        "aimStatusHistory.primaryKey" : {
+          "type" : "string",
+        },
+        "workflowResponses" : {
+          "type" : "string",
+        }
+      }
+    }
+  }
+}
\ No newline at end of file