Forked from
interop / iics / IICS Swagger File Public Repository
256 commits behind the upstream repository.
-
Harsha Gummadavelli authored
- /putfdmvalidate.json - /post-alma-invoices_swagger_V2.json - /post-alma-invoice-notes.json - /post-alma-invoice-notes-swagger-V2.json - /post-alma-invoice_swagger.json - /person-api-application-json.json - /MockPGetID.json - /MockAPI_GetPeople.json - /MockAPI_GetPeople_2.json - /getPersJob.json - /getPeopleJMW.json - /getjournals.json - /getfundinfo.json - /getcostcenter.json - /get+people_2_.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoices_swagger_V2.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice-notes.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice-notes-swagger-V2.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice_swagger.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/person-api-application-json.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockPGetID.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockAPI_GetPeople.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockAPI_GetPeople_2.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getPersJob.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getPeopleJMW.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getjournals.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getfundinfo.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getcostcenter.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/get+people_2_.json
Harsha Gummadavelli authored- /putfdmvalidate.json - /post-alma-invoices_swagger_V2.json - /post-alma-invoice-notes.json - /post-alma-invoice-notes-swagger-V2.json - /post-alma-invoice_swagger.json - /person-api-application-json.json - /MockPGetID.json - /MockAPI_GetPeople.json - /MockAPI_GetPeople_2.json - /getPersJob.json - /getPeopleJMW.json - /getjournals.json - /getfundinfo.json - /getcostcenter.json - /get+people_2_.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoices_swagger_V2.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice-notes.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice-notes-swagger-V2.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice_swagger.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/person-api-application-json.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockPGetID.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockAPI_GetPeople.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockAPI_GetPeople_2.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getPersJob.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getPeopleJMW.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getjournals.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getfundinfo.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getcostcenter.json - /ASP-IICS-Team/AllSwaggers_as_of_02082024/get+people_2_.json
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
getfundinfo.json 2.84 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" : {
"/funds" : {
"get" : {
"tags" : [ "getfundinfo" ],
"summary" : null,
"description" : null,
"operationId" : "getfundinfo",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getfundinfo"
}
}
}
}
}
},
"definitions" : {
"getfundinfo##data##attributes" : {
"properties" : {
"active" : {
"type" : "boolean"
},
"name" : {
"type" : "string"
}
}
},
"getfundinfo##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getfundinfo##data##meta" : {
"properties" : {
"dttm_loaded" : {
"type" : "string"
}
}
},
"getfundinfo##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getfundinfo##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getfundinfo##data##links"
},
"meta" : {
"$ref" : "#/definitions/getfundinfo##data##meta"
},
"type" : {
"type" : "string"
}
}
},
"getfundinfo##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"getfundinfo##meta" : {
"properties" : {
"pageNumber" : {
"type" : "number",
"format" : "int32"
},
"pageSize" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"getfundinfo" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getfundinfo##data"
}
},
"links" : {
"$ref" : "#/definitions/getfundinfo##links"
},
"meta" : {
"$ref" : "#/definitions/getfundinfo##meta"
}
}
}
}
}