Skip to content
Snippets Groups Projects
  • Harsha Gummadavelli's avatar
    d2f9e3b6
    Update 4 files · d2f9e3b6
    Harsha Gummadavelli authored
    - /ASP-IICS-Team/GetPeople/getPeople.json
    - /ASP-IICS-Team/GetPeople/getPeopleAddresses.json
    - /ASP-IICS-Team/GetPeople/getPeopleIdentifiers.json
    - /ASP-IICS-Team/GetPeople/getPeopleJobs.json
    d2f9e3b6
    History
    Update 4 files
    Harsha Gummadavelli authored
    - /ASP-IICS-Team/GetPeople/getPeople.json
    - /ASP-IICS-Team/GetPeople/getPeopleAddresses.json
    - /ASP-IICS-Team/GetPeople/getPeopleIdentifiers.json
    - /ASP-IICS-Team/GetPeople/getPeopleJobs.json
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
getPeople.json 6.86 KiB
{
  "swagger" : "2.0",
  "info" : {
    "description" : null,
    "version" : "1.0.0",
    "title" : null,
    "termsOfService" : null,
    "contact" : null,
    "license" : null
  },
  "host" : "api.wisc.edu",
  "basePath" : "/people",
  "schemes" : [ "https" ],
  "paths" : {
    "/" : {
      "get" : {
        "tags" : [ "getPeople" ],
        "summary" : null,
        "description" : null,
        "operationId" : "getPeople",
        "produces" : [ "application/json" ],
        "consumes" : [ "application/json" ],
        "parameters" : [ ],
        "responses" : {
          "200" : {
            "description" : "successful operation",
            "schema" : {
              "$ref" : "#/definitions/getPeople"
            }
          }
        }
      }
    }
  },
  "definitions" : {
    "getPeople##data##attributes" : {
      "properties" : {
        "emailAddress" : {
          "type" : "string"
        },
        "firstName" : {
          "type" : "string"
        },
        "lastName" : {
          "type" : "string"
        },
        "officeAddress" : {
          "type" : "string"
        },
        "officePhoneNumber" : {
          "type" : "string"
        }
      }
    },
    "getPeople##data##links" : {
      "properties" : {
        "self" : {
          "type" : "string"
        }
      }
    },
    "getPeople##data##meta" : {
      "properties" : {
        "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##identifiers##data" : {
      "properties" : {
        "id" : {
          "type" : "string"
        },
        "type" : {
          "type" : "string"
        }
      }
    },
    "getPeople##data##relationships##identifiers##links" : {
      "properties" : {
        "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##links" : {
      "properties" : {
        "related" : {
          "type" : "string"
        }
      }
    },
    "getPeople##data##relationships##names" : {
      "properties" : {
        "data" : {
          "type" : "string"
        },
        "links" : {
          "$ref" : "#/definitions/getPeople##data##relationships##names##links"
        }
      }
    },
    "getPeople##data##relationships##phoneNumbers##data" : {
      "properties" : {
        "id" : {
          "type" : "string"
        },
        "type" : {
          "type" : "string"
        }
      }
    },
    "getPeople##data##relationships##phoneNumbers##links" : {
      "properties" : {
        "related" : {
          "type" : "string"
        }
      }
    },
    "getPeople##data##relationships##phoneNumbers" : {
      "properties" : {
        "data" : {
          "type" : "array",
          "items" : {
            "$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers##data"
          }
        },
        "links" : {
          "$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers##links"
        }
      }
    },
    "getPeople##data##relationships##wiscard##links" : {
      "properties" : {
        "related" : {
          "type" : "string"
        }
      }
    },
    "getPeople##data##relationships##wiscard" : {
      "properties" : {
        "data" : {
          "type" : "string"
        },
        "links" : {
          "$ref" : "#/definitions/getPeople##data##relationships##wiscard##links"
        }
      }
    },
    "getPeople##data##relationships" : {
      "properties" : {
        "addresses" : {
          "$ref" : "#/definitions/getPeople##data##relationships##addresses"
        },
        "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/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"
        }
      }
    },
    "getPeople##links" : {
      "properties" : {
        "next" : {
          "type" : "string"
        },
        "self" : {
          "type" : "string"
        }
      }
    },
    "getPeople" : {
      "properties" : {
        "data" : {
          "type" : "array",
          "items" : {
            "$ref" : "#/definitions/getPeople##data"
          }
        },
        "links" : {
          "$ref" : "#/definitions/getPeople##links"
        }
      }
    }
  }
}