{ "swagger" : "2.0", "info" : { "description" : null, "version" : "1.0.0", "title" : null, "termsOfService" : null, "contact" : null, "license" : null }, "host" : "api.wisc.edu", "basePath" : "/hr", "schemes" : [ "https" ], "paths" : { "/supervisoryOrganizations/{supervisoryOrganizationId}" : { "get" : { "tags" : [ "GET_suporgs" ], "summary" : null, "description" : null, "operationId" : "GET_suporgs", "produces" : [ "application/json" ], "consumes" : [ "application/json" ], "parameters" : [ { "name" : "include", "in" : "query", "description" : null, "required" : false, "type" : "string" }, { "name" : "supervisoryOrganizationId", "in" : "path", "description" : null, "required" : false, "type" : "string" } ], "responses" : { "200" : { "description" : "successful operation", "schema" : { "$ref" : "#/definitions/GET_suporgs" } } } } } }, "definitions" : { "GET_suporgs##data##attributes" : { "properties" : { "code" : { "type" : "string" }, "name" : { "type" : "string" }, "supervisoryOrganizationType" : { "type" : "string" } } }, "GET_suporgs##data##links" : { "properties" : { "self" : { "type" : "string" } } }, "GET_suporgs##data##relationships##allSubordinateOrganizations##data" : { "properties" : { "id" : { "type" : "string" }, "type" : { "type" : "string" } } }, "GET_suporgs##data##relationships##allSubordinateOrganizations" : { "properties" : { "data" : { "type" : "array", "items" : { "$ref" : "#/definitions/GET_suporgs##data##relationships##allSubordinateOrganizations##data" } } } }, "GET_suporgs##data##relationships##subordinateOrganizations##data" : { "properties" : { "id" : { "type" : "string" }, "type" : { "type" : "string" } } }, "GET_suporgs##data##relationships##subordinateOrganizations" : { "properties" : { "data" : { "type" : "array", "items" : { "$ref" : "#/definitions/GET_suporgs##data##relationships##subordinateOrganizations##data" } } } }, "GET_suporgs##data##relationships##superiorOrganization##data" : { "properties" : { "id" : { "type" : "string" }, "type" : { "type" : "string" } } }, "GET_suporgs##data##relationships##superiorOrganization##links" : { "properties" : { "related" : { "type" : "string" } } }, "GET_suporgs##data##relationships##superiorOrganization" : { "properties" : { "data" : { "$ref" : "#/definitions/GET_suporgs##data##relationships##superiorOrganization##data" }, "links" : { "$ref" : "#/definitions/GET_suporgs##data##relationships##superiorOrganization##links" } } }, "GET_suporgs##data##relationships" : { "properties" : { "allSubordinateOrganizations" : { "$ref" : "#/definitions/GET_suporgs##data##relationships##allSubordinateOrganizations" }, "subordinateOrganizations" : { "$ref" : "#/definitions/GET_suporgs##data##relationships##subordinateOrganizations" }, "superiorOrganization" : { "$ref" : "#/definitions/GET_suporgs##data##relationships##superiorOrganization" } } }, "GET_suporgs##data" : { "properties" : { "attributes" : { "$ref" : "#/definitions/GET_suporgs##data##attributes" }, "id" : { "type" : "string" }, "links" : { "$ref" : "#/definitions/GET_suporgs##data##links" }, "relationships" : { "$ref" : "#/definitions/GET_suporgs##data##relationships" }, "type" : { "type" : "string" } } }, "GET_suporgs##included##attributes" : { "properties" : { "code" : { "type" : "string" }, "name" : { "type" : "string" }, "supervisoryOrganizationType" : { "type" : "string" } } }, "GET_suporgs##included##links" : { "properties" : { "self" : { "type" : "string" } } }, "GET_suporgs##included##relationships##allSubordinateOrganizations##data" : { "properties" : { "id" : { "type" : "string" }, "type" : { "type" : "string" } } }, "GET_suporgs##included##relationships##allSubordinateOrganizations" : { "properties" : { "data" : { "type" : "array", "items" : { "$ref" : "#/definitions/GET_suporgs##included##relationships##allSubordinateOrganizations##data" } } } }, "GET_suporgs##included##relationships##subordinateOrganizations##data" : { "properties" : { "id" : { "type" : "string" }, "type" : { "type" : "string" } } }, "GET_suporgs##included##relationships##subordinateOrganizations" : { "properties" : { "data" : { "type" : "array", "items" : { "$ref" : "#/definitions/GET_suporgs##included##relationships##subordinateOrganizations##data" } } } }, "GET_suporgs##included##relationships##superiorOrganization##data" : { "properties" : { "id" : { "type" : "string" }, "type" : { "type" : "string" } } }, "GET_suporgs##included##relationships##superiorOrganization##links" : { "properties" : { "related" : { "type" : "string" } } }, "GET_suporgs##included##relationships##superiorOrganization" : { "properties" : { "data" : { "$ref" : "#/definitions/GET_suporgs##included##relationships##superiorOrganization##data" }, "links" : { "$ref" : "#/definitions/GET_suporgs##included##relationships##superiorOrganization##links" } } }, "GET_suporgs##included##relationships" : { "properties" : { "allSubordinateOrganizations" : { "$ref" : "#/definitions/GET_suporgs##included##relationships##allSubordinateOrganizations" }, "subordinateOrganizations" : { "$ref" : "#/definitions/GET_suporgs##included##relationships##subordinateOrganizations" }, "superiorOrganization" : { "$ref" : "#/definitions/GET_suporgs##included##relationships##superiorOrganization" } } }, "GET_suporgs##included" : { "properties" : { "attributes" : { "$ref" : "#/definitions/GET_suporgs##included##attributes" }, "id" : { "type" : "string" }, "links" : { "$ref" : "#/definitions/GET_suporgs##included##links" }, "relationships" : { "$ref" : "#/definitions/GET_suporgs##included##relationships" }, "type" : { "type" : "string" } } }, "GET_suporgs##links" : { "properties" : { "self" : { "type" : "string" } } }, "GET_suporgs" : { "properties" : { "data" : { "$ref" : "#/definitions/GET_suporgs##data" }, "included" : { "type" : "array", "items" : { "$ref" : "#/definitions/GET_suporgs##included" } }, "links" : { "$ref" : "#/definitions/GET_suporgs##links" } } } } }