Skip to content
Snippets Groups Projects
Commit dd24d91f authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

Upload New File

parent bfd88de0
No related branches found
No related tags found
No related merge requests found
{
"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" : {
"get" : {
"tags" : [ "GET_suporgs" ],
"summary" : null,
"description" : null,
"operationId" : "GET_suporgs",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "pageNumber",
"in" : "query",
"description" : null,
"required" : false,
"type" : "number",
"format" : "int32"
}, {
"name" : "pageSize",
"in" : "query",
"description" : null,
"required" : false,
"type" : "number",
"format" : "int32"
} ],
"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##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" : {
"properties" : {
"subordinateOrganizations" : {
"$ref" : "#/definitions/GET_suporgs##data##relationships##subordinateOrganizations"
},
"superiorOrganization" : {
"$ref" : "#/definitions/GET_suporgs##data##relationships##superiorOrganization"
}
}
},
"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" : {
"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##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"GET_suporgs##meta##paging" : {
"properties" : {
"pageNumber" : {
"type" : "number",
"format" : "int32"
},
"pageSize" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"GET_suporgs##meta" : {
"properties" : {
"paging" : {
"$ref" : "#/definitions/GET_suporgs##meta##paging"
}
}
},
"GET_suporgs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GET_suporgs##data"
}
},
"links" : {
"$ref" : "#/definitions/GET_suporgs##links"
},
"meta" : {
"$ref" : "#/definitions/GET_suporgs##meta"
}
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment