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 3781 additions and 0 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" : {
"/validateFdm" : {
"post" : {
"tags" : [ "uwmil_t2_FDM_validation" ],
"summary" : null,
"description" : null,
"operationId" : "uwmil_t2_FDM_validation",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_Request##body"
}
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation"
}
}
}
}
}
},
"definitions" : {
"uwmil_t2_FDM_validation##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"valid" : {
"type" : "boolean"
}
}
},
"uwmil_t2_FDM_validation##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation##data##attributes"
},
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"uwmil_t2_FDM_validation" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation##data"
}
}
}
},
"uwmil_t2_FDM_validation_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"
}
}
},
"uwmil_t2_FDM_validation_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_Request##body##data##attributes"
}
}
},
"uwmil_t2_FDM_validation_Request##body" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_Request##body##data"
}
}
}
},
"uwmil_t2_FDM_validation_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_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" : [ "uwmil_t2_FDM_validation_2" ],
"summary" : null,
"description" : null,
"operationId" : "uwmil_t2_FDM_validation_2",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2_Request##body"
}
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2"
}
}
}
}
}
},
"definitions" : {
"uwmil_t2_FDM_validation_2##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"uwmil_t2_FDM_validation_2##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2##data##attributes##errors"
}
},
"valid" : {
"type" : "boolean"
}
}
},
"uwmil_t2_FDM_validation_2##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2##data##attributes"
},
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"uwmil_t2_FDM_validation_2" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2##data"
}
}
}
},
"uwmil_t2_FDM_validation_2_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"
}
}
},
"uwmil_t2_FDM_validation_2_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2_Request##body##data##attributes"
}
}
},
"uwmil_t2_FDM_validation_2_Request##body" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2_Request##body##data"
}
}
}
},
"uwmil_t2_FDM_validation_2_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2_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" : [ "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" : "gradapply.wisc.edu",
"basePath" : "/manage",
"schemes" : [ "https" ],
"paths" : {
"/query/run" : {
"get" : {
"tags" : [ "Slate_All_Apps_Parm" ],
"summary" : null,
"description" : null,
"operationId" : "Slate_All_Apps_Parm",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "output",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "dtupdate",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "h",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "term",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "id",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "cmd",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "dtstart",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/Slate_All_Apps_Parm"
}
}
}
}
}
},
"definitions" : {
"Slate_All_Apps_Parm##row" : {
"properties" : {
"ApplicationIHNumber" : {
"type" : "string"
},
"PersonReferenceID" : {
"type" : "string"
},
"ApplicationReferenceID" : {
"type" : "string"
},
"ProgramGCode" : {
"type" : "string"
},
"AcademicPlan" : {
"type" : "string"
},
"AcademicSubplan" : {
"type" : "string"
},
"ApplicationTerm" : {
"type" : "string"
},
"ApplicationFullPartTimeStatus" : {
"type" : "string"
},
"PersonPrefix" : {
"type" : "string"
},
"PersonFirst" : {
"type" : "string"
},
"PersonMiddle" : {
"type" : "string"
},
"PersonLast" : {
"type" : "string"
},
"PersonSuffix" : {
"type" : "string"
},
"PersonPreferred" : {
"type" : "string"
},
"PersonAdditionalPrefix" : {
"type" : "string"
},
"PersonAdditionalFirstName" : {
"type" : "string"
},
"PersonAdditionalMiddleName" : {
"type" : "string"
},
"PersonAdditionalLastName" : {
"type" : "string"
},
"PersonBirthdate" : {
"type" : "string"
},
"PersonSex" : {
"type" : "string"
},
"PersonEmail" : {
"type" : "string"
},
"PersonGenderIdentity" : {
"type" : "string"
},
"PersonPronouns" : {
"type" : "string"
},
"PersonPronounsFreeText" : {
"type" : "string"
},
"PersonBirthNationCountry" : {
"type" : "string"
},
"PersonBirthPlaceCity" : {
"type" : "string"
},
"PersonBirthRegionStateProvince" : {
"type" : "string"
},
"MilitaryStatus" : {
"type" : "string"
},
"PersonServedInPeaceCorpsYN" : {
"type" : "string"
},
"PersonPeaceCorpsYears" : {
"type" : "string"
},
"PersonPeaceCorpsCountry" : {
"type" : "string"
},
"PersonCitizenshipPrimary" : {
"type" : "string"
},
"PersonCitizenshipSecondary" : {
"type" : "string"
},
"PersonCitizenshipStatus" : {
"type" : "string"
},
"ApplicationRequestVisa" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet1" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet2" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet3" : {
"type" : "string"
},
"MailingAddressbyTypeRankCity" : {
"type" : "string"
},
"MailingAddressbyTypeRankRegion" : {
"type" : "string"
},
"MailingAddressbyTypeRankPostal" : {
"type" : "string"
},
"MailingAddressbyTypeRankCountry" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet1" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet2" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet3" : {
"type" : "string"
},
"HomeAddressbyTypeRankCity" : {
"type" : "string"
},
"HomeAddressbyTypeRankRegion" : {
"type" : "string"
},
"HomeAddressbyTypeRankPostal" : {
"type" : "string"
},
"HomeAddressbyTypeRankCountry" : {
"type" : "string"
},
"PersonPhone" : {
"type" : "string"
},
"PersonMobilePhone" : {
"type" : "string"
},
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountryAttendedFromDateClassRankClassSize" : {
"type" : "string"
},
"ApplicationStatus" : {
"type" : "string"
},
"ApplicationCreatedDate" : {
"type" : "string"
},
"ApplicationSubmittedDate" : {
"type" : "string"
},
"SISSubmittedDate" : {
"type" : "string"
},
"ApplicationUpdatedDate" : {
"type" : "string"
},
"PersonUpdatedDate" : {
"type" : "string"
},
"PersonLastLogin" : {
"type" : "string"
},
"ApplicationResearchExperienceYN" : {
"type" : "string"
},
"ApplicationResearchFull-TimeMonths" : {
"type" : "string"
},
"ApplicationResearchPart-TimeMonths" : {
"type" : "string"
},
"ApplicationResearchPart-TimeHours" : {
"type" : "string"
},
"ApplicationFinancialAidInterestYN" : {
"type" : "string"
},
"PersonParticipateSROPYN" : {
"type" : "string"
},
"PersonSROPInstitutes" : {
"type" : "string"
},
"PersonParticipateTRIOYN" : {
"type" : "string"
},
"PersonParticipateWiscAMPYN" : {
"type" : "string"
},
"PersonParticipateIRTYN" : {
"type" : "string"
},
"PersonParticipateFASTrackYN" : {
"type" : "string"
},
"PersonParticipateUWPeopleYN" : {
"type" : "string"
},
"PersonParticipateEdPathwaysYN" : {
"type" : "string"
},
"PersonParticipateNIHIMSDYN" : {
"type" : "string"
},
"PersonParticipateNIHMARCYN" : {
"type" : "string"
},
"PersonParticipateGEMYN" : {
"type" : "string"
},
"PersonParticipateNIHPREPYN" : {
"type" : "string"
},
"PersonParticipateNIHRISEYN" : {
"type" : "string"
},
"PersonParticipateMcNairYN" : {
"type" : "string"
},
"PersonParticipateGSMIYN" : {
"type" : "string"
},
"PersonReceivedPellYN" : {
"type" : "string"
},
"PersonFamilySSIYN" : {
"type" : "string"
},
"PersonGatesScholarYN" : {
"type" : "string"
},
"PersonFreeReducedLunchYN" : {
"type" : "string"
},
"PersonParentsAttendHigherEdYN" : {
"type" : "string"
},
"PersonParentsHighestDegree" : {
"type" : "string"
},
"ActivitiesProgramActionActionReasonDate" : {
"type" : "string"
},
"ApplicationAdmissionType" : {
"type" : "string"
},
"PersonFulbrightTag" : {
"type" : "string"
},
"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"
},
"GRESubject-ChemistrySelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSelf-ReportedType" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-MathematicsSelf-ReportedType" : {
"type" : "string"
},
"GRESubject-MathematicsSelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-MathematicsSelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-MathematicsSelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-MathematicsSelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedType" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedSubscore1" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedSubscore2" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedSubscore3" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedType" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore1" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore2" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore3" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore4" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore5" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore6" : {
"type" : "string"
},
"IELTSSelf-ReportedType" : {
"type" : "string"
},
"IELTSSelf-ReportedTestDate" : {
"type" : "string"
},
"IELTSSelf-ReportedOverallbandscore" : {
"type" : "string"
},
"IELTSSelf-ReportedListening" : {
"type" : "string"
},
"IELTSSelf-ReportedReading" : {
"type" : "string"
},
"IELTSSelf-ReportedWriting" : {
"type" : "string"
},
"IELTSSelf-ReportedSpeaking" : {
"type" : "string"
},
"TOEFLSelf-ReportedType" : {
"type" : "string"
},
"TOEFLSelf-ReportedTestDate" : {
"type" : "string"
},
"TOEFLSelf-ReportedTotal" : {
"type" : "string"
},
"TOEFLSelf-ReportedListening" : {
"type" : "string"
},
"TOEFLSelf-ReportedReading" : {
"type" : "string"
},
"TOEFLSelf-ReportedWriting" : {
"type" : "string"
},
"TOEFLSelf-ReportedSpeaking" : {
"type" : "string"
},
"DuolingoSelf-ReportedType" : {
"type" : "string"
},
"DuolingoSelf-ReportedTestDate" : {
"type" : "string"
},
"DuolingoSelf-ReportedScore" : {
"type" : "string"
},
"DuolingoSelf-ReportedLiteracy" : {
"type" : "string"
},
"DuolingoSelf-ReportedConversation" : {
"type" : "string"
},
"DuolingoSelf-ReportedComprehension" : {
"type" : "string"
},
"DuolingoSelf-ReportedProduction" : {
"type" : "string"
},
"AppRef1First" : {
"type" : "string"
},
"AppRef1Last" : {
"type" : "string"
},
"AppRef1DeliveredDate" : {
"type" : "string"
},
"AppRef1SubmittedDate" : {
"type" : "string"
},
"AppRef2First" : {
"type" : "string"
},
"AppRef2Last" : {
"type" : "string"
},
"AppRef2DeliveredDate" : {
"type" : "string"
},
"AppRef2SubmittedDate" : {
"type" : "string"
},
"AppRef3First" : {
"type" : "string"
},
"AppRef3Last" : {
"type" : "string"
},
"AppRef3DeliveredDate" : {
"type" : "string"
},
"AppRef3SubmittedDate" : {
"type" : "string"
}
}
},
"Slate_All_Apps_Parm" : {
"properties" : {
"row" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/Slate_All_Apps_Parm##row"
}
}
}
}
}
}
\ 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" : "gradapply.wisc.edu",
"basePath" : "/manage",
"schemes" : [ "https" ],
"paths" : {
"/query/run" : {
"get" : {
"tags" : [ "Slate_All_Apps_Parm" ],
"summary" : null,
"description" : null,
"operationId" : "Slate_All_Apps_Parm",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "output",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "dtupdate",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "h",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "term",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "id",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "cmd",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "dtstart",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/Slate_All_Apps_Parm"
}
}
}
}
}
},
"definitions" : {
"Slate_All_Apps_Parm##row" : {
"properties" : {
"ApplicationIHNumber" : {
"type" : "string"
},
"PersonReferenceID" : {
"type" : "string"
},
"ApplicationReferenceID" : {
"type" : "string"
},
"ProgramGCode" : {
"type" : "string"
},
"AcademicPlan" : {
"type" : "string"
},
"AcademicSubplan" : {
"type" : "string"
},
"ApplicationTerm" : {
"type" : "string"
},
"ApplicationFullPartTimeStatus" : {
"type" : "string"
},
"PersonPrefix" : {
"type" : "string"
},
"PersonFirst" : {
"type" : "string"
},
"PersonMiddle" : {
"type" : "string"
},
"PersonLast" : {
"type" : "string"
},
"PersonSuffix" : {
"type" : "string"
},
"PersonPreferred" : {
"type" : "string"
},
"PersonAdditionalPrefix" : {
"type" : "string"
},
"PersonAdditionalFirstName" : {
"type" : "string"
},
"PersonAdditionalMiddleName" : {
"type" : "string"
},
"PersonAdditionalLastName" : {
"type" : "string"
},
"PersonBirthdate" : {
"type" : "string"
},
"PersonSex" : {
"type" : "string"
},
"PersonEmail" : {
"type" : "string"
},
"PersonGenderIdentity" : {
"type" : "string"
},
"PersonPronouns" : {
"type" : "string"
},
"PersonPronounsFreeText" : {
"type" : "string"
},
"PersonBirthNationCountry" : {
"type" : "string"
},
"PersonBirthPlaceCity" : {
"type" : "string"
},
"PersonBirthRegionStateProvince" : {
"type" : "string"
},
"MilitaryStatus" : {
"type" : "string"
},
"PersonServedInPeaceCorpsYN" : {
"type" : "string"
},
"PersonPeaceCorpsYears" : {
"type" : "string"
},
"PersonPeaceCorpsCountry" : {
"type" : "string"
},
"PersonCitizenshipPrimary" : {
"type" : "string"
},
"PersonCitizenshipSecondary" : {
"type" : "string"
},
"PersonCitizenshipStatus" : {
"type" : "string"
},
"ApplicationRequestVisa" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet1" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet2" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet3" : {
"type" : "string"
},
"MailingAddressbyTypeRankCity" : {
"type" : "string"
},
"MailingAddressbyTypeRankRegion" : {
"type" : "string"
},
"MailingAddressbyTypeRankPostal" : {
"type" : "string"
},
"MailingAddressbyTypeRankCountry" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet1" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet2" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet3" : {
"type" : "string"
},
"HomeAddressbyTypeRankCity" : {
"type" : "string"
},
"HomeAddressbyTypeRankRegion" : {
"type" : "string"
},
"HomeAddressbyTypeRankPostal" : {
"type" : "string"
},
"HomeAddressbyTypeRankCountry" : {
"type" : "string"
},
"PersonPhone" : {
"type" : "string"
},
"PersonMobilePhone" : {
"type" : "string"
},
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountryAttendedFromDateClassRankClassSize" : {
"type" : "string"
},
"ApplicationStatus" : {
"type" : "string"
},
"ApplicationCreatedDate" : {
"type" : "string"
},
"ApplicationSubmittedDate" : {
"type" : "string"
},
"SISSubmittedDate" : {
"type" : "string"
},
"ApplicationUpdatedDate" : {
"type" : "string"
},
"PersonUpdatedDate" : {
"type" : "string"
},
"PersonLastLogin" : {
"type" : "string"
},
"ApplicationResearchExperienceYN" : {
"type" : "string"
},
"ApplicationResearchFull-TimeMonths" : {
"type" : "string"
},
"ApplicationResearchPart-TimeMonths" : {
"type" : "string"
},
"ApplicationResearchPart-TimeHours" : {
"type" : "string"
},
"ApplicationFinancialAidInterestYN" : {
"type" : "string"
},
"PersonParticipateSROPYN" : {
"type" : "string"
},
"PersonSROPInstitutes" : {
"type" : "string"
},
"PersonParticipateTRIOYN" : {
"type" : "string"
},
"PersonParticipateWiscAMPYN" : {
"type" : "string"
},
"PersonParticipateIRTYN" : {
"type" : "string"
},
"PersonParticipateFASTrackYN" : {
"type" : "string"
},
"PersonParticipateUWPeopleYN" : {
"type" : "string"
},
"PersonParticipateEdPathwaysYN" : {
"type" : "string"
},
"PersonParticipateNIHIMSDYN" : {
"type" : "string"
},
"PersonParticipateNIHMARCYN" : {
"type" : "string"
},
"PersonParticipateGEMYN" : {
"type" : "string"
},
"PersonParticipateNIHPREPYN" : {
"type" : "string"
},
"PersonParticipateNIHRISEYN" : {
"type" : "string"
},
"PersonParticipateMcNairYN" : {
"type" : "string"
},
"PersonParticipateGSMIYN" : {
"type" : "string"
},
"PersonReceivedPellYN" : {
"type" : "string"
},
"PersonFamilySSIYN" : {
"type" : "string"
},
"PersonGatesScholarYN" : {
"type" : "string"
},
"PersonFreeReducedLunchYN" : {
"type" : "string"
},
"PersonParentsAttendHigherEdYN" : {
"type" : "string"
},
"PersonParentsHighestDegree" : {
"type" : "string"
},
"ActivitiesProgramActionActionReasonDate" : {
"type" : "string"
},
"ApplicationAdmissionType" : {
"type" : "string"
},
"PersonFulbrightTag" : {
"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"
},
"GRESubject-ChemistrySelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSelf-ReportedType" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-MathematicsSelf-ReportedType" : {
"type" : "string"
},
"GRESubject-MathematicsSelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-MathematicsSelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-MathematicsSelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-MathematicsSelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedType" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedSubscore1" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedSubscore2" : {
"type" : "string"
},
"GRESubject-PhysicsSelf-ReportedSubscore3" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedType" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubtype" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedTestDate" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedTotalscore" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedTotalscorePct" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore1" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore2" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore3" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore4" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore5" : {
"type" : "string"
},
"GRESubject-PsychologySelf-ReportedSubscore6" : {
"type" : "string"
},
"IELTSSelf-ReportedType" : {
"type" : "string"
},
"IELTSSelf-ReportedTestDate" : {
"type" : "string"
},
"IELTSSelf-ReportedOverallbandscore" : {
"type" : "string"
},
"IELTSSelf-ReportedListening" : {
"type" : "string"
},
"IELTSSelf-ReportedReading" : {
"type" : "string"
},
"IELTSSelf-ReportedWriting" : {
"type" : "string"
},
"IELTSSelf-ReportedSpeaking" : {
"type" : "string"
},
"TOEFLSelf-ReportedType" : {
"type" : "string"
},
"TOEFLSelf-ReportedTestDate" : {
"type" : "string"
},
"TOEFLSelf-ReportedTotal" : {
"type" : "string"
},
"TOEFLSelf-ReportedListening" : {
"type" : "string"
},
"TOEFLSelf-ReportedReading" : {
"type" : "string"
},
"TOEFLSelf-ReportedWriting" : {
"type" : "string"
},
"TOEFLSelf-ReportedSpeaking" : {
"type" : "string"
},
"DuolingoSelf-ReportedType" : {
"type" : "string"
},
"DuolingoSelf-ReportedTestDate" : {
"type" : "string"
},
"DuolingoSelf-ReportedScore" : {
"type" : "string"
},
"DuolingoSelf-ReportedLiteracy" : {
"type" : "string"
},
"DuolingoSelf-ReportedConversation" : {
"type" : "string"
},
"DuolingoSelf-ReportedComprehension" : {
"type" : "string"
},
"DuolingoSelf-ReportedProduction" : {
"type" : "string"
}
}
},
"Slate_All_Apps_Parm" : {
"properties" : {
"row" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/Slate_All_Apps_Parm##row"
}
}
}
}
}
}
\ 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" : "wmg.test.technolutions.net",
"basePath" : "/manage",
"schemes" : [ "https" ],
"paths" : {
"/query/run" : {
"get" : {
"tags" : [ "get-query-results" ],
"summary" : null,
"description" : null,
"operationId" : "get-query-results",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "output",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "dtupdate",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "h",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "id",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "cmd",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "dtstart",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "dtupdate",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get-query-results"
}
}
}
}
}
},
"definitions" : {
"get-query-results##row" : {
"properties" : {
"ApplicationIHNumber" : {
"type" : "string"
},
"PersonReferenceID" : {
"type" : "string"
},
"ApplicationReferenceID" : {
"type" : "string"
},
"ProgramGCode" : {
"type" : "string"
},
"AcademicPlan" : {
"type" : "string"
},
"AcademicSubplan" : {
"type" : "string"
},
"ApplicationTerm" : {
"type" : "string"
},
"ApplicationFullPartTimeStatus" : {
"type" : "string"
},
"PersonPrefix" : {
"type" : "string"
},
"PersonFirst" : {
"type" : "string"
},
"PersonMiddle" : {
"type" : "string"
},
"PersonLast" : {
"type" : "string"
},
"PersonSuffix" : {
"type" : "string"
},
"PersonPreferred" : {
"type" : "string"
},
"PersonAdditionalPrefix" : {
"type" : "string"
},
"PersonAdditionalFirstName" : {
"type" : "string"
},
"PersonAdditionalMiddleName" : {
"type" : "string"
},
"PersonAdditionalLastName" : {
"type" : "string"
},
"PersonBirthdate" : {
"type" : "string"
},
"PersonSex" : {
"type" : "string"
},
"PersonEmail" : {
"type" : "string"
},
"PersonGenderIdentity" : {
"type" : "string"
},
"PersonPronouns" : {
"type" : "string"
},
"PersonPronounsFreeText" : {
"type" : "string"
},
"PersonBirthNationCountry" : {
"type" : "string"
},
"PersonBirthPlaceCity" : {
"type" : "string"
},
"PersonBirthRegionStateProvince" : {
"type" : "string"
},
"MilitaryStatus" : {
"type" : "string"
},
"PersonServedInPeaceCorpsYN" : {
"type" : "string"
},
"PersonPeaceCorpsYears" : {
"type" : "string"
},
"PersonPeaceCorpsCountry" : {
"type" : "string"
},
"PersonCitizenshipPrimary" : {
"type" : "string"
},
"PersonCitizenshipSecondary" : {
"type" : "string"
},
"PersonCitizenshipStatus" : {
"type" : "string"
},
"PersonRequestVisa" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet1" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet2" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet3" : {
"type" : "string"
},
"MailingAddressbyTypeRankCity" : {
"type" : "string"
},
"MailingAddressbyTypeRankRegion" : {
"type" : "string"
},
"MailingAddressbyTypeRankPostal" : {
"type" : "string"
},
"MailingAddressbyTypeRankCountry" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet1" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet2" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet3" : {
"type" : "string"
},
"HomeAddressbyTypeRankCity" : {
"type" : "string"
},
"HomeAddressbyTypeRankRegion" : {
"type" : "string"
},
"HomeAddressbyTypeRankPostal" : {
"type" : "string"
},
"HomeAddressbyTypeRankCountry" : {
"type" : "string"
},
"PersonPhone" : {
"type" : "string"
},
"PersonMobilePhone" : {
"type" : "string"
},
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountryAttendedFromDateClassRankClassSize" : {
"type" : "string"
},
"ApplicationCreatedDate" : {
"type" : "string"
},
"ApplicationSubmittedDate" : {
"type" : "string"
},
"ApplicationUpdatedDate" : {
"type" : "string"
},
"ApplicationResearchExperienceYN" : {
"type" : "string"
},
"ApplicationResearchFull-TimeMonths" : {
"type" : "string"
},
"ApplicationResearchPart-TimeMonths" : {
"type" : "string"
},
"ApplicationResearchPart-TimeHours" : {
"type" : "string"
},
"ApplicationFinancialAidInterestYN" : {
"type" : "string"
},
"PersonParticipateSROPYN" : {
"type" : "string"
},
"PersonSROPInstitutes" : {
"type" : "string"
},
"PersonParticipateTRIOYN" : {
"type" : "string"
},
"PersonParticipateWiscAMPYN" : {
"type" : "string"
},
"PersonParticipateIRTYN" : {
"type" : "string"
},
"PersonParticipateFASTrackYN" : {
"type" : "string"
},
"PersonParticipateUWPeopleYN" : {
"type" : "string"
},
"PersonParticipateEdPathwaysYN" : {
"type" : "string"
},
"PersonParticipateNIHIMSDYN" : {
"type" : "string"
},
"PersonParticipateNIHMARCYN" : {
"type" : "string"
},
"PersonParticipateGEMYN" : {
"type" : "string"
},
"PersonParticipateNIHPREPYN" : {
"type" : "string"
},
"PersonParticipateNIHRISEYN" : {
"type" : "string"
},
"PersonParticipateMcNairYN" : {
"type" : "string"
},
"PersonParticipateGSMIYN" : {
"type" : "string"
},
"PersonReceivedPellYN" : {
"type" : "string"
},
"PersonFamilySSIYN" : {
"type" : "string"
},
"PersonGatesScholarYN" : {
"type" : "string"
},
"PersonFreeReducedLunchYN" : {
"type" : "string"
},
"PersonParentsAttendHigherEdYN" : {
"type" : "string"
},
"PersonParentsHighestDegree" : {
"type" : "string"
},
"ActivitiesProgramActionActionReasonDate" : {
"type" : "string"
},
"ApplicationAdmissionType" : {
"type" : "string"
},
"PersonFulbrightTag" : {
"type" : "string"
},
"GREType" : {
"type" : "string"
},
"GRETestDate" : {
"type" : "string"
},
"GREVerbal" : {
"type" : "string"
},
"GREQuantitative" : {
"type" : "string"
},
"GREAnalyticalWriting" : {
"type" : "string"
},
"GRESubject-BiologyType" : {
"type" : "string"
},
"GRESubject-BiologySubtype" : {
"type" : "string"
},
"GRESubject-BiologyTestDate" : {
"type" : "string"
},
"GRESubject-BiologyTotalscore" : {
"type" : "string"
},
"GRESubject-ChemistryType" : {
"type" : "string"
},
"GRESubject-ChemistrySubtype" : {
"type" : "string"
},
"GRESubject-ChemistryTestDate" : {
"type" : "string"
},
"GRESubject-ChemistryTotalscore" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishType" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSubtype" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishTestDate" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishTotalscore" : {
"type" : "string"
},
"GRESubject-MathematicsType" : {
"type" : "string"
},
"GRESubject-MathematicsSubtype" : {
"type" : "string"
},
"GRESubject-MathematicsTestDate" : {
"type" : "string"
},
"GRESubject-MathematicsTotalscore" : {
"type" : "string"
},
"GRESubject-PhysicsType" : {
"type" : "string"
},
"GRESubject-PhysicsSubtype" : {
"type" : "string"
},
"GRESubject-PhysicsTestDate" : {
"type" : "string"
},
"GRESubject-PhysicsTotalscore" : {
"type" : "string"
},
"GRESubject-PsychologyType" : {
"type" : "string"
},
"GRESubject-PsychologySubtype" : {
"type" : "string"
},
"GRESubject-PsychologyTestDate" : {
"type" : "string"
},
"GRESubject-PsychologyTotalscore" : {
"type" : "string"
},
"IELTSType" : {
"type" : "string"
},
"IELTSTestDate" : {
"type" : "string"
},
"IELTSOverallbandscore" : {
"type" : "string"
},
"IELTSListening" : {
"type" : "string"
},
"IELTSReading" : {
"type" : "string"
},
"IELTSWriting" : {
"type" : "string"
},
"IELTSSpeaking" : {
"type" : "string"
},
"TOEFLType" : {
"type" : "string"
},
"TOEFLTestDate" : {
"type" : "string"
},
"TOEFLTotal" : {
"type" : "string"
},
"TOEFLListening" : {
"type" : "string"
},
"TOEFLReading" : {
"type" : "string"
},
"TOEFLWriting" : {
"type" : "string"
},
"TOEFLSpeaking" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleType" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleTestDate" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleScore" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleLiteracy" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleConversation" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleComprehension" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleProduction" : {
"type" : "string"
}
}
},
"get-query-results" : {
"properties" : {
"row" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get-query-results##row"
}
}
}
}
}
}
\ 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" : "gradapply.wisc.edu",
"basePath" : "/manage",
"schemes" : [ "https" ],
"paths" : {
"/query/run" : {
"get" : {
"tags" : [ "Slate_Updates_Only" ],
"summary" : null,
"description" : null,
"operationId" : "Slate_Updates_Only",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "output",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "h",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "cmd",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "id",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/Slate_Updates_Only"
}
}
}
}
}
},
"definitions" : {
"Slate_Updates_Only##row" : {
"properties" : {
"ApplicationIHNumber" : {
"type" : "string"
},
"PersonReferenceID" : {
"type" : "string"
},
"ApplicationReferenceID" : {
"type" : "string"
},
"ProgramGCode" : {
"type" : "string"
},
"AcademicPlan" : {
"type" : "string"
},
"AcademicSubplan" : {
"type" : "string"
},
"ApplicationTerm" : {
"type" : "string"
},
"ApplicationFullPartTimeStatus" : {
"type" : "string"
},
"PersonFirst" : {
"type" : "string"
},
"PersonMiddle" : {
"type" : "string"
},
"PersonLast" : {
"type" : "string"
},
"PersonSuffix" : {
"type" : "string"
},
"PersonPreferred" : {
"type" : "string"
},
"PersonAdditionalFirstName" : {
"type" : "string"
},
"PersonAdditionalMiddleName" : {
"type" : "string"
},
"PersonAdditionalLastName" : {
"type" : "string"
},
"PersonBirthdate" : {
"type" : "string"
},
"PersonSex" : {
"type" : "string"
},
"PersonEmail" : {
"type" : "string"
},
"PersonGenderIdentity" : {
"type" : "string"
},
"PersonPronouns" : {
"type" : "string"
},
"PersonPronounsFreeText" : {
"type" : "string"
},
"PersonBirthNationCountry" : {
"type" : "string"
},
"PersonBirthPlaceCity" : {
"type" : "string"
},
"PersonBirthRegionStateProvince" : {
"type" : "string"
},
"MilitaryStatus" : {
"type" : "string"
},
"PersonServedInPeaceCorpsYN" : {
"type" : "string"
},
"PersonPeaceCorpsYears" : {
"type" : "string"
},
"PersonPeaceCorpsCountry" : {
"type" : "string"
},
"PersonCitizenshipPrimary" : {
"type" : "string"
},
"PersonCitizenshipSecondary" : {
"type" : "string"
},
"PersonCitizenshipStatus" : {
"type" : "string"
},
"PersonRequestVisa" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet1" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet2" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet3" : {
"type" : "string"
},
"MailingAddressbyTypeRankCity" : {
"type" : "string"
},
"MailingAddressbyTypeRankRegion" : {
"type" : "string"
},
"MailingAddressbyTypeRankPostal" : {
"type" : "string"
},
"MailingAddressbyTypeRankCountry" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet1" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet2" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet3" : {
"type" : "string"
},
"HomeAddressbyTypeRankCity" : {
"type" : "string"
},
"HomeAddressbyTypeRankRegion" : {
"type" : "string"
},
"HomeAddressbyTypeRankPostal" : {
"type" : "string"
},
"HomeAddressbyTypeRankCountry" : {
"type" : "string"
},
"PersonPhone" : {
"type" : "string"
},
"PersonMobilePhone" : {
"type" : "string"
},
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountryAttendedFromDateClassRankClassSize" : {
"type" : "string"
},
"ApplicationCreatedDate" : {
"type" : "string"
},
"ApplicationSubmittedDate" : {
"type" : "string"
},
"ApplicationUpdatedDate" : {
"type" : "string"
},
"ApplicationResearchExperienceYN" : {
"type" : "string"
},
"ApplicationResearchFull-TimeMonths" : {
"type" : "string"
},
"ApplicationResearchPart-TimeMonths" : {
"type" : "string"
},
"ApplicationResearchPart-TimeHours" : {
"type" : "string"
},
"ApplicationFinancialAidInterestYN" : {
"type" : "string"
},
"PersonParticipateSROPYN" : {
"type" : "string"
},
"PersonSROPInstitutes" : {
"type" : "string"
},
"PersonParticipateTRIOYN" : {
"type" : "string"
},
"PersonParticipateWiscAMPYN" : {
"type" : "string"
},
"PersonParticipateIRTYN" : {
"type" : "string"
},
"PersonParticipateFASTrackYN" : {
"type" : "string"
},
"PersonParticipateUWPeopleYN" : {
"type" : "string"
},
"PersonParticipateEdPathwaysYN" : {
"type" : "string"
},
"PersonParticipateNIHIMSDYN" : {
"type" : "string"
},
"PersonParticipateNIHMARCYN" : {
"type" : "string"
},
"PersonParticipateGEMYN" : {
"type" : "string"
},
"PersonParticipateNIHPREPYN" : {
"type" : "string"
},
"PersonParticipateNIHRISEYN" : {
"type" : "string"
},
"PersonParticipateMcNairYN" : {
"type" : "string"
},
"PersonParticipateGSMIYN" : {
"type" : "string"
},
"PersonReceivedPellYN" : {
"type" : "string"
},
"PersonFamilySSIYN" : {
"type" : "string"
},
"PersonGatesScholarYN" : {
"type" : "string"
},
"PersonFreeReducedLunchYN" : {
"type" : "string"
},
"PersonParentsAttendHigherEdYN" : {
"type" : "string"
},
"PersonParentsHighestDegree" : {
"type" : "string"
},
"ActivitiesProgramActionActionReasonDate" : {
"type" : "string"
},
"ApplicationAdmissionType" : {
"type" : "string"
},
"PersonFulbrightTag" : {
"type" : "string"
},
"GREType" : {
"type" : "string"
},
"GRETestDate" : {
"type" : "string"
},
"GREVerbal" : {
"type" : "string"
},
"GREQuantitative" : {
"type" : "string"
},
"GREAnalyticalWriting" : {
"type" : "string"
},
"GRESubject-BiologyType" : {
"type" : "string"
},
"GRESubject-BiologySubtype" : {
"type" : "string"
},
"GRESubject-BiologyTestDate" : {
"type" : "string"
},
"GRESubject-BiologyTotalscore" : {
"type" : "string"
},
"GRESubject-ChemistryType" : {
"type" : "string"
},
"GRESubject-ChemistrySubtype" : {
"type" : "string"
},
"GRESubject-ChemistryTestDate" : {
"type" : "string"
},
"GRESubject-ChemistryTotalscore" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishType" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSubtype" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishTestDate" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishTotalscore" : {
"type" : "string"
},
"GRESubject-MathematicsType" : {
"type" : "string"
},
"GRESubject-MathematicsSubtype" : {
"type" : "string"
},
"GRESubject-MathematicsTestDate" : {
"type" : "string"
},
"GRESubject-MathematicsTotalscore" : {
"type" : "string"
},
"GRESubject-PhysicsType" : {
"type" : "string"
},
"GRESubject-PhysicsSubtype" : {
"type" : "string"
},
"GRESubject-PhysicsTestDate" : {
"type" : "string"
},
"GRESubject-PhysicsTotalscore" : {
"type" : "string"
},
"GRESubject-PsychologyType" : {
"type" : "string"
},
"GRESubject-PsychologySubtype" : {
"type" : "string"
},
"GRESubject-PsychologyTestDate" : {
"type" : "string"
},
"GRESubject-PsychologyTotalscore" : {
"type" : "string"
},
"IELTSType" : {
"type" : "string"
},
"IELTSTestDate" : {
"type" : "string"
},
"IELTSOverallbandscore" : {
"type" : "string"
},
"IELTSListening" : {
"type" : "string"
},
"IELTSReading" : {
"type" : "string"
},
"IELTSWriting" : {
"type" : "string"
},
"IELTSSpeaking" : {
"type" : "string"
},
"TOEFLType" : {
"type" : "string"
},
"TOEFLTestDate" : {
"type" : "string"
},
"TOEFLTotal" : {
"type" : "string"
},
"TOEFLListening" : {
"type" : "string"
},
"TOEFLReading" : {
"type" : "string"
},
"TOEFLWriting" : {
"type" : "string"
},
"TOEFLSpeaking" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleType" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleTestDate" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleScore" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleLiteracy" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleConversation" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleComprehension" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleProduction" : {
"type" : "string"
}
}
},
"Slate_Updates_Only" : {
"properties" : {
"row" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/Slate_Updates_Only##row"
}
}
}
}
}
}
\ 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" : "wmg.test.technolutions.net",
"basePath" : "/manage",
"schemes" : [ "https" ],
"paths" : {
"/query/run" : {
"get" : {
"tags" : [ "Slate_Updates_Only" ],
"summary" : null,
"description" : null,
"operationId" : "Slate_Updates_Only",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "output",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "h",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "cmd",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "id",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/Slate_Updates_Only"
}
}
}
}
}
},
"definitions" : {
"Slate_Updates_Only##row" : {
"properties" : {
"ApplicationIHNumber" : {
"type" : "string"
},
"PersonReferenceID" : {
"type" : "string"
},
"ApplicationReferenceID" : {
"type" : "string"
},
"ProgramGCode" : {
"type" : "string"
},
"AcademicPlan" : {
"type" : "string"
},
"AcademicSubplan" : {
"type" : "string"
},
"ApplicationTerm" : {
"type" : "string"
},
"ApplicationFullPartTimeStatus" : {
"type" : "string"
},
"PersonFirst" : {
"type" : "string"
},
"PersonMiddle" : {
"type" : "string"
},
"PersonLast" : {
"type" : "string"
},
"PersonSuffix" : {
"type" : "string"
},
"PersonPreferred" : {
"type" : "string"
},
"PersonAdditionalFirstName" : {
"type" : "string"
},
"PersonAdditionalMiddleName" : {
"type" : "string"
},
"PersonAdditionalLastName" : {
"type" : "string"
},
"PersonBirthdate" : {
"type" : "string"
},
"PersonSex" : {
"type" : "string"
},
"PersonEmail" : {
"type" : "string"
},
"PersonGenderIdentity" : {
"type" : "string"
},
"PersonPronouns" : {
"type" : "string"
},
"PersonPronounsFreeText" : {
"type" : "string"
},
"PersonBirthNationCountry" : {
"type" : "string"
},
"PersonBirthPlaceCity" : {
"type" : "string"
},
"PersonBirthRegionStateProvince" : {
"type" : "string"
},
"MilitaryStatus" : {
"type" : "string"
},
"PersonServedInPeaceCorpsYN" : {
"type" : "string"
},
"PersonPeaceCorpsYears" : {
"type" : "string"
},
"PersonPeaceCorpsCountry" : {
"type" : "string"
},
"PersonCitizenshipPrimary" : {
"type" : "string"
},
"PersonCitizenshipSecondary" : {
"type" : "string"
},
"PersonCitizenshipStatus" : {
"type" : "string"
},
"PersonRequestVisa" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet1" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet2" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet3" : {
"type" : "string"
},
"MailingAddressbyTypeRankCity" : {
"type" : "string"
},
"MailingAddressbyTypeRankRegion" : {
"type" : "string"
},
"MailingAddressbyTypeRankPostal" : {
"type" : "string"
},
"MailingAddressbyTypeRankCountry" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet1" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet2" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet3" : {
"type" : "string"
},
"HomeAddressbyTypeRankCity" : {
"type" : "string"
},
"HomeAddressbyTypeRankRegion" : {
"type" : "string"
},
"HomeAddressbyTypeRankPostal" : {
"type" : "string"
},
"HomeAddressbyTypeRankCountry" : {
"type" : "string"
},
"PersonPhone" : {
"type" : "string"
},
"PersonMobilePhone" : {
"type" : "string"
},
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountryAttendedFromDateClassRankClassSize" : {
"type" : "string"
},
"ApplicationCreatedDate" : {
"type" : "string"
},
"ApplicationSubmittedDate" : {
"type" : "string"
},
"ApplicationUpdatedDate" : {
"type" : "string"
},
"ApplicationResearchExperienceYN" : {
"type" : "string"
},
"ApplicationResearchFull-TimeMonths" : {
"type" : "string"
},
"ApplicationResearchPart-TimeMonths" : {
"type" : "string"
},
"ApplicationResearchPart-TimeHours" : {
"type" : "string"
},
"ApplicationFinancialAidInterestYN" : {
"type" : "string"
},
"PersonParticipateSROPYN" : {
"type" : "string"
},
"PersonSROPInstitutes" : {
"type" : "string"
},
"PersonParticipateTRIOYN" : {
"type" : "string"
},
"PersonParticipateWiscAMPYN" : {
"type" : "string"
},
"PersonParticipateIRTYN" : {
"type" : "string"
},
"PersonParticipateFASTrackYN" : {
"type" : "string"
},
"PersonParticipateUWPeopleYN" : {
"type" : "string"
},
"PersonParticipateEdPathwaysYN" : {
"type" : "string"
},
"PersonParticipateNIHIMSDYN" : {
"type" : "string"
},
"PersonParticipateNIHMARCYN" : {
"type" : "string"
},
"PersonParticipateGEMYN" : {
"type" : "string"
},
"PersonParticipateNIHPREPYN" : {
"type" : "string"
},
"PersonParticipateNIHRISEYN" : {
"type" : "string"
},
"PersonParticipateMcNairYN" : {
"type" : "string"
},
"PersonParticipateGSMIYN" : {
"type" : "string"
},
"PersonReceivedPellYN" : {
"type" : "string"
},
"PersonFamilySSIYN" : {
"type" : "string"
},
"PersonGatesScholarYN" : {
"type" : "string"
},
"PersonFreeReducedLunchYN" : {
"type" : "string"
},
"PersonParentsAttendHigherEdYN" : {
"type" : "string"
},
"PersonParentsHighestDegree" : {
"type" : "string"
},
"ActivitiesProgramActionActionReasonDate" : {
"type" : "string"
},
"ApplicationAdmissionType" : {
"type" : "string"
},
"PersonFulbrightTag" : {
"type" : "string"
},
"GREType" : {
"type" : "string"
},
"GRETestDate" : {
"type" : "string"
},
"GREVerbal" : {
"type" : "string"
},
"GREQuantitative" : {
"type" : "string"
},
"GREAnalyticalWriting" : {
"type" : "string"
},
"GRESubject-BiologyType" : {
"type" : "string"
},
"GRESubject-BiologySubtype" : {
"type" : "string"
},
"GRESubject-BiologyTestDate" : {
"type" : "string"
},
"GRESubject-BiologyTotalscore" : {
"type" : "string"
},
"GRESubject-ChemistryType" : {
"type" : "string"
},
"GRESubject-ChemistrySubtype" : {
"type" : "string"
},
"GRESubject-ChemistryTestDate" : {
"type" : "string"
},
"GRESubject-ChemistryTotalscore" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishType" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSubtype" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishTestDate" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishTotalscore" : {
"type" : "string"
},
"GRESubject-MathematicsType" : {
"type" : "string"
},
"GRESubject-MathematicsSubtype" : {
"type" : "string"
},
"GRESubject-MathematicsTestDate" : {
"type" : "string"
},
"GRESubject-MathematicsTotalscore" : {
"type" : "string"
},
"GRESubject-PhysicsType" : {
"type" : "string"
},
"GRESubject-PhysicsSubtype" : {
"type" : "string"
},
"GRESubject-PhysicsTestDate" : {
"type" : "string"
},
"GRESubject-PhysicsTotalscore" : {
"type" : "string"
},
"GRESubject-PsychologyType" : {
"type" : "string"
},
"GRESubject-PsychologySubtype" : {
"type" : "string"
},
"GRESubject-PsychologyTestDate" : {
"type" : "string"
},
"GRESubject-PsychologyTotalscore" : {
"type" : "string"
},
"IELTSType" : {
"type" : "string"
},
"IELTSTestDate" : {
"type" : "string"
},
"IELTSOverallbandscore" : {
"type" : "string"
},
"IELTSListening" : {
"type" : "string"
},
"IELTSReading" : {
"type" : "string"
},
"IELTSWriting" : {
"type" : "string"
},
"IELTSSpeaking" : {
"type" : "string"
},
"TOEFLType" : {
"type" : "string"
},
"TOEFLTestDate" : {
"type" : "string"
},
"TOEFLTotal" : {
"type" : "string"
},
"TOEFLListening" : {
"type" : "string"
},
"TOEFLReading" : {
"type" : "string"
},
"TOEFLWriting" : {
"type" : "string"
},
"TOEFLSpeaking" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleType" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleTestDate" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleScore" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleLiteracy" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleConversation" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleComprehension" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleProduction" : {
"type" : "string"
}
}
},
"Slate_Updates_Only" : {
"properties" : {
"row" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/Slate_Updates_Only##row"
}
}
}
}
}
}
\ 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