Newer
Older
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api.wisc.edu",
"basePath" : "/finance",
"schemes" : [ "https" ],
"paths" : {
"/costCenters" : {
"get" : {
"summary" : null,
"description" : null,
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"name" : "page[number]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "number",
"format" : "int32"
}, {
"name" : "page[size]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "number",
"format" : "int32"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getCostCenters_paging"
}
}
}
}
}
},
"definitions" : {
"getCostCenters_paging##data##attributes##leadershipRoleAssignees" : {
"properties" : {
"id" : {
"type" : "string"
}
}
},
"getCostCenters_paging##data##attributes" : {
"leadershipRoleAssignees" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getCostCenters_paging##data##attributes##leadershipRoleAssignees"
}
},
"managerId" : {
"type" : "string"
},
},
"parentHierarchyId" : {
"type" : "string"
"properties" : {
"self" : {
"type" : "string"
}
}
},
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getCostCenters_paging##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getCostCenters_paging##data##links"
"$ref" : "#/definitions/getCostCenters_paging##data##meta"
},
"type" : {
"type" : "string"
}
}
},
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"type" : "number",
"format" : "int32"
},
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"$ref" : "#/definitions/getCostCenters_paging##data"
"$ref" : "#/definitions/getCostCenters_paging##links"
"$ref" : "#/definitions/getCostCenters_paging##meta"