Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • interop/iics/iics-swagger-file-public-repository
  • BETTY.THOMPSON/iics-swagger-file-public-repository
  • JEROME.WATSON/iics-swagger-file-public-repository
  • HVARDHAN/iics-swagger-file-public-repository
  • PATRICK.ROE/iics-swagger-file-public-repository
  • SAJIDA.SIDDIQUI/iics-swagger-file-public-repository
  • jpmarkey/iics-swagger-file-public-repository
  • MATT.GRACZ/iics-swagger-file-public-repository
8 results
Show changes
Showing
with 5641 additions and 67 deletions
......@@ -41,12 +41,22 @@
}
},
"definitions" : {
"putfdmvalidate##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"putfdmvalidate##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"type" : "string"
"$ref" : "#/definitions/putfdmvalidate##data##attributes##errors"
}
},
"valid" : {
......@@ -82,20 +92,38 @@
"company" : {
"type" : "string"
},
"fund" : {
"activity" : {
"type" : "string"
},
"costCenter" : {
"type" : "string"
},
"fund" : {
"type" : "string"
},
"function" : {
"type" : "string"
},
"gift" : {
"type" : "string"
},
"grant" : {
"type" : "string"
},
"ledgerAccount" : {
"type" : "string"
},
"program" : {
"type" : "string"
},
"project" : {
"type" : "string"
},
"revenueCategory" : {
"type" : "string"
},
"spendCategory" : {
"type" : "string"
}
}
},
......@@ -130,4 +158,4 @@
}
}
}
}
}
\ No newline at end of file
{
"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" : {
"/validateFdm" : {
"post" : {
"tags" : [ "test_uwmil_t2" ],
"summary" : null,
"description" : null,
"operationId" : "test_uwmil_t2",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/test_uwmil_t2_Request##body"
}
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/test_uwmil_t2"
}
}
}
}
}
},
"definitions" : {
"test_uwmil_t2##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"test_uwmil_t2##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/test_uwmil_t2##data##attributes##errors"
}
},
"valid" : {
"type" : "boolean"
}
}
},
"test_uwmil_t2##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/test_uwmil_t2##data##attributes"
},
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"test_uwmil_t2" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/test_uwmil_t2##data"
}
}
}
},
"test_uwmil_t2_Request##body##data##attributes" : {
"properties" : {
"company" : {
"type" : "string"
},
"activity" : {
"type" : "string"
},
"costCenter" : {
"type" : "string"
},
"fund" : {
"type" : "string"
},
"function" : {
"type" : "string"
},
"gift" : {
"type" : "string"
},
"grant" : {
"type" : "string"
},
"ledgerAccount" : {
"type" : "string"
},
"program" : {
"type" : "string"
},
"project" : {
"type" : "string"
},
"revenueCategory" : {
"type" : "string"
},
"spendCategory" : {
"type" : "string"
}
}
},
"test_uwmil_t2_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/test_uwmil_t2_Request##body##data##attributes"
}
}
},
"test_uwmil_t2_Request##body" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/test_uwmil_t2_Request##body##data"
}
}
}
},
"test_uwmil_t2_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/test_uwmil_t2_Request##body"
}
}
}
}
}
\ No newline at end of file
{
"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" : {
"/validateFdm" : {
"post" : {
"tags" : [ "putfdmvalidate" ],
"summary" : null,
"description" : null,
"operationId" : "putfdmvalidate",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/putfdmvalidate_Request##body"
}
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/putfdmvalidate"
}
}
}
}
}
},
"definitions" : {
"putfdmvalidate##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"putfdmvalidate##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/putfdmvalidate##data##attributes##errors"
}
},
"valid" : {
"type" : "boolean"
}
}
},
"putfdmvalidate##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/putfdmvalidate##data##attributes"
},
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"putfdmvalidate" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/putfdmvalidate##data"
}
}
}
},
"putfdmvalidate_Request##body##data##attributes" : {
"properties" : {
"company" : {
"type" : "string"
},
"activity" : {
"type" : "string"
},
"costCenter" : {
"type" : "string"
},
"fund" : {
"type" : "string"
},
"function" : {
"type" : "string"
},
"gift" : {
"type" : "string"
},
"grant" : {
"type" : "string"
},
"ledgerAccount" : {
"type" : "string"
},
"program" : {
"type" : "string"
},
"project" : {
"type" : "string"
},
"revenueCategory" : {
"type" : "string"
},
"spendCategory" : {
"type" : "string"
}
}
},
"putfdmvalidate_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/putfdmvalidate_Request##body##data##attributes"
}
}
},
"putfdmvalidate_Request##body" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/putfdmvalidate_Request##body##data"
}
}
}
},
"putfdmvalidate_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/putfdmvalidate_Request##body"
}
}
}
}
}
\ No newline at end of file
{
"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" : {
"/catalogItems" : {
"get" : {
"tags" : [ "getcatalogitem_zrex" ],
"summary" : null,
"description" : null,
"operationId" : "getcatalogitem_zrex",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getcatalogitem_zrex"
}
}
}
}
}
},
"definitions" : {
"getcatalogitem_zrex##data##attributes" : {
"properties" : {
"catalogItem" : {
"type" : "string"
},
"itemDescription" : {
"type" : "string"
},
"itemName" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"refId" : {
"type" : "string"
},
"resourceProvider" : {
"type" : "string"
},
"unitOfMeasure" : {
"type" : "string"
},
"uomEdiCodeId" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getcatalogitem_zrex##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getcatalogitem_zrex##data##links"
},
"type" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##meta" : {
"properties" : {
"pageNumber" : {
"type" : "number",
"format" : "int32"
},
"pageSize" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"getcatalogitem_zrex" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getcatalogitem_zrex##data"
}
},
"links" : {
"$ref" : "#/definitions/getcatalogitem_zrex##links"
},
"meta" : {
"$ref" : "#/definitions/getcatalogitem_zrex##meta"
}
}
}
}
}
\ No newline at end of file
{
"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" : {
"/catalogItems?filter[itemName]={var1}" : {
"get" : {
"tags" : [ "getcatalogitem_zrex" ],
"summary" : null,
"description" : null,
"operationId" : "getcatalogitem_zrex",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "var1",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getcatalogitem_zrex"
}
}
}
}
}
},
"definitions" : {
"getcatalogitem_zrex##data##attributes" : {
"properties" : {
"catalogItem" : {
"type" : "string"
},
"itemDescription" : {
"type" : "string"
},
"itemName" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"refId" : {
"type" : "string"
},
"resourceProvider" : {
"type" : "string"
},
"unitOfMeasure" : {
"type" : "string"
},
"uomEdiCodeId" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getcatalogitem_zrex##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getcatalogitem_zrex##data##links"
},
"type" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"getcatalogitem_zrex##meta" : {
"properties" : {
"pageNumber" : {
"type" : "number",
"format" : "int32"
},
"pageSize" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"getcatalogitem_zrex" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getcatalogitem_zrex##data"
}
},
"links" : {
"$ref" : "#/definitions/getcatalogitem_zrex##links"
},
"meta" : {
"$ref" : "#/definitions/getcatalogitem_zrex##meta"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "wisc.admin.sandbox-12twenty.com",
"basePath" : "/api/V2/lookups",
"schemes" : [ "https" ],
"paths" : {
"/{id}/options" : {
"get" : {
"tags" : [ "Get_Lookups" ],
"summary" : null,
"description" : null,
"operationId" : "Get_Lookups",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "Authorization",
"in" : "header",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "x-api-key",
"in" : "header",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/Get_Lookups"
}
}
}
}
}
}
},
"definitions" : {
"Get_Lookups" : {
"properties" : {
"Id" : {
"type" : "number",
"format" : "int64"
},
"Name" : {
"type" : "string"
},
"DisplayIndex" : {
"type" : "number",
"format" : "int32"
},
"Group" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.