From 888fde88246eedfa203ba66f0c2b0a4081391d6b Mon Sep 17 00:00:00 2001
From: SAJIDA SIDDIQUI <sajida.siddiqui@wisc.edu>
Date: Wed, 31 Jul 2024 08:45:00 -0500
Subject: [PATCH] Upload New File

---
 .../Alma-Workday/get_alma_fdm_1_swagger.json  | 194 ++++++++++++++++++
 1 file changed, 194 insertions(+)
 create mode 100644 ASP-IICS-Team/Alma-Workday/get_alma_fdm_1_swagger.json

diff --git a/ASP-IICS-Team/Alma-Workday/get_alma_fdm_1_swagger.json b/ASP-IICS-Team/Alma-Workday/get_alma_fdm_1_swagger.json
new file mode 100644
index 0000000..2ec4cb7
--- /dev/null
+++ b/ASP-IICS-Team/Alma-Workday/get_alma_fdm_1_swagger.json
@@ -0,0 +1,194 @@
+{
+  "swagger" : "2.0",
+  "info" : {
+    "description" : null,
+    "version" : "1.0.0",
+    "title" : null,
+    "termsOfService" : null,
+    "contact" : null,
+    "license" : null
+  },
+  "host" : "api-na.hosted.exlibrisgroup.com",
+  "basePath" : "/almaws/v1",
+  "schemes" : [ "https" ],
+  "paths" : {
+    "acq/funds" : {
+      "get" : {
+        "tags" : [ "get_alma_fdm_1" ],
+        "summary" : null,
+        "description" : null,
+        "operationId" : "get_alma_fdm_1",
+        "produces" : [ "application/json" ],
+        "consumes" : [ "application/json" ],
+        "parameters" : [ {
+          "name" : "q",
+          "in" : "query",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
+        }, {
+          "name" : "view",
+          "in" : "query",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
+        }, {
+          "name" : "offset",
+          "in" : "query",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
+        }, {
+          "name" : "apikey",
+          "in" : "query",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
+        }, {
+          "name" : "limit",
+          "in" : "query",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "successful operation",
+            "schema" : {
+              "$ref" : "#/definitions/get_alma_fdm_1"
+            }
+          }
+        }
+      }
+    }
+  },
+  "definitions" : {
+    "get_alma_fdm_1##fund##owner" : {
+      "properties" : {
+        "value" : {
+          "type" : "string"
+        },
+        "desc" : {
+          "type" : "string"
+        }
+      }
+    },
+    "get_alma_fdm_1##fund##status" : {
+      "properties" : {
+        "value" : {
+          "type" : "string"
+        },
+        "desc" : {
+          "type" : "string"
+        }
+      }
+    },
+    "get_alma_fdm_1##fund##currency" : {
+      "properties" : {
+        "value" : {
+          "type" : "string"
+        },
+        "desc" : {
+          "type" : "string"
+        }
+      }
+    },
+    "get_alma_fdm_1##fund##parent" : {
+      "properties" : {
+        "value" : {
+          "type" : "string"
+        },
+        "link" : {
+          "type" : "string"
+        }
+      }
+    },
+    "get_alma_fdm_1##fund##entity_type" : {
+      "properties" : {
+        "value" : {
+          "type" : "string"
+        },
+        "desc" : {
+          "type" : "string"
+        }
+      }
+    },
+    "get_alma_fdm_1##fund##fiscal_period" : {
+      "properties" : {
+        "value" : {
+          "type" : "string"
+        },
+        "desc" : {
+          "type" : "string"
+        }
+      }
+    },
+    "get_alma_fdm_1##fund##available_for_library" : {
+      "properties" : {
+        "value" : {
+          "type" : "string"
+        },
+        "desc" : {
+          "type" : "string"
+        }
+      }
+    },
+    "get_alma_fdm_1##fund" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "code" : {
+          "type" : "string"
+        },
+        "name" : {
+          "type" : "string"
+        },
+        "owner" : {
+          "$ref" : "#/definitions/get_alma_fdm_1##fund##owner"
+        },
+        "status" : {
+          "$ref" : "#/definitions/get_alma_fdm_1##fund##status"
+        },
+        "currency" : {
+          "$ref" : "#/definitions/get_alma_fdm_1##fund##currency"
+        },
+        "parent" : {
+          "$ref" : "#/definitions/get_alma_fdm_1##fund##parent"
+        },
+        "external_id" : {
+          "type" : "string"
+        },
+        "entity_type" : {
+          "$ref" : "#/definitions/get_alma_fdm_1##fund##entity_type"
+        },
+        "fiscal_period" : {
+          "$ref" : "#/definitions/get_alma_fdm_1##fund##fiscal_period"
+        },
+        "available_for_library" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/get_alma_fdm_1##fund##available_for_library"
+          }
+        },
+        "link" : {
+          "type" : "string"
+        }
+      }
+    },
+    "get_alma_fdm_1" : {
+      "properties" : {
+        "fund" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/get_alma_fdm_1##fund"
+          }
+        },
+        "total_record_count" : {
+          "type" : "number",
+          "format" : "int32"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
-- 
GitLab