-
Rebecca Wheeler authoredRebecca Wheeler authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Get_Costcenters.json 3.34 KiB
{
"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" : {
"tags" : [ "Get_Costcenters" ],
"summary" : null,
"description" : null,
"operationId" : "Get_Costcenters",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"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/Get_Costcenters"
}
}
}
}
}
},
"definitions" : {
"Get_Costcenters##data##attributes" : {
"properties" : {
"active" : {
"type" : "boolean"
},
"company" : {
"type" : "string"
},
"name" : {
"type" : "string"
}
}
},
"Get_Costcenters##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"Get_Costcenters##data##meta" : {
"properties" : {
"dttmLoaded" : {
"type" : "string"
}
}
},
"Get_Costcenters##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/Get_Costcenters##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/Get_Costcenters##data##links"
},
"meta" : {
"$ref" : "#/definitions/Get_Costcenters##data##meta"
},
"type" : {
"type" : "string"
}
}
},
"Get_Costcenters##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"Get_Costcenters##meta" : {
"properties" : {
"page[number]" : {
"type" : "number",
"format" : "int32"
},
"page[size]" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"Get_Costcenters" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/Get_Costcenters##data"
}
},
"links" : {
"$ref" : "#/definitions/Get_Costcenters##links"
},
"meta" : {
"$ref" : "#/definitions/Get_Costcenters##meta"
}
}
}
}
}