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 3184 additions and 67 deletions
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/" : {
"get" : {
"tags" : [ "getPeople" ],
"summary" : null,
"description" : null,
"operationId" : "getPeople",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getPeople"
}
}
}
}
}
},
"definitions" : {
"getPeople##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"getPeople##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeople##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
}
}
},
"getPeople##data##relationships##addresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##addresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##addresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##addresses##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##addresses##links"
}
}
},
"getPeople##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers##links"
}
}
},
"getPeople##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs##links"
}
}
},
"getPeople##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##names##links"
}
}
},
"getPeople##data##relationships##phoneNumbers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##phoneNumbers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##phoneNumbers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers##links"
}
}
},
"getPeople##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##wiscard" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##wiscard##links"
}
}
},
"getPeople##data##relationships" : {
"properties" : {
"addresses" : {
"$ref" : "#/definitions/getPeople##data##relationships##addresses"
},
"identifiers" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/getPeople##data##relationships##names"
},
"phoneNumbers" : {
"$ref" : "#/definitions/getPeople##data##relationships##phoneNumbers"
},
"wiscard" : {
"$ref" : "#/definitions/getPeople##data##relationships##wiscard"
}
}
},
"getPeople##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeople##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##links"
},
"meta" : {
"$ref" : "#/definitions/getPeople##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/getPeople##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##links" : {
"properties" : {
"next" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"getPeople" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##links"
}
}
}
}
}
\ 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" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/{id}/addresses" : {
"get" : {
"tags" : [ "getPeopleAddresses" ],
"summary" : null,
"description" : null,
"operationId" : "getPeopleAddresses",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getPeopleAddresses"
}
}
}
}
}
},
"definitions" : {
"getPeopleAddresses##data##attributes" : {
"properties" : {
"addressType" : {
"type" : "string"
},
"city" : {
"type" : "string"
},
"country" : {
"type" : "string"
},
"county" : {
"type" : "string"
},
"line1" : {
"type" : "string"
},
"line2" : {
"type" : "string"
},
"line3" : {
"type" : "string"
},
"line4" : {
"type" : "string"
},
"postalCode" : {
"type" : "string"
},
"source" : {
"type" : "string"
},
"state" : {
"type" : "string"
}
}
},
"getPeopleAddresses##data##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleAddresses##data##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeopleAddresses##data##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPeopleAddresses##data##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/getPeopleAddresses##data##relationships##person##links"
}
}
},
"getPeopleAddresses##data##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/getPeopleAddresses##data##relationships##person"
}
}
},
"getPeopleAddresses##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeopleAddresses##data##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/getPeopleAddresses##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleAddresses##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeopleAddresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeopleAddresses##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeopleAddresses##links"
}
}
}
}
}
\ 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" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/{id}/identifiers" : {
"get" : {
"tags" : [ "getPeopleIdentifiers" ],
"summary" : null,
"description" : null,
"operationId" : "getPeopleIdentifiers",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getPeopleIdentifiers"
}
}
}
}
}
},
"definitions" : {
"getPeopleIdentifiers##data##attributes" : {
"properties" : {
"current" : {
"type" : "boolean"
},
"name" : {
"type" : "string"
},
"institution" : {
"type" : "string"
},
"source" : {
"type" : "string"
},
"value" : {
"type" : "string"
}
}
},
"getPeopleIdentifiers##data##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleIdentifiers##data##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeopleIdentifiers##data##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data##relationships##person##links"
}
}
},
"getPeopleIdentifiers##data##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data##relationships##person"
}
}
},
"getPeopleIdentifiers##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleIdentifiers##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeopleIdentifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeopleIdentifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeopleIdentifiers##links"
}
}
}
}
}
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/{id}/jobs" : {
"get" : {
"tags" : [ "getPeopleJobs" ],
"summary" : null,
"description" : null,
"operationId" : "getPeopleJobs",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getPeopleJobs"
}
}
}
}
}
},
"definitions" : {
"getPeopleJobs##data##attributes" : {
"properties" : {
"beginDate" : {
"type" : "string"
},
"businessTitle" : {
"type" : "string"
},
"costCenterId" : {
"type" : "string"
},
"current" : {
"type" : "boolean"
},
"departmentUnit" : {
"type" : "string"
},
"division" : {
"type" : "string"
},
"divisionCode" : {
"type" : "string"
},
"effectiveDate" : {
"type" : "string"
},
"employeeCategory" : {
"type" : "string"
},
"employeeCategoryCode" : {
"type" : "string"
},
"endDate" : {
"type" : "string"
},
"fullTimeEquivalent" : {
"type" : "string"
},
"jobCode" : {
"type" : "string"
},
"payBasis" : {
"type" : "string"
},
"position" : {
"type" : "string"
},
"source" : {
"type" : "string"
},
"supervisoryOrganizationId" : {
"type" : "string"
},
"title" : {
"type" : "string"
}
}
},
"getPeopleJobs##data##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleJobs##data##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeopleJobs##data##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##person##links"
}
}
},
"getPeopleJobs##data##relationships##supervisor##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleJobs##data##relationships##supervisor##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeopleJobs##data##relationships##supervisor" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##supervisor##data"
},
"links" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##supervisor##links"
}
}
},
"getPeopleJobs##data##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##person"
},
"supervisor" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships##supervisor"
}
}
},
"getPeopleJobs##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeopleJobs##data##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/getPeopleJobs##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPeopleJobs##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeopleJobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeopleJobs##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeopleJobs##links"
}
}
}
}
}
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "mock.api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/{id}/identifiers?filter[name]=netId" : {
"get" : {
"tags" : [ "getpeople_with_netid" ],
"summary" : null,
"description" : null,
"operationId" : "getpeople_with_netid",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getpeople_with_netid"
}
}
}
}
}
},
"definitions" : {
"getpeople_with_netid##data##attributes" : {
"properties" : {
"current" : {
"type" : "boolean"
},
"name" : {
"type" : "string"
},
"source" : {
"type" : "string"
},
"value" : {
"type" : "string"
}
}
},
"getpeople_with_netid##data##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getpeople_with_netid##data##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getpeople_with_netid##data##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getpeople_with_netid##data##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/getpeople_with_netid##data##relationships##person##links"
}
}
},
"getpeople_with_netid##data##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/getpeople_with_netid##data##relationships##person"
}
}
},
"getpeople_with_netid##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getpeople_with_netid##data##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/getpeople_with_netid##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getpeople_with_netid##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getpeople_with_netid" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getpeople_with_netid##data"
}
},
"links" : {
"$ref" : "#/definitions/getpeople_with_netid##links"
}
}
}
}
}
\ No newline at end of file
...@@ -41,12 +41,22 @@ ...@@ -41,12 +41,22 @@
} }
}, },
"definitions" : { "definitions" : {
"putfdmvalidate##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"putfdmvalidate##data##attributes" : { "putfdmvalidate##data##attributes" : {
"properties" : { "properties" : {
"errors" : { "errors" : {
"type" : "array", "type" : "array",
"items" : { "items" : {
"type" : "string" "$ref" : "#/definitions/putfdmvalidate##data##attributes##errors"
} }
}, },
"valid" : { "valid" : {
...@@ -82,20 +92,38 @@ ...@@ -82,20 +92,38 @@
"company" : { "company" : {
"type" : "string" "type" : "string"
}, },
"fund" : { "activity" : {
"type" : "string" "type" : "string"
}, },
"costCenter" : { "costCenter" : {
"type" : "string" "type" : "string"
}, },
"fund" : {
"type" : "string"
},
"function" : { "function" : {
"type" : "string" "type" : "string"
}, },
"gift" : {
"type" : "string"
},
"grant" : {
"type" : "string"
},
"ledgerAccount" : { "ledgerAccount" : {
"type" : "string" "type" : "string"
}, },
"program" : { "program" : {
"type" : "string" "type" : "string"
},
"project" : {
"type" : "string"
},
"revenueCategory" : {
"type" : "string"
},
"spendCategory" : {
"type" : "string"
} }
} }
}, },
...@@ -130,4 +158,4 @@ ...@@ -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
...@@ -8,66 +8,24 @@ ...@@ -8,66 +8,24 @@
"contact" : null, "contact" : null,
"license" : null "license" : null
}, },
"host" : "wmg.test.technolutions.net", "host" : "uw.ungerboeck.com",
"basePath" : "/manage", "basePath" : "/test",
"schemes" : [ "https" ], "schemes" : [ "https" ],
"paths" : { "paths" : {
"/query/run" : { "/api/v1/Events/10" : {
"get" : { "get" : {
"tags" : [ "Slate_All_Apps_Parm" ], "tags" : [ "Momentus_Events" ],
"summary" : null, "summary" : null,
"description" : null, "description" : null,
"operationId" : "Slate_All_Apps_Parm", "operationId" : "Momentus_Events",
"produces" : [ "application/json" ], "produces" : [ "application/json" ],
"consumes" : [ "application/json" ], "consumes" : [ "application/json" ],
"parameters" : [ { "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" : "term",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : { "responses" : {
"200" : { "200" : {
"description" : "successful operation", "description" : "successful operation",
"schema" : { "schema" : {
"$ref" : "#/definitions/Slate_All_Apps_Parm" "$ref" : "#/definitions/Momentus_Events"
} }
} }
} }
...@@ -75,424 +33,715 @@ ...@@ -75,424 +33,715 @@
} }
}, },
"definitions" : { "definitions" : {
"Slate_All_Apps_Parm##row" : { "Momentus_Events##EventUserFieldSets" : {
"properties" : { "properties" : {
"ApplicationIHNumber" : { "Header" : {
"type" : "string" "type" : "string"
}, },
"PersonReferenceID" : { "Class" : {
"type" : "string" "type" : "string"
}, },
"ApplicationReferenceID" : { "Type" : {
"type" : "string" "type" : "string"
}, },
"ProgramGCode" : { "UserNumber01" : {
"type" : "number"
},
"UserNumber02" : {
"type" : "number"
},
"UserNumber03" : {
"type" : "string" "type" : "string"
}, },
"AcademicPlan" : { "UserNumber04" : {
"type" : "string" "type" : "string"
}, },
"AcademicSubplan" : { "UserNumber05" : {
"type" : "string" "type" : "string"
}, },
"ApplicationTerm" : { "UserNumber06" : {
"type" : "string" "type" : "string"
}, },
"ApplicationFullPartTimeStatus" : { "UserNumber07" : {
"type" : "string" "type" : "string"
}, },
"PersonPrefix" : { "UserNumber08" : {
"type" : "string" "type" : "string"
}, },
"PersonFirst" : { "UserNumber09" : {
"type" : "string" "type" : "string"
}, },
"PersonMiddle" : { "UserNumber10" : {
"type" : "string" "type" : "string"
}, },
"PersonLast" : { "UserNumber11" : {
"type" : "string" "type" : "string"
}, },
"PersonSuffix" : { "UserNumber12" : {
"type" : "string" "type" : "string"
}, },
"PersonPreferred" : { "UserNumber13" : {
"type" : "string" "type" : "string"
}, },
"PersonAdditionalPrefix" : { "UserNumber14" : {
"type" : "string" "type" : "string"
}, },
"PersonAdditionalFirstName" : { "UserNumber15" : {
"type" : "string" "type" : "string"
}, },
"PersonAdditionalMiddleName" : { "UserNumber16" : {
"type" : "string" "type" : "string"
}, },
"PersonAdditionalLastName" : { "UserNumber17" : {
"type" : "string" "type" : "string"
}, },
"PersonBirthdate" : { "UserNumber18" : {
"type" : "string" "type" : "string"
}, },
"PersonSex" : { "UserNumber19" : {
"type" : "string" "type" : "string"
}, },
"PersonEmail" : { "UserNumber20" : {
"type" : "string" "type" : "string"
}, },
"PersonGenderIdentity" : { "UserNumber21" : {
"type" : "string" "type" : "string"
}, },
"PersonPronouns" : { "UserNumber22" : {
"type" : "string" "type" : "string"
}, },
"PersonPronounsFreeText" : { "UserNumber23" : {
"type" : "string" "type" : "string"
}, },
"PersonBirthNationCountry" : { "UserNumber24" : {
"type" : "string" "type" : "string"
}, },
"PersonBirthPlaceCity" : { "UserNumber25" : {
"type" : "string" "type" : "string"
}, },
"PersonBirthRegionStateProvince" : { "UserNumber26" : {
"type" : "string" "type" : "string"
}, },
"MilitaryStatus" : { "UserNumber27" : {
"type" : "string" "type" : "string"
}, },
"PersonServedInPeaceCorpsYN" : { "UserNumber28" : {
"type" : "string" "type" : "string"
}, },
"PersonPeaceCorpsYears" : { "UserNumber29" : {
"type" : "string" "type" : "string"
}, },
"PersonPeaceCorpsCountry" : { "UserNumber30" : {
"type" : "string" "type" : "string"
}, },
"PersonCitizenshipPrimary" : { "UserDateTime01" : {
"type" : "string" "type" : "string"
}, },
"PersonCitizenshipSecondary" : { "UserDateTime02" : {
"type" : "string" "type" : "string"
}, },
"PersonCitizenshipStatus" : { "UserDateTime03" : {
"type" : "string" "type" : "string"
}, },
"PersonRequestVisa" : { "UserDateTime04" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankStreet1" : { "UserDateTime05" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankStreet2" : { "UserDateTime06" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankStreet3" : { "UserDateTime07" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankCity" : { "UserDateTime08" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankRegion" : { "UserDateTime09" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankPostal" : { "UserDateTime10" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankCountry" : { "UserDateTime11" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankStreet1" : { "UserDateTime12" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankStreet2" : { "UserDateTime13" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankStreet3" : { "UserDateTime14" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankCity" : { "UserDateTime15" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankRegion" : { "UserDateTime16" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankPostal" : { "UserDateTime17" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankCountry" : { "UserDateTime18" : {
"type" : "string" "type" : "string"
}, },
"PersonPhone" : { "UserDateTime19" : {
"type" : "string" "type" : "string"
}, },
"PersonMobilePhone" : { "UserDateTime20" : {
"type" : "string" "type" : "string"
}, },
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountryAttendedFromDateClassRankClassSize" : { "UserText01" : {
"type" : "string" "type" : "string"
}, },
"ApplicationCreatedDate" : { "UserText02" : {
"type" : "string" "type" : "string"
}, },
"ApplicationSubmittedDate" : { "UserText03" : {
"type" : "string" "type" : "string"
}, },
"ApplicationUpdatedDate" : { "UserText04" : {
"type" : "string" "type" : "string"
}, },
"PersonUpdatedDate" : { "UserText05" : {
"type" : "string" "type" : "string"
}, },
"PersonLastLogin" : { "UserText06" : {
"type" : "string" "type" : "string"
}, },
"ApplicationResearchExperienceYN" : { "UserText07" : {
"type" : "string" "type" : "string"
}, },
"ApplicationResearchFull-TimeMonths" : { "UserText08" : {
"type" : "string" "type" : "string"
}, },
"ApplicationResearchPart-TimeMonths" : { "UserText09" : {
"type" : "string" "type" : "string"
}, },
"ApplicationResearchPart-TimeHours" : { "UserText10" : {
"type" : "string" "type" : "string"
}, },
"ApplicationFinancialAidInterestYN" : { "UserText11" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateSROPYN" : { "UserText12" : {
"type" : "string" "type" : "string"
}, },
"PersonSROPInstitutes" : { "UserText13" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateTRIOYN" : { "UserText14" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateWiscAMPYN" : { "UserText15" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateIRTYN" : { "UserText16" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateFASTrackYN" : { "UserText17" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateUWPeopleYN" : { "UserText18" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateEdPathwaysYN" : { "UserText19" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateNIHIMSDYN" : { "UserText20" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateNIHMARCYN" : { "UserText21" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateGEMYN" : { "UserText22" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateNIHPREPYN" : { "UserText23" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateNIHRISEYN" : { "UserText24" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateMcNairYN" : { "UserText25" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateGSMIYN" : { "UserText26" : {
"type" : "string" "type" : "string"
}, },
"PersonReceivedPellYN" : { "UserText27" : {
"type" : "string" "type" : "string"
}, },
"PersonFamilySSIYN" : { "UserText28" : {
"type" : "string" "type" : "string"
}, },
"PersonGatesScholarYN" : { "UserText29" : {
"type" : "string" "type" : "string"
}, },
"PersonFreeReducedLunchYN" : { "UserText30" : {
"type" : "string" "type" : "string"
}, },
"PersonParentsAttendHigherEdYN" : { "UserText31" : {
"type" : "string" "type" : "string"
}, },
"PersonParentsHighestDegree" : { "UserText32" : {
"type" : "string" "type" : "string"
}, },
"ActivitiesProgramActionActionReasonDate" : { "UserText33" : {
"type" : "string" "type" : "string"
}, },
"ApplicationAdmissionType" : { "UserText34" : {
"type" : "string" "type" : "string"
}, },
"PersonFulbrightTag" : { "UserText35" : {
"type" : "string" "type" : "string"
}, },
"GREType" : { "UserText36" : {
"type" : "string" "type" : "string"
}, },
"GRETestDate" : { "UserText37" : {
"type" : "string" "type" : "string"
}, },
"GREVerbal" : { "UserText38" : {
"type" : "string" "type" : "string"
}, },
"GREQuantitative" : { "UserText39" : {
"type" : "string" "type" : "string"
}, },
"GREAnalyticalWriting" : { "UserText40" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologyType" : { "UserText41" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologySubtype" : { "UserText42" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologyTestDate" : { "UserText43" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologyTotalscore" : { "UserText44" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistryType" : { "UserText45" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistrySubtype" : { "UserText46" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistryTestDate" : { "UserText47" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistryTotalscore" : { "UserText48" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishType" : { "UserText49" : {
"type" : "string"
},
"UserText50" : {
"type" : "string"
}
}
},
"Momentus_Events" : {
"properties" : {
"Organization" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishSubtype" : { "EventID" : {
"type" : "number",
"format" : "int32"
},
"StartDate" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishTestDate" : { "EndDate" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishTotalscore" : { "Description" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsType" : { "Class" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsSubtype" : { "Designation" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsTestDate" : { "Category" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsTotalscore" : { "Rank" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsType" : { "Status" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsSubtype" : { "LegalName" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsTestDate" : { "StartTime" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsTotalscore" : { "EndTime" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologyType" : { "Coordinator" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologySubtype" : { "Salesperson" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologyTestDate" : { "EnteredBy" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologyTotalscore" : { "EnteredOn" : {
"type" : "string" "type" : "string"
}, },
"IELTSType" : { "Indicator" : {
"type" : "string" "type" : "string"
}, },
"IELTSTestDate" : { "PriceList" : {
"type" : "string" "type" : "string"
}, },
"IELTSOverallbandscore" : { "Sensitivity" : {
"type" : "string" "type" : "string"
}, },
"IELTSListening" : { "Note1" : {
"type" : "string" "type" : "string"
}, },
"IELTSReading" : { "ActualCost" : {
"type" : "number",
"format" : "int32"
},
"ForecastCost" : {
"type" : "number",
"format" : "int32"
},
"ForecastAttendance" : {
"type" : "number",
"format" : "int32"
},
"Attendance" : {
"type" : "number",
"format" : "int32"
},
"ActualAttendance" : {
"type" : "number",
"format" : "int32"
},
"Search" : {
"type" : "string" "type" : "string"
}, },
"IELTSWriting" : { "Type" : {
"type" : "string" "type" : "string"
}, },
"IELTSSpeaking" : { "OnSiteOffice" : {
"type" : "string" "type" : "string"
}, },
"TOEFLType" : { "InDate" : {
"type" : "string" "type" : "string"
}, },
"TOEFLTestDate" : { "OnSitePhone" : {
"type" : "string" "type" : "string"
}, },
"TOEFLTotal" : { "OutDate" : {
"type" : "string" "type" : "string"
}, },
"TOEFLListening" : { "SecondCoordinator" : {
"type" : "string" "type" : "string"
}, },
"TOEFLReading" : { "Account" : {
"type" : "string" "type" : "string"
}, },
"TOEFLWriting" : { "BillTo" : {
"type" : "string" "type" : "string"
}, },
"TOEFLSpeaking" : { "InTime" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleType" : { "OutTime" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleTestDate" : { "WebAddress" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleScore" : { "ParentEvent" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleLiteracy" : { "PreviousEvent" : {
"type" : "number",
"format" : "int32"
},
"Description1" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleConversation" : { "Description2" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleComprehension" : { "LegalName1" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleProduction" : { "LegalName2" : {
"type" : "string" "type" : "string"
} },
} "ThirdCoordinator" : {
}, "type" : "string"
"Slate_All_Apps_Parm" : { },
"properties" : { "FourthCoordinator" : {
"row" : { "type" : "string"
},
"ChangedBy" : {
"type" : "string"
},
"ChangedOn" : {
"type" : "string"
},
"AnchorVenue" : {
"type" : "string"
},
"Release" : {
"type" : "string"
},
"ActualRevenue" : {
"type" : "number",
"format" : "int32"
},
"OrderedRevenue" : {
"type" : "number",
"format" : "int32"
},
"OrderedCost" : {
"type" : "number",
"format" : "int32"
},
"ForecastRevenue" : {
"type" : "number",
"format" : "int32"
},
"RevisedRevenue" : {
"type" : "number",
"format" : "int32"
},
"RevisedCost" : {
"type" : "number",
"format" : "int32"
},
"Reason" : {
"type" : "string"
},
"CancelledBy" : {
"type" : "string"
},
"CancelledOn" : {
"type" : "string"
},
"MajorGroup" : {
"type" : "string"
},
"MinorGroup" : {
"type" : "string"
},
"BookingEnteredBy" : {
"type" : "string"
},
"BookingEnteredOn" : {
"type" : "string"
},
"BookingChangedBy" : {
"type" : "string"
},
"BookingChangedOn" : {
"type" : "string"
},
"AlternateEvent" : {
"type" : "string"
},
"Decision" : {
"type" : "string"
},
"Public" : {
"type" : "string"
},
"BoxOffice" : {
"type" : "string"
},
"Abbreviation" : {
"type" : "string"
},
"EventDays" : {
"type" : "number",
"format" : "double"
},
"Contact" : {
"type" : "string"
},
"GLDistribution" : {
"type" : "string"
},
"GLSubAccount" : {
"type" : "string"
},
"EarlyDeadline" : {
"type" : "string"
},
"Description3" : {
"type" : "string"
},
"Description4" : {
"type" : "string"
},
"RevisedAttendance" : {
"type" : "number",
"format" : "int32"
},
"Description5" : {
"type" : "string"
},
"LegalName3" : {
"type" : "string"
},
"LegalName4" : {
"type" : "string"
},
"LegalName5" : {
"type" : "string"
},
"StandardDeadline" : {
"type" : "string"
},
"Insurance" : {
"type" : "string"
},
"Note2" : {
"type" : "string"
},
"Requester" : {
"type" : "string"
},
"OrderUserFieldsType" : {
"type" : "string"
},
"PaymentPlan" : {
"type" : "string"
},
"LostTo" : {
"type" : "string"
},
"Firm" : {
"type" : "string"
},
"FunctionUserFieldsType" : {
"type" : "string"
},
"OtherActual" : {
"type" : "number",
"format" : "double"
},
"OtherOrdered" : {
"type" : "number",
"format" : "double"
},
"OtherForecast" : {
"type" : "number",
"format" : "double"
},
"OtherRevised" : {
"type" : "number",
"format" : "double"
},
"BillToContact" : {
"type" : "string"
},
"RequesterContact" : {
"type" : "string"
},
"ContractRequired" : {
"type" : "string"
},
"InventoryChain" : {
"type" : "string"
},
"PurgeIndicator" : {
"type" : "string"
},
"PurgeValidationDateTime" : {
"type" : "string"
},
"PurgedByUserID" : {
"type" : "string"
},
"AverageDailyRate" : {
"type" : "number",
"format" : "int32"
},
"BookedArea" : {
"type" : "number",
"format" : "int32"
},
"PeakNumberofRooms" : {
"type" : "number",
"format" : "int32"
},
"SpaceToGuestRoomRatio" : {
"type" : "number",
"format" : "int32"
},
"ServiceOrderIssueClass" : {
"type" : "string"
},
"JobAsset" : {
"type" : "string"
},
"FunctionIssueClass" : {
"type" : "string"
},
"PurgeValidationByUserID" : {
"type" : "string"
},
"EconomicImpact" : {
"type" : "number",
"format" : "double"
},
"TaxScheme" : {
"type" : "string"
},
"Facebook" : {
"type" : "string"
},
"Twitter" : {
"type" : "string"
},
"LinkedIn" : {
"type" : "string"
},
"OutlookEvent" : {
"type" : "string"
},
"ExhibitorIssueClass" : {
"type" : "string"
},
"ExhibitorIssueType" : {
"type" : "string"
},
"BookControl" : {
"type" : "string"
},
"GLCoreDimension01" : {
"type" : "string"
},
"GLCoreDimension02" : {
"type" : "string"
},
"TimeZone" : {
"type" : "string"
},
"EventUserFieldSets" : {
"type" : "array", "type" : "array",
"items" : { "items" : {
"$ref" : "#/definitions/Slate_All_Apps_Parm##row" "$ref" : "#/definitions/Momentus_Events##EventUserFieldSets"
} }
} }
} }
......
...@@ -8,66 +8,24 @@ ...@@ -8,66 +8,24 @@
"contact" : null, "contact" : null,
"license" : null "license" : null
}, },
"host" : "gradapply.wisc.edu", "host" : "uw.ungerboeck.com",
"basePath" : "/manage", "basePath" : "/test",
"schemes" : [ "https" ], "schemes" : [ "https" ],
"paths" : { "paths" : {
"/query/run" : { "/api/v1/Events/10/28893" : {
"get" : { "get" : {
"tags" : [ "Slate_All_Apps_Parm" ], "tags" : [ "Momentus_Events" ],
"summary" : null, "summary" : null,
"description" : null, "description" : null,
"operationId" : "Slate_All_Apps_Parm", "operationId" : "Momentus_Events",
"produces" : [ "application/json" ], "produces" : [ "application/json" ],
"consumes" : [ "application/json" ], "consumes" : [ "application/json" ],
"parameters" : [ { "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" : "term",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : { "responses" : {
"200" : { "200" : {
"description" : "successful operation", "description" : "successful operation",
"schema" : { "schema" : {
"$ref" : "#/definitions/Slate_All_Apps_Parm" "$ref" : "#/definitions/Momentus_Events"
} }
} }
} }
...@@ -75,424 +33,715 @@ ...@@ -75,424 +33,715 @@
} }
}, },
"definitions" : { "definitions" : {
"Slate_All_Apps_Parm##row" : { "Momentus_Events##EventUserFieldSets" : {
"properties" : { "properties" : {
"ApplicationIHNumber" : { "Header" : {
"type" : "string" "type" : "string"
}, },
"PersonReferenceID" : { "Class" : {
"type" : "string" "type" : "string"
}, },
"ApplicationReferenceID" : { "Type" : {
"type" : "string" "type" : "string"
}, },
"ProgramGCode" : { "UserNumber01" : {
"type" : "number"
},
"UserNumber02" : {
"type" : "number"
},
"UserNumber03" : {
"type" : "string" "type" : "string"
}, },
"AcademicPlan" : { "UserNumber04" : {
"type" : "string" "type" : "string"
}, },
"AcademicSubplan" : { "UserNumber05" : {
"type" : "string" "type" : "string"
}, },
"ApplicationTerm" : { "UserNumber06" : {
"type" : "string" "type" : "string"
}, },
"ApplicationFullPartTimeStatus" : { "UserNumber07" : {
"type" : "string" "type" : "string"
}, },
"PersonPrefix" : { "UserNumber08" : {
"type" : "string" "type" : "string"
}, },
"PersonFirst" : { "UserNumber09" : {
"type" : "string" "type" : "string"
}, },
"PersonMiddle" : { "UserNumber10" : {
"type" : "string" "type" : "string"
}, },
"PersonLast" : { "UserNumber11" : {
"type" : "string" "type" : "string"
}, },
"PersonSuffix" : { "UserNumber12" : {
"type" : "string" "type" : "string"
}, },
"PersonPreferred" : { "UserNumber13" : {
"type" : "string" "type" : "string"
}, },
"PersonAdditionalPrefix" : { "UserNumber14" : {
"type" : "string" "type" : "string"
}, },
"PersonAdditionalFirstName" : { "UserNumber15" : {
"type" : "string" "type" : "string"
}, },
"PersonAdditionalMiddleName" : { "UserNumber16" : {
"type" : "string" "type" : "string"
}, },
"PersonAdditionalLastName" : { "UserNumber17" : {
"type" : "string" "type" : "string"
}, },
"PersonBirthdate" : { "UserNumber18" : {
"type" : "string" "type" : "string"
}, },
"PersonSex" : { "UserNumber19" : {
"type" : "string" "type" : "string"
}, },
"PersonEmail" : { "UserNumber20" : {
"type" : "string" "type" : "string"
}, },
"PersonGenderIdentity" : { "UserNumber21" : {
"type" : "string" "type" : "string"
}, },
"PersonPronouns" : { "UserNumber22" : {
"type" : "string" "type" : "string"
}, },
"PersonPronounsFreeText" : { "UserNumber23" : {
"type" : "string" "type" : "string"
}, },
"PersonBirthNationCountry" : { "UserNumber24" : {
"type" : "string" "type" : "string"
}, },
"PersonBirthPlaceCity" : { "UserNumber25" : {
"type" : "string" "type" : "string"
}, },
"PersonBirthRegionStateProvince" : { "UserNumber26" : {
"type" : "string" "type" : "string"
}, },
"MilitaryStatus" : { "UserNumber27" : {
"type" : "string" "type" : "string"
}, },
"PersonServedInPeaceCorpsYN" : { "UserNumber28" : {
"type" : "string" "type" : "string"
}, },
"PersonPeaceCorpsYears" : { "UserNumber29" : {
"type" : "string" "type" : "string"
}, },
"PersonPeaceCorpsCountry" : { "UserNumber30" : {
"type" : "string" "type" : "string"
}, },
"PersonCitizenshipPrimary" : { "UserDateTime01" : {
"type" : "string" "type" : "string"
}, },
"PersonCitizenshipSecondary" : { "UserDateTime02" : {
"type" : "string" "type" : "string"
}, },
"PersonCitizenshipStatus" : { "UserDateTime03" : {
"type" : "string" "type" : "string"
}, },
"PersonRequestVisa" : { "UserDateTime04" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankStreet1" : { "UserDateTime05" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankStreet2" : { "UserDateTime06" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankStreet3" : { "UserDateTime07" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankCity" : { "UserDateTime08" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankRegion" : { "UserDateTime09" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankPostal" : { "UserDateTime10" : {
"type" : "string" "type" : "string"
}, },
"MailingAddressbyTypeRankCountry" : { "UserDateTime11" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankStreet1" : { "UserDateTime12" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankStreet2" : { "UserDateTime13" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankStreet3" : { "UserDateTime14" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankCity" : { "UserDateTime15" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankRegion" : { "UserDateTime16" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankPostal" : { "UserDateTime17" : {
"type" : "string" "type" : "string"
}, },
"HomeAddressbyTypeRankCountry" : { "UserDateTime18" : {
"type" : "string" "type" : "string"
}, },
"PersonPhone" : { "UserDateTime19" : {
"type" : "string" "type" : "string"
}, },
"PersonMobilePhone" : { "UserDateTime20" : {
"type" : "string" "type" : "string"
}, },
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountryAttendedFromDateClassRankClassSize" : { "UserText01" : {
"type" : "string" "type" : "string"
}, },
"ApplicationCreatedDate" : { "UserText02" : {
"type" : "string" "type" : "string"
}, },
"ApplicationSubmittedDate" : { "UserText03" : {
"type" : "string" "type" : "string"
}, },
"ApplicationUpdatedDate" : { "UserText04" : {
"type" : "string" "type" : "string"
}, },
"PersonUpdatedDate" : { "UserText05" : {
"type" : "string" "type" : "string"
}, },
"PersonLastLogin" : { "UserText06" : {
"type" : "string" "type" : "string"
}, },
"ApplicationResearchExperienceYN" : { "UserText07" : {
"type" : "string" "type" : "string"
}, },
"ApplicationResearchFull-TimeMonths" : { "UserText08" : {
"type" : "string" "type" : "string"
}, },
"ApplicationResearchPart-TimeMonths" : { "UserText09" : {
"type" : "string" "type" : "string"
}, },
"ApplicationResearchPart-TimeHours" : { "UserText10" : {
"type" : "string" "type" : "string"
}, },
"ApplicationFinancialAidInterestYN" : { "UserText11" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateSROPYN" : { "UserText12" : {
"type" : "string" "type" : "string"
}, },
"PersonSROPInstitutes" : { "UserText13" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateTRIOYN" : { "UserText14" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateWiscAMPYN" : { "UserText15" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateIRTYN" : { "UserText16" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateFASTrackYN" : { "UserText17" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateUWPeopleYN" : { "UserText18" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateEdPathwaysYN" : { "UserText19" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateNIHIMSDYN" : { "UserText20" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateNIHMARCYN" : { "UserText21" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateGEMYN" : { "UserText22" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateNIHPREPYN" : { "UserText23" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateNIHRISEYN" : { "UserText24" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateMcNairYN" : { "UserText25" : {
"type" : "string" "type" : "string"
}, },
"PersonParticipateGSMIYN" : { "UserText26" : {
"type" : "string" "type" : "string"
}, },
"PersonReceivedPellYN" : { "UserText27" : {
"type" : "string" "type" : "string"
}, },
"PersonFamilySSIYN" : { "UserText28" : {
"type" : "string" "type" : "string"
}, },
"PersonGatesScholarYN" : { "UserText29" : {
"type" : "string" "type" : "string"
}, },
"PersonFreeReducedLunchYN" : { "UserText30" : {
"type" : "string" "type" : "string"
}, },
"PersonParentsAttendHigherEdYN" : { "UserText31" : {
"type" : "string" "type" : "string"
}, },
"PersonParentsHighestDegree" : { "UserText32" : {
"type" : "string" "type" : "string"
}, },
"ActivitiesProgramActionActionReasonDate" : { "UserText33" : {
"type" : "string" "type" : "string"
}, },
"ApplicationAdmissionType" : { "UserText34" : {
"type" : "string" "type" : "string"
}, },
"PersonFulbrightTag" : { "UserText35" : {
"type" : "string" "type" : "string"
}, },
"GREType" : { "UserText36" : {
"type" : "string" "type" : "string"
}, },
"GRETestDate" : { "UserText37" : {
"type" : "string" "type" : "string"
}, },
"GREVerbal" : { "UserText38" : {
"type" : "string" "type" : "string"
}, },
"GREQuantitative" : { "UserText39" : {
"type" : "string" "type" : "string"
}, },
"GREAnalyticalWriting" : { "UserText40" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologyType" : { "UserText41" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologySubtype" : { "UserText42" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologyTestDate" : { "UserText43" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologyTotalscore" : { "UserText44" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistryType" : { "UserText45" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistrySubtype" : { "UserText46" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistryTestDate" : { "UserText47" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistryTotalscore" : { "UserText48" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishType" : { "UserText49" : {
"type" : "string"
},
"UserText50" : {
"type" : "string"
}
}
},
"Momentus_Events" : {
"properties" : {
"Organization" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishSubtype" : { "EventID" : {
"type" : "number",
"format" : "int32"
},
"StartDate" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishTestDate" : { "EndDate" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishTotalscore" : { "Description" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsType" : { "Class" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsSubtype" : { "Designation" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsTestDate" : { "Category" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsTotalscore" : { "Rank" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsType" : { "Status" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsSubtype" : { "LegalName" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsTestDate" : { "StartTime" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsTotalscore" : { "EndTime" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologyType" : { "Coordinator" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologySubtype" : { "Salesperson" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologyTestDate" : { "EnteredBy" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologyTotalscore" : { "EnteredOn" : {
"type" : "string" "type" : "string"
}, },
"IELTSType" : { "Indicator" : {
"type" : "string" "type" : "string"
}, },
"IELTSTestDate" : { "PriceList" : {
"type" : "string" "type" : "string"
}, },
"IELTSOverallbandscore" : { "Sensitivity" : {
"type" : "string" "type" : "string"
}, },
"IELTSListening" : { "Note1" : {
"type" : "string" "type" : "string"
}, },
"IELTSReading" : { "ActualCost" : {
"type" : "number",
"format" : "int32"
},
"ForecastCost" : {
"type" : "number",
"format" : "int32"
},
"ForecastAttendance" : {
"type" : "number",
"format" : "int32"
},
"Attendance" : {
"type" : "number",
"format" : "int32"
},
"ActualAttendance" : {
"type" : "number",
"format" : "int32"
},
"Search" : {
"type" : "string" "type" : "string"
}, },
"IELTSWriting" : { "Type" : {
"type" : "string" "type" : "string"
}, },
"IELTSSpeaking" : { "OnSiteOffice" : {
"type" : "string" "type" : "string"
}, },
"TOEFLType" : { "InDate" : {
"type" : "string" "type" : "string"
}, },
"TOEFLTestDate" : { "OnSitePhone" : {
"type" : "string" "type" : "string"
}, },
"TOEFLTotal" : { "OutDate" : {
"type" : "string" "type" : "string"
}, },
"TOEFLListening" : { "SecondCoordinator" : {
"type" : "string" "type" : "string"
}, },
"TOEFLReading" : { "Account" : {
"type" : "string" "type" : "string"
}, },
"TOEFLWriting" : { "BillTo" : {
"type" : "string" "type" : "string"
}, },
"TOEFLSpeaking" : { "InTime" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleType" : { "OutTime" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleTestDate" : { "WebAddress" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleScore" : { "ParentEvent" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleLiteracy" : { "PreviousEvent" : {
"type" : "number",
"format" : "int32"
},
"Description1" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleConversation" : { "Description2" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleComprehension" : { "LegalName1" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleProduction" : { "LegalName2" : {
"type" : "string" "type" : "string"
} },
} "ThirdCoordinator" : {
}, "type" : "string"
"Slate_All_Apps_Parm" : { },
"properties" : { "FourthCoordinator" : {
"row" : { "type" : "string"
},
"ChangedBy" : {
"type" : "string"
},
"ChangedOn" : {
"type" : "string"
},
"AnchorVenue" : {
"type" : "string"
},
"Release" : {
"type" : "string"
},
"ActualRevenue" : {
"type" : "number",
"format" : "int32"
},
"OrderedRevenue" : {
"type" : "number",
"format" : "int32"
},
"OrderedCost" : {
"type" : "number",
"format" : "int32"
},
"ForecastRevenue" : {
"type" : "number",
"format" : "int32"
},
"RevisedRevenue" : {
"type" : "number",
"format" : "int32"
},
"RevisedCost" : {
"type" : "number",
"format" : "int32"
},
"Reason" : {
"type" : "string"
},
"CancelledBy" : {
"type" : "string"
},
"CancelledOn" : {
"type" : "string"
},
"MajorGroup" : {
"type" : "string"
},
"MinorGroup" : {
"type" : "string"
},
"BookingEnteredBy" : {
"type" : "string"
},
"BookingEnteredOn" : {
"type" : "string"
},
"BookingChangedBy" : {
"type" : "string"
},
"BookingChangedOn" : {
"type" : "string"
},
"AlternateEvent" : {
"type" : "string"
},
"Decision" : {
"type" : "string"
},
"Public" : {
"type" : "string"
},
"BoxOffice" : {
"type" : "string"
},
"Abbreviation" : {
"type" : "string"
},
"EventDays" : {
"type" : "number",
"format" : "double"
},
"Contact" : {
"type" : "string"
},
"GLDistribution" : {
"type" : "string"
},
"GLSubAccount" : {
"type" : "string"
},
"EarlyDeadline" : {
"type" : "string"
},
"Description3" : {
"type" : "string"
},
"Description4" : {
"type" : "string"
},
"RevisedAttendance" : {
"type" : "number",
"format" : "int32"
},
"Description5" : {
"type" : "string"
},
"LegalName3" : {
"type" : "string"
},
"LegalName4" : {
"type" : "string"
},
"LegalName5" : {
"type" : "string"
},
"StandardDeadline" : {
"type" : "string"
},
"Insurance" : {
"type" : "string"
},
"Note2" : {
"type" : "string"
},
"Requester" : {
"type" : "string"
},
"OrderUserFieldsType" : {
"type" : "string"
},
"PaymentPlan" : {
"type" : "string"
},
"LostTo" : {
"type" : "string"
},
"Firm" : {
"type" : "string"
},
"FunctionUserFieldsType" : {
"type" : "string"
},
"OtherActual" : {
"type" : "number",
"format" : "double"
},
"OtherOrdered" : {
"type" : "number",
"format" : "double"
},
"OtherForecast" : {
"type" : "number",
"format" : "double"
},
"OtherRevised" : {
"type" : "number",
"format" : "double"
},
"BillToContact" : {
"type" : "string"
},
"RequesterContact" : {
"type" : "string"
},
"ContractRequired" : {
"type" : "string"
},
"InventoryChain" : {
"type" : "string"
},
"PurgeIndicator" : {
"type" : "string"
},
"PurgeValidationDateTime" : {
"type" : "string"
},
"PurgedByUserID" : {
"type" : "string"
},
"AverageDailyRate" : {
"type" : "number",
"format" : "int32"
},
"BookedArea" : {
"type" : "number",
"format" : "int32"
},
"PeakNumberofRooms" : {
"type" : "number",
"format" : "int32"
},
"SpaceToGuestRoomRatio" : {
"type" : "number",
"format" : "int32"
},
"ServiceOrderIssueClass" : {
"type" : "string"
},
"JobAsset" : {
"type" : "string"
},
"FunctionIssueClass" : {
"type" : "string"
},
"PurgeValidationByUserID" : {
"type" : "string"
},
"EconomicImpact" : {
"type" : "number",
"format" : "double"
},
"TaxScheme" : {
"type" : "string"
},
"Facebook" : {
"type" : "string"
},
"Twitter" : {
"type" : "string"
},
"LinkedIn" : {
"type" : "string"
},
"OutlookEvent" : {
"type" : "string"
},
"ExhibitorIssueClass" : {
"type" : "string"
},
"ExhibitorIssueType" : {
"type" : "string"
},
"BookControl" : {
"type" : "string"
},
"GLCoreDimension01" : {
"type" : "string"
},
"GLCoreDimension02" : {
"type" : "string"
},
"TimeZone" : {
"type" : "string"
},
"EventUserFieldSets" : {
"type" : "array", "type" : "array",
"items" : { "items" : {
"$ref" : "#/definitions/Slate_All_Apps_Parm##row" "$ref" : "#/definitions/Momentus_Events##EventUserFieldSets"
} }
} }
} }
......
...@@ -233,12 +233,18 @@ ...@@ -233,12 +233,18 @@
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountryAttendedFromDateClassRankClassSize" : { "AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountryAttendedFromDateClassRankClassSize" : {
"type" : "string" "type" : "string"
}, },
"ApplicationStatus" : {
"type" : "string"
},
"ApplicationCreatedDate" : { "ApplicationCreatedDate" : {
"type" : "string" "type" : "string"
}, },
"ApplicationSubmittedDate" : { "ApplicationSubmittedDate" : {
"type" : "string" "type" : "string"
}, },
"SISSubmittedDate" : {
"type" : "string"
},
"ApplicationUpdatedDate" : { "ApplicationUpdatedDate" : {
"type" : "string" "type" : "string"
}, },
...@@ -335,196 +341,262 @@ ...@@ -335,196 +341,262 @@
"PersonFulbrightTag" : { "PersonFulbrightTag" : {
"type" : "string" "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" "type" : "string"
}, },
"GRETestDate" : { "GRESubject-ChemistrySelf-ReportedTotalscorePct" : {
"type" : "string" "type" : "string"
}, },
"GREVerbal" : { "GRESubject-LiteratureinEnglishSelf-ReportedType" : {
"type" : "string" "type" : "string"
}, },
"GREVerbalPct" : { "GRESubject-LiteratureinEnglishSelf-ReportedSubtype" : {
"type" : "string" "type" : "string"
}, },
"GREQuantitative" : { "GRESubject-LiteratureinEnglishSelf-ReportedTestDate" : {
"type" : "string" "type" : "string"
}, },
"GREQuantitativePct" : { "GRESubject-LiteratureinEnglishSelf-ReportedTotalscore" : {
"type" : "string" "type" : "string"
}, },
"GREAnalyticalWriting" : { "GRESubject-LiteratureinEnglishSelf-ReportedTotalscorePct" : {
"type" : "string" "type" : "string"
}, },
"GREAnalyticalWritingPct" : { "GRESubject-MathematicsSelf-ReportedType" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologyType" : { "GRESubject-MathematicsSelf-ReportedSubtype" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologySubtype" : { "GRESubject-MathematicsSelf-ReportedTestDate" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologyTestDate" : { "GRESubject-MathematicsSelf-ReportedTotalscore" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologyTotalscore" : { "GRESubject-MathematicsSelf-ReportedTotalscorePct" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-BiologyTotalscorePct" : { "GRESubject-PhysicsSelf-ReportedType" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistryType" : { "GRESubject-PhysicsSelf-ReportedSubtype" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistrySubtype" : { "GRESubject-PhysicsSelf-ReportedTestDate" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistryTestDate" : { "GRESubject-PhysicsSelf-ReportedTotalscore" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistryTotalscore" : { "GRESubject-PhysicsSelf-ReportedTotalscorePct" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-ChemistryTotalscorePct" : { "GRESubject-PhysicsSelf-ReportedSubscore1" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishType" : { "GRESubject-PhysicsSelf-ReportedSubscore2" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishSubtype" : { "GRESubject-PhysicsSelf-ReportedSubscore3" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishTestDate" : { "GRESubject-PsychologySelf-ReportedType" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishTotalscore" : { "GRESubject-PsychologySelf-ReportedSubtype" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-LiteratureinEnglishTotalscorePct" : { "GRESubject-PsychologySelf-ReportedTestDate" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsType" : { "GRESubject-PsychologySelf-ReportedTotalscore" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsSubtype" : { "GRESubject-PsychologySelf-ReportedTotalscorePct" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsTestDate" : { "GRESubject-PsychologySelf-ReportedSubscore1" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsTotalscore" : { "GRESubject-PsychologySelf-ReportedSubscore2" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-MathematicsTotalscorePct" : { "GRESubject-PsychologySelf-ReportedSubscore3" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsType" : { "GRESubject-PsychologySelf-ReportedSubscore4" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsSubtype" : { "GRESubject-PsychologySelf-ReportedSubscore5" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsTestDate" : { "GRESubject-PsychologySelf-ReportedSubscore6" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsTotalscore" : { "IELTSSelf-ReportedType" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PhysicsTotalscorePct" : { "IELTSSelf-ReportedTestDate" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologyType" : { "IELTSSelf-ReportedOverallbandscore" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologySubtype" : { "IELTSSelf-ReportedListening" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologyTestDate" : { "IELTSSelf-ReportedReading" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologyTotalscore" : { "IELTSSelf-ReportedWriting" : {
"type" : "string" "type" : "string"
}, },
"GRESubject-PsychologyTotalscorePct" : { "IELTSSelf-ReportedSpeaking" : {
"type" : "string" "type" : "string"
}, },
"IELTSType" : { "TOEFLSelf-ReportedType" : {
"type" : "string" "type" : "string"
}, },
"IELTSTestDate" : { "TOEFLSelf-ReportedTestDate" : {
"type" : "string" "type" : "string"
}, },
"IELTSOverallbandscore" : { "TOEFLSelf-ReportedTotal" : {
"type" : "string" "type" : "string"
}, },
"IELTSListening" : { "TOEFLSelf-ReportedListening" : {
"type" : "string" "type" : "string"
}, },
"IELTSReading" : { "TOEFLSelf-ReportedReading" : {
"type" : "string" "type" : "string"
}, },
"IELTSWriting" : { "TOEFLSelf-ReportedWriting" : {
"type" : "string" "type" : "string"
}, },
"IELTSSpeaking" : { "TOEFLSelf-ReportedSpeaking" : {
"type" : "string" "type" : "string"
}, },
"TOEFLType" : { "DuolingoSelf-ReportedType" : {
"type" : "string" "type" : "string"
}, },
"TOEFLTestDate" : { "DuolingoSelf-ReportedTestDate" : {
"type" : "string" "type" : "string"
}, },
"TOEFLTotal" : { "DuolingoSelf-ReportedScore" : {
"type" : "string" "type" : "string"
}, },
"TOEFLListening" : { "DuolingoSelf-ReportedLiteracy" : {
"type" : "string" "type" : "string"
}, },
"TOEFLReading" : { "DuolingoSelf-ReportedConversation" : {
"type" : "string" "type" : "string"
}, },
"TOEFLWriting" : { "DuolingoSelf-ReportedComprehension" : {
"type" : "string" "type" : "string"
}, },
"TOEFLSpeaking" : { "DuolingoSelf-ReportedProduction" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleType" : { "AppRef1First" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleTestDate" : { "AppRef1Last" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleScore" : { "AppRef1DeliveredDate" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleLiteracy" : { "AppRef1SubmittedDate" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleConversation" : { "AppRef2First" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleComprehension" : { "AppRef2Last" : {
"type" : "string" "type" : "string"
}, },
"DuolingoEnglishTest160-pointscaleProduction" : { "AppRef2DeliveredDate" : {
"type" : "string" "type" : "string"
}, },
"GRERank1Self-ReportedType" : { "AppRef2SubmittedDate" : {
"type" : "string" "type" : "string"
}, },
"GRERank1Self-ReportedTestDate" : { "AppRef3First" : {
"type" : "string" "type" : "string"
}, },
"GRERank1Self-ReportedVerbal" : { "AppRef3Last" : {
"type" : "string" "type" : "string"
}, },
"GRERank1Self-ReportedQuantitative" : { "AppRef3DeliveredDate" : {
"type" : "string" "type" : "string"
}, },
"GRERank1Self-ReportedAnalyticalWriting" : { "AppRef3SubmittedDate" : {
"type" : "string" "type" : "string"
} }
} }
......