From 2403225575a0ee23ef502c3d4cc4153cb81c0348 Mon Sep 17 00:00:00 2001
From: Rebecca Wheeler <rebecca.wheeler@wisc.edu>
Date: Tue, 25 Mar 2025 09:39:39 -0500
Subject: [PATCH] Revert "Edit getPeople.json"

This reverts commit d17d769bff8aea41efc39d6cf9c18c26daecfe65
---
 EI-IICS-Team/EDR_CaseIQ/getPeople.json | 484 +++++++++++++++++++++++--
 1 file changed, 449 insertions(+), 35 deletions(-)

diff --git a/EI-IICS-Team/EDR_CaseIQ/getPeople.json b/EI-IICS-Team/EDR_CaseIQ/getPeople.json
index b871a34..81a6159 100644
--- a/EI-IICS-Team/EDR_CaseIQ/getPeople.json
+++ b/EI-IICS-Team/EDR_CaseIQ/getPeople.json
@@ -8,32 +8,42 @@
     "contact" : null,
     "license" : null
   },
-  "host" : "mock.api.wisc.edu",
+  "host" : "api.wisc.edu",
   "basePath" : "/people",
   "schemes" : [ "https" ],
   "paths" : {
-    "/certificates" : {
-      "post" : {
-        "tags" : [ "Post_Cert" ],
+    "/" : {
+      "get" : {
+        "tags" : [ "getPeople" ],
         "summary" : null,
         "description" : null,
-        "operationId" : "Post_Cert",
+        "operationId" : "getPeople",
         "produces" : [ "application/json" ],
         "consumes" : [ "application/json" ],
         "parameters" : [ {
-          "name" : "body",
-          "in" : "body",
+          "name" : "include",
+          "in" : "query",
           "description" : null,
           "required" : false,
-          "schema" : {
-            "$ref" : "#/definitions/Post_Cert_Request##body"
-          }
+          "type" : "string"
+        }, {
+          "name" : "filter[identifiers.value]",
+          "in" : "query",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
+        }, {
+          "name" : "filter[identifiers.name]",
+          "in" : "query",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
         } ],
         "responses" : {
           "200" : {
             "description" : "successful operation",
             "schema" : {
-              "$ref" : "#/definitions/Post_Cert"
+              "$ref" : "#/definitions/getPeople"
             }
           }
         }
@@ -41,90 +51,494 @@
     }
   },
   "definitions" : {
-    "Post_Cert##data##attributes" : {
+    "getPeople##data##attributes" : {
       "properties" : {
-        "certificate" : {
+        "emailAddress" : {
+          "type" : "string"
+        },
+        "firstName" : {
           "type" : "string"
         },
-        "createdDate" : {
+        "lastName" : {
           "type" : "string"
         },
-        "expirationDate" : {
+        "officeAddress" : {
           "type" : "string"
         },
-        "startDate" : {
+        "officePhoneNumber" : {
           "type" : "string"
         }
       }
     },
-    "Post_Cert##data##links" : {
+    "getPeople##data##links" : {
       "properties" : {
         "self" : {
           "type" : "string"
         }
       }
     },
-    "Post_Cert##data" : {
+    "getPeople##data##meta" : {
       "properties" : {
-        "attributes" : {
-          "$ref" : "#/definitions/Post_Cert##data##attributes"
+        "ferpa" : {
+          "type" : "boolean"
+        }
+      }
+    },
+    "getPeople##data##relationships##addresses##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##data##relationships##addresses##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##data##relationships##addresses" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/getPeople##data##relationships##addresses##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##addresses##links"
+        }
+      }
+    },
+    "getPeople##data##relationships##affiliations##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##data##relationships##affiliations" : {
+      "properties" : {
+        "data" : {
+          "type" : "string"
         },
+        "links" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##affiliations##links"
+        }
+      }
+    },
+    "getPeople##data##relationships##emailAddresses##data" : {
+      "properties" : {
         "id" : {
           "type" : "string"
         },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##data##relationships##emailAddresses##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##data##relationships##emailAddresses" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/getPeople##data##relationships##emailAddresses##data"
+          }
+        },
         "links" : {
-          "$ref" : "#/definitions/Post_Cert##data##links"
+          "$ref" : "#/definitions/getPeople##data##relationships##emailAddresses##links"
+        }
+      }
+    },
+    "getPeople##data##relationships##identifiers##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
         },
         "type" : {
           "type" : "string"
         }
       }
     },
-    "Post_Cert##links" : {
+    "getPeople##data##relationships##identifiers##links" : {
       "properties" : {
-        "self" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##data##relationships##identifiers" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/getPeople##data##relationships##identifiers##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##identifiers##links"
+        }
+      }
+    },
+    "getPeople##data##relationships##jobs##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##data##relationships##jobs##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##data##relationships##jobs" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/getPeople##data##relationships##jobs##data"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##jobs##links"
+        }
+      }
+    },
+    "getPeople##data##relationships##names##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
           "type" : "string"
         }
       }
     },
-    "Post_Cert" : {
+    "getPeople##data##relationships##names##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##data##relationships##names" : {
       "properties" : {
         "data" : {
-          "$ref" : "#/definitions/Post_Cert##data"
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/getPeople##data##relationships##names##data"
+          }
         },
         "links" : {
-          "$ref" : "#/definitions/Post_Cert##links"
+          "$ref" : "#/definitions/getPeople##data##relationships##names##links"
+        }
+      }
+    },
+    "getPeople##data##relationships##phoneNumbers##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
         }
       }
     },
-    "Post_Cert_Request##body##data##attributes" : {
+    "getPeople##data##relationships##phoneNumbers" : {
       "properties" : {
-        "certificate" : {
+        "data" : {
           "type" : "string"
+        },
+        "links" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers##links"
         }
       }
     },
-    "Post_Cert_Request##body##data" : {
+    "getPeople##data##relationships##wiscard##data" : {
       "properties" : {
+        "id" : {
+          "type" : "string"
+        },
         "type" : {
           "type" : "string"
+        }
+      }
+    },
+    "getPeople##data##relationships##wiscard##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##data##relationships##wiscard" : {
+      "properties" : {
+        "data" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##wiscard##data"
+        },
+        "links" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##wiscard##links"
+        }
+      }
+    },
+    "getPeople##data##relationships" : {
+      "properties" : {
+        "addresses" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##addresses"
+        },
+        "affiliations" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##affiliations"
+        },
+        "emailAddresses" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##emailAddresses"
         },
+        "identifiers" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##identifiers"
+        },
+        "jobs" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##jobs"
+        },
+        "names" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##names"
+        },
+        "phoneNumbers" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers"
+        },
+        "wiscard" : {
+          "$ref" : "#/definitions/getPeople##data##relationships##wiscard"
+        }
+      }
+    },
+    "getPeople##data" : {
+      "properties" : {
         "attributes" : {
-          "$ref" : "#/definitions/Post_Cert_Request##body##data##attributes"
+          "$ref" : "#/definitions/getPeople##data##attributes"
+        },
+        "id" : {
+          "type" : "string"
+        },
+        "links" : {
+          "$ref" : "#/definitions/getPeople##data##links"
+        },
+        "meta" : {
+          "$ref" : "#/definitions/getPeople##data##meta"
+        },
+        "relationships" : {
+          "$ref" : "#/definitions/getPeople##data##relationships"
+        },
+        "type" : {
+          "type" : "string"
         }
       }
     },
-    "Post_Cert_Request##body" : {
+    "getPeople##included##attributes" : {
+      "properties" : {
+        "action" : {
+          "type" : "string"
+        },
+        "actionReason" : {
+          "type" : "string"
+        },
+        "beginDate" : {
+          "type" : "string"
+        },
+        "businessTitle" : {
+          "type" : "string"
+        },
+        "costCenterId" : {
+          "type" : "string"
+        },
+        "costCenterName" : {
+          "type" : "string"
+        },
+        "current" : {
+          "type" : "boolean"
+        },
+        "departmentUnit" : {
+          "type" : "string"
+        },
+        "division" : {
+          "type" : "string"
+        },
+        "divisionCode" : {
+          "type" : "string"
+        },
+        "effectiveDate" : {
+          "type" : "string"
+        },
+        "employeeCategory" : {
+          "type" : "string"
+        },
+        "employeeCategoryCode" : {
+          "type" : "string"
+        },
+        "endDate" : {
+          "type" : "string"
+        },
+        "fullTimeEquivalent" : {
+          "type" : "string"
+        },
+        "institution" : {
+          "type" : "string"
+        },
+        "jobCode" : {
+          "type" : "string"
+        },
+        "locationId" : {
+          "type" : "string"
+        },
+        "managedSupervisoryOrganizationIds" : {
+          "type" : "string"
+        },
+        "payBasis" : {
+          "type" : "string"
+        },
+        "position" : {
+          "type" : "string"
+        },
+        "primary" : {
+          "type" : "boolean"
+        },
+        "relatedSupervisoryOrganizationIds" : {
+          "type" : "string"
+        },
+        "source" : {
+          "type" : "string"
+        },
+        "supervisoryOrganizationCode" : {
+          "type" : "string"
+        },
+        "supervisoryOrganizationId" : {
+          "type" : "string"
+        },
+        "supervisoryOrganizationName" : {
+          "type" : "string"
+        },
+        "title" : {
+          "type" : "string"
+        },
+        "workspaceId" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##included##relationships##person##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##included##relationships##person##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##included##relationships##person" : {
       "properties" : {
         "data" : {
-          "$ref" : "#/definitions/Post_Cert_Request##body##data"
+          "$ref" : "#/definitions/getPeople##included##relationships##person##data"
+        },
+        "links" : {
+          "$ref" : "#/definitions/getPeople##included##relationships##person##links"
+        }
+      }
+    },
+    "getPeople##included##relationships##supervisor##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
         }
       }
     },
-    "Post_Cert_Request" : {
+    "getPeople##included##relationships##supervisor##links" : {
       "properties" : {
-        "body" : {
-          "$ref" : "#/definitions/Post_Cert_Request##body"
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##included##relationships##supervisor" : {
+      "properties" : {
+        "data" : {
+          "$ref" : "#/definitions/getPeople##included##relationships##supervisor##data"
+        },
+        "links" : {
+          "$ref" : "#/definitions/getPeople##included##relationships##supervisor##links"
+        }
+      }
+    },
+    "getPeople##included##relationships" : {
+      "properties" : {
+        "person" : {
+          "$ref" : "#/definitions/getPeople##included##relationships##person"
+        },
+        "supervisor" : {
+          "$ref" : "#/definitions/getPeople##included##relationships##supervisor"
+        }
+      }
+    },
+    "getPeople##included" : {
+      "properties" : {
+        "attributes" : {
+          "$ref" : "#/definitions/getPeople##included##attributes"
+        },
+        "id" : {
+          "type" : "string"
+        },
+        "relationships" : {
+          "$ref" : "#/definitions/getPeople##included##relationships"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "getPeople" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/getPeople##data"
+          }
+        },
+        "included" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/getPeople##included"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/getPeople##links"
         }
       }
     }
-- 
GitLab