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 8670 additions and 64 deletions
{
"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
......@@ -233,12 +233,18 @@
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountryAttendedFromDateClassRankClassSize" : {
"type" : "string"
},
"ApplicationStatus" : {
"type" : "string"
},
"ApplicationCreatedDate" : {
"type" : "string"
},
"ApplicationSubmittedDate" : {
"type" : "string"
},
"SISSubmittedDate" : {
"type" : "string"
},
"ApplicationUpdatedDate" : {
"type" : "string"
},
......@@ -335,196 +341,262 @@
"PersonFulbrightTag" : {
"type" : "string"
},
"GREType" : {
"HasCVResume" : {
"type" : "string"
},
"HasStatement" : {
"type" : "string"
},
"TranscriptEntered" : {
"type" : "string"
},
"ReferencesEntered" : {
"type" : "string"
},
"ReferencesReceived" : {
"type" : "string"
},
"HasEnglishProfScores" : {
"type" : "string"
},
"GRESelf-ReportedType" : {
"type" : "string"
},
"GRESelf-ReportedTestDate" : {
"type" : "string"
},
"GRESelf-ReportedVerbal" : {
"type" : "string"
},
"GRESelf-ReportedVerbalPct" : {
"type" : "string"
},
"GRESelf-ReportedQuantitative" : {
"type" : "string"
},
"GRESelf-ReportedQuantitativePct" : {
"type" : "string"
},
"GRESelf-ReportedAnalyticalWriting" : {
"type" : "string"
},
"GRESelf-ReportedAnalyticalWritingPct" : {
"type" : "string"
},
"GRESubject-BiologySelf-ReportedType" : {
"type" : "string"
},
"GRESubject-BiologySelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-BiologySelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-BiologySelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-BiologySelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-ChemistrySelf-ReportedType" : {
"type" : "string"
},
"GRESubject-ChemistrySelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-ChemistrySelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-ChemistrySelf-ReportedTotalscore" : {
"type" : "string"
},
"GRETestDate" : {
"GRESubject-ChemistrySelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GREVerbal" : {
"GRESubject-LiteratureinEnglishSelf-ReportedType" : {
"type" : "string"
},
"GREVerbalPct" : {
"GRESubject-LiteratureinEnglishSelf-ReportedSubtype" : {
"type" : "string"
},
"GREQuantitative" : {
"GRESubject-LiteratureinEnglishSelf-ReportedTestDate" : {
"type" : "string"
},
"GREQuantitativePct" : {
"GRESubject-LiteratureinEnglishSelf-ReportedTotalscore" : {
"type" : "string"
},
"GREAnalyticalWriting" : {
"GRESubject-LiteratureinEnglishSelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GREAnalyticalWritingPct" : {
"GRESubject-MathematicsSelf-ReportedType" : {
"type" : "string"
},
"GRESubject-BiologyType" : {
"GRESubject-MathematicsSelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-BiologySubtype" : {
"GRESubject-MathematicsSelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-BiologyTestDate" : {
"GRESubject-MathematicsSelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-BiologyTotalscore" : {
"GRESubject-MathematicsSelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-BiologyTotalscorePct" : {
"GRESubject-PhysicsSelf-ReportedType" : {
"type" : "string"
},
"GRESubject-ChemistryType" : {
"GRESubject-PhysicsSelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-ChemistrySubtype" : {
"GRESubject-PhysicsSelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-ChemistryTestDate" : {
"GRESubject-PhysicsSelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-ChemistryTotalscore" : {
"GRESubject-PhysicsSelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-ChemistryTotalscorePct" : {
"GRESubject-PhysicsSelf-ReportedSubscore1" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishType" : {
"GRESubject-PhysicsSelf-ReportedSubscore2" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSubtype" : {
"GRESubject-PhysicsSelf-ReportedSubscore3" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishTestDate" : {
"GRESubject-PsychologySelf-ReportedType" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishTotalscore" : {
"GRESubject-PsychologySelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishTotalscorePct" : {
"GRESubject-PsychologySelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-MathematicsType" : {
"GRESubject-PsychologySelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-MathematicsSubtype" : {
"GRESubject-PsychologySelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-MathematicsTestDate" : {
"GRESubject-PsychologySelf-ReportedSubscore1" : {
"type" : "string"
},
"GRESubject-MathematicsTotalscore" : {
"GRESubject-PsychologySelf-ReportedSubscore2" : {
"type" : "string"
},
"GRESubject-MathematicsTotalscorePct" : {
"GRESubject-PsychologySelf-ReportedSubscore3" : {
"type" : "string"
},
"GRESubject-PhysicsType" : {
"GRESubject-PsychologySelf-ReportedSubscore4" : {
"type" : "string"
},
"GRESubject-PhysicsSubtype" : {
"GRESubject-PsychologySelf-ReportedSubscore5" : {
"type" : "string"
},
"GRESubject-PhysicsTestDate" : {
"GRESubject-PsychologySelf-ReportedSubscore6" : {
"type" : "string"
},
"GRESubject-PhysicsTotalscore" : {
"IELTSSelf-ReportedType" : {
"type" : "string"
},
"GRESubject-PhysicsTotalscorePct" : {
"IELTSSelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-PsychologyType" : {
"IELTSSelf-ReportedOverallbandscore" : {
"type" : "string"
},
"GRESubject-PsychologySubtype" : {
"IELTSSelf-ReportedListening" : {
"type" : "string"
},
"GRESubject-PsychologyTestDate" : {
"IELTSSelf-ReportedReading" : {
"type" : "string"
},
"GRESubject-PsychologyTotalscore" : {
"IELTSSelf-ReportedWriting" : {
"type" : "string"
},
"GRESubject-PsychologyTotalscorePct" : {
"IELTSSelf-ReportedSpeaking" : {
"type" : "string"
},
"IELTSType" : {
"TOEFLSelf-ReportedType" : {
"type" : "string"
},
"IELTSTestDate" : {
"TOEFLSelf-ReportedTestDate" : {
"type" : "string"
},
"IELTSOverallbandscore" : {
"TOEFLSelf-ReportedTotal" : {
"type" : "string"
},
"IELTSListening" : {
"TOEFLSelf-ReportedListening" : {
"type" : "string"
},
"IELTSReading" : {
"TOEFLSelf-ReportedReading" : {
"type" : "string"
},
"IELTSWriting" : {
"TOEFLSelf-ReportedWriting" : {
"type" : "string"
},
"IELTSSpeaking" : {
"TOEFLSelf-ReportedSpeaking" : {
"type" : "string"
},
"TOEFLType" : {
"DuolingoSelf-ReportedType" : {
"type" : "string"
},
"TOEFLTestDate" : {
"DuolingoSelf-ReportedTestDate" : {
"type" : "string"
},
"TOEFLTotal" : {
"DuolingoSelf-ReportedScore" : {
"type" : "string"
},
"TOEFLListening" : {
"DuolingoSelf-ReportedLiteracy" : {
"type" : "string"
},
"TOEFLReading" : {
"DuolingoSelf-ReportedConversation" : {
"type" : "string"
},
"TOEFLWriting" : {
"DuolingoSelf-ReportedComprehension" : {
"type" : "string"
},
"TOEFLSpeaking" : {
"DuolingoSelf-ReportedProduction" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleType" : {
"AppRef1First" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleTestDate" : {
"AppRef1Last" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleScore" : {
"AppRef1DeliveredDate" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleLiteracy" : {
"AppRef1SubmittedDate" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleConversation" : {
"AppRef2First" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleComprehension" : {
"AppRef2Last" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleProduction" : {
"AppRef2DeliveredDate" : {
"type" : "string"
},
"GRERank1Self-ReportedType" : {
"AppRef2SubmittedDate" : {
"type" : "string"
},
"GRERank1Self-ReportedTestDate" : {
"AppRef3First" : {
"type" : "string"
},
"GRERank1Self-ReportedVerbal" : {
"AppRef3Last" : {
"type" : "string"
},
"GRERank1Self-ReportedQuantitative" : {
"AppRef3DeliveredDate" : {
"type" : "string"
},
"GRERank1Self-ReportedAnalyticalWriting" : {
"AppRef3SubmittedDate" : {
"type" : "string"
}
}
......
{
"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.
This diff is collapsed.
This diff is collapsed.
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "wisc.admin.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" : "User-Agent",
"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.