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
{
"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" : {
"/hierarchies" : {
"get" : {
"tags" : [ "get_hierarchies" ],
"summary" : null,
"description" : null,
"operationId" : "get_hierarchies",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "page[number]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "number",
"format" : "int32"
}, {
"name" : "page[size]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "number",
"format" : "int32"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get_hierarchies"
}
}
}
}
}
},
"definitions" : {
"get_hierarchies##data##attributes" : {
"properties" : {
"availability_date" : {
"type" : "string"
},
"company" : {
"type" : "string"
},
"inactive_date" : {
"type" : "string"
},
"level" : {
"type" : "string"
},
"manager" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"parentId" : {
"type" : "string"
},
"subType" : {
"type" : "string"
}
}
},
"get_hierarchies##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"get_hierarchies##data##meta" : {
"properties" : {
"dttmLoaded" : {
"type" : "string"
}
}
},
"get_hierarchies##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/get_hierarchies##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/get_hierarchies##data##links"
},
"meta" : {
"$ref" : "#/definitions/get_hierarchies##data##meta"
},
"type" : {
"type" : "string"
}
}
},
"get_hierarchies##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"get_hierarchies##meta" : {
"properties" : {
"pageNumber" : {
"type" : "number",
"format" : "int32"
},
"pageSize" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"get_hierarchies" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_hierarchies##data"
}
},
"links" : {
"$ref" : "#/definitions/get_hierarchies##links"
},
"meta" : {
"$ref" : "#/definitions/get_hierarchies##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" : "mock.api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/" : {
"get" : {
"tags" : [ "GetPeople" ],
"summary" : null,
"description" : null,
"operationId" : "GetPeople",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "filter[lastName]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/GetPeople"
}
}
}
}
}
},
"definitions" : {
"GetPeople##data##attributes" : {
"properties" : {
"continuousServiceDate" : {
"type" : "string"
},
"dateOfBirth" : {
"type" : "string"
},
"deceased" : {
"type" : "boolean"
},
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"legalSex" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"GetPeople##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"GetPeople##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"ferpaAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"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##affiliations##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##affiliations##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##affiliations" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data##relationships##affiliations##data"
}
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##affiliations##links"
}
}
},
"GetPeople##data##relationships##emailAddresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##emailAddresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##emailAddresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data##relationships##emailAddresses##data"
}
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##emailAddresses##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##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data##relationships##names##data"
}
},
"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##socialSecurityNumbers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##socialSecurityNumbers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##socialSecurityNumbers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data##relationships##socialSecurityNumbers##data"
}
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##socialSecurityNumbers##links"
}
}
},
"GetPeople##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##wiscard" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/GetPeople##data##relationships##wiscard##data"
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##wiscard##links"
}
}
},
"GetPeople##data##relationships" : {
"properties" : {
"addresses" : {
"$ref" : "#/definitions/GetPeople##data##relationships##addresses"
},
"affiliations" : {
"$ref" : "#/definitions/GetPeople##data##relationships##affiliations"
},
"emailAddresses" : {
"$ref" : "#/definitions/GetPeople##data##relationships##emailAddresses"
},
"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"
},
"socialSecurityNumbers" : {
"$ref" : "#/definitions/GetPeople##data##relationships##socialSecurityNumbers"
},
"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" : {
"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" : "mock.api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/{id}/socialSecurityNumbers" : {
"get" : {
"tags" : [ "GetSSN" ],
"summary" : null,
"description" : null,
"operationId" : "GetSSN",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "person-api-certificate-id",
"in" : "header",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/GetSSN"
}
}
}
}
}
},
"definitions" : {
"GetSSN##data##attributes" : {
"properties" : {
"institution" : {
"type" : "string"
},
"socialSecurityNumber" : {
"type" : "string"
},
"source" : {
"type" : "string"
}
}
},
"GetSSN##data##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetSSN##data##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetSSN##data##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/GetSSN##data##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/GetSSN##data##relationships##person##links"
}
}
},
"GetSSN##data##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/GetSSN##data##relationships##person"
}
}
},
"GetSSN##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/GetSSN##data##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/GetSSN##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"GetSSN##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"GetSSN" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetSSN##data"
}
},
"links" : {
"$ref" : "#/definitions/GetSSN##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" : "mock.api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/certificates" : {
"post" : {
"tags" : [ "Post_Cert" ],
"summary" : null,
"description" : null,
"operationId" : "Post_Cert",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/Post_Cert_Request##body"
}
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/Post_Cert"
}
}
}
}
}
},
"definitions" : {
"Post_Cert##data##attributes" : {
"properties" : {
"certificate" : {
"type" : "string"
},
"createdDate" : {
"type" : "string"
},
"expirationDate" : {
"type" : "string"
},
"startDate" : {
"type" : "string"
}
}
},
"Post_Cert##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"Post_Cert##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/Post_Cert##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/Post_Cert##data##links"
},
"type" : {
"type" : "string"
}
}
},
"Post_Cert##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"Post_Cert" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/Post_Cert##data"
},
"links" : {
"$ref" : "#/definitions/Post_Cert##links"
}
}
},
"Post_Cert_Request##body##data##attributes" : {
"properties" : {
"certificate" : {
"type" : "string"
}
}
},
"Post_Cert_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/Post_Cert_Request##body##data##attributes"
}
}
},
"Post_Cert_Request##body" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/Post_Cert_Request##body##data"
}
}
},
"Post_Cert_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/Post_Cert_Request##body"
}
}
}
}
}
\ No newline at end of file
{
"swagger": "2.0",
"info": {
"description": "",
"version": "1.0.0",
"title": "ready_swagger",
"termsOfService": "",
"contact": {},
"license": {"name":""}
},
"host": "uwiscprod.assetworks.cloud",
"basePath": "/ready/api/reporting",
"schemes": ["https"],
"paths": {
"/request": {
"get": {
"tags": ["request"],
"summary": "",
"description": "",
"operationId": "getRequest",
"produces": ["application/json"],
"consumes": ["application/json"],
"parameters": [],
"responses": {
"200": {
"description": "successful operation",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/Request"
}
}
}
}
}
}
},
"definitions": {
"Request": {
"properties": {
"template": {
"type": "string"
},
"values": {
"type": "string"
},
"title": {
"type": "string"
},
"additionalFieldsValues": {
"type": "string"
},
"closed": {
"type": "boolean"
},
"dateCreated": {
"type": "string",
"format": "date"
},
"requestor": {
"type": "string"
},
"requestId": {
"type": "string"
},
"workflowStates": {
"type": "string"
},
"respondents": {
"type": "string"
},
"aimStatusHistory.primaryKey": {
"type": "string"
},
"workflowResponses": {
"type": "string"
}
}
}
}
}
\ 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" : {
"/" : {
"get" : {
"tags" : [ "LS_directory_identifiers" ],
"summary" : null,
"description" : null,
"operationId" : "LS_directory_identifiers",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "include",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "filter[wiscard.id]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/LS_directory_identifiers"
}
}
}
}
}
},
"definitions" : {
"LS_directory_identifiers##data##attributes" : {
"properties" : {
"continuousServiceDate" : {
"type" : "string"
},
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
}
}
},
"LS_directory_identifiers##data##relationships##addresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##addresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##addresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##addresses##data"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##addresses##links"
}
}
},
"LS_directory_identifiers##data##relationships##affiliations##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##affiliations" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##affiliations##links"
}
}
},
"LS_directory_identifiers##data##relationships##emailAddresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##emailAddresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##emailAddresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##emailAddresses##data"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##emailAddresses##links"
}
}
},
"LS_directory_identifiers##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##identifiers##links"
}
}
},
"LS_directory_identifiers##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##jobs##links"
}
}
},
"LS_directory_identifiers##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##names##data"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##names##links"
}
}
},
"LS_directory_identifiers##data##relationships##phoneNumbers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##phoneNumbers" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##phoneNumbers##links"
}
}
},
"LS_directory_identifiers##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##data##relationships##wiscard" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##wiscard##data"
},
"links" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##wiscard##links"
}
}
},
"LS_directory_identifiers##data##relationships" : {
"properties" : {
"addresses" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##addresses"
},
"affiliations" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##affiliations"
},
"emailAddresses" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##emailAddresses"
},
"identifiers" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##names"
},
"phoneNumbers" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##phoneNumbers"
},
"wiscard" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships##wiscard"
}
}
},
"LS_directory_identifiers##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##links"
},
"meta" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/LS_directory_identifiers##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##included##attributes" : {
"properties" : {
"current" : {
"type" : "boolean"
},
"institution" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"source" : {
"type" : "string"
},
"value" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##included##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##included##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##included##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/LS_directory_identifiers##included##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/LS_directory_identifiers##included##relationships##person##links"
}
}
},
"LS_directory_identifiers##included##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/LS_directory_identifiers##included##relationships##person"
}
}
},
"LS_directory_identifiers##included" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/LS_directory_identifiers##included##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/LS_directory_identifiers##included##relationships"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_identifiers##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"LS_directory_identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_identifiers##data"
}
},
"included" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_identifiers##included"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_identifiers##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" : {
"/" : {
"get" : {
"tags" : [ "LS_directory_jobs" ],
"summary" : null,
"description" : null,
"operationId" : "LS_directory_jobs",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "include",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "filter[wiscard.id]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/LS_directory_jobs"
}
}
}
}
}
},
"definitions" : {
"LS_directory_jobs##data##attributes" : {
"properties" : {
"continuousServiceDate" : {
"type" : "string"
},
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
}
}
},
"LS_directory_jobs##data##relationships##addresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##addresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##addresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##addresses##data"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##addresses##links"
}
}
},
"LS_directory_jobs##data##relationships##affiliations##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##affiliations" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##affiliations##links"
}
}
},
"LS_directory_jobs##data##relationships##emailAddresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##emailAddresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##emailAddresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##emailAddresses##data"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##emailAddresses##links"
}
}
},
"LS_directory_jobs##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##identifiers##links"
}
}
},
"LS_directory_jobs##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##jobs##links"
}
}
},
"LS_directory_jobs##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##names##data"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##names##links"
}
}
},
"LS_directory_jobs##data##relationships##phoneNumbers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##phoneNumbers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##phoneNumbers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##phoneNumbers##data"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##phoneNumbers##links"
}
}
},
"LS_directory_jobs##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_jobs##data##relationships##wiscard" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##wiscard##data"
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##wiscard##links"
}
}
},
"LS_directory_jobs##data##relationships" : {
"properties" : {
"addresses" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##addresses"
},
"affiliations" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##affiliations"
},
"emailAddresses" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##emailAddresses"
},
"identifiers" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##names"
},
"phoneNumbers" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##phoneNumbers"
},
"wiscard" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships##wiscard"
}
}
},
"LS_directory_jobs##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/LS_directory_jobs##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##data##links"
},
"meta" : {
"$ref" : "#/definitions/LS_directory_jobs##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/LS_directory_jobs##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_jobs##included##attributes" : {
"properties" : {
"action" : {
"type" : "string"
},
"actionReason" : {
"type" : "string"
},
"beginDate" : {
"type" : "string"
},
"businessTitle" : {
"type" : "string"
},
"costCenterId" : {
"type" : "string"
},
"costCenterName" : {
"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"
},
"institution" : {
"type" : "string"
},
"jobCode" : {
"type" : "string"
},
"locationId" : {
"type" : "string"
},
"managedSupervisoryOrganizationIds" : {
"type" : "string"
},
"payBasis" : {
"type" : "string"
},
"position" : {
"type" : "string"
},
"primary" : {
"type" : "boolean"
},
"relatedSupervisoryOrganizationIds" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"source" : {
"type" : "string"
},
"supervisoryOrganizationCode" : {
"type" : "string"
},
"supervisoryOrganizationId" : {
"type" : "string"
},
"supervisoryOrganizationName" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"workspaceId" : {
"type" : "string"
}
}
},
"LS_directory_jobs##included##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_jobs##included##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_jobs##included##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/LS_directory_jobs##included##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##included##relationships##person##links"
}
}
},
"LS_directory_jobs##included##relationships##supervisor##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_jobs##included##relationships##supervisor##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"LS_directory_jobs##included##relationships##supervisor" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/LS_directory_jobs##included##relationships##supervisor##data"
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##included##relationships##supervisor##links"
}
}
},
"LS_directory_jobs##included##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/LS_directory_jobs##included##relationships##person"
},
"supervisor" : {
"$ref" : "#/definitions/LS_directory_jobs##included##relationships##supervisor"
}
}
},
"LS_directory_jobs##included" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/LS_directory_jobs##included##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/LS_directory_jobs##included##relationships"
},
"type" : {
"type" : "string"
}
}
},
"LS_directory_jobs##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"LS_directory_jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_jobs##data"
}
},
"included" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/LS_directory_jobs##included"
}
},
"links" : {
"$ref" : "#/definitions/LS_directory_jobs##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" : {
"/" : {
"get" : {
"tags" : [ "lsdirectory" ],
"summary" : null,
"description" : null,
"operationId" : "lsdirectory",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "filter[jobs.departmentUnit]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "filter[jobs.current]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "page[size]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "number",
"format" : "int32"
}, {
"name" : "filter[jobs.division]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/lsdirectory"
}
}
}
}
}
},
"definitions" : {
"lsdirectory##data##attributes" : {
"properties" : {
"continuousServiceDate" : {
"type" : "string"
},
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"lsdirectory##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"lsdirectory##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
}
}
},
"lsdirectory##data##relationships##addresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##addresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##addresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##addresses##data"
}
},
"links" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##addresses##links"
}
}
},
"lsdirectory##data##relationships##affiliations##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##affiliations" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##affiliations##links"
}
}
},
"lsdirectory##data##relationships##emailAddresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##emailAddresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##emailAddresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##emailAddresses##data"
}
},
"links" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##emailAddresses##links"
}
}
},
"lsdirectory##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##identifiers##links"
}
}
},
"lsdirectory##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##jobs##links"
}
}
},
"lsdirectory##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##names##data"
}
},
"links" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##names##links"
}
}
},
"lsdirectory##data##relationships##phoneNumbers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##phoneNumbers" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##phoneNumbers##links"
}
}
},
"lsdirectory##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##wiscard" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##wiscard##data"
},
"links" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##wiscard##links"
}
}
},
"lsdirectory##data##relationships" : {
"properties" : {
"addresses" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##addresses"
},
"affiliations" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##affiliations"
},
"emailAddresses" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##emailAddresses"
},
"identifiers" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##names"
},
"phoneNumbers" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##phoneNumbers"
},
"wiscard" : {
"$ref" : "#/definitions/lsdirectory##data##relationships##wiscard"
}
}
},
"lsdirectory##data##relationships##phoneNumbers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##data##relationships##affiliations##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/lsdirectory##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/lsdirectory##data##links"
},
"meta" : {
"$ref" : "#/definitions/lsdirectory##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/lsdirectory##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##included##attributes" : {
"properties" : {
"action" : {
"type" : "string"
},
"actionReason" : {
"type" : "string"
},
"beginDate" : {
"type" : "string"
},
"businessTitle" : {
"type" : "string"
},
"costCenterId" : {
"type" : "string"
},
"costCenterName" : {
"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"
},
"institution" : {
"type" : "string"
},
"jobCode" : {
"type" : "string"
},
"locationId" : {
"type" : "string"
},
"managedSupervisoryOrganizationIds" : {
"type" : "string"
},
"payBasis" : {
"type" : "string"
},
"position" : {
"type" : "string"
},
"primary" : {
"type" : "boolean"
},
"relatedSupervisoryOrganizationIds" : {
"type" : "string"
},
"source" : {
"type" : "string"
},
"supervisoryOrganizationCode" : {
"type" : "string"
},
"supervisoryOrganizationId" : {
"type" : "string"
},
"supervisoryOrganizationName" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"workspaceId" : {
"type" : "string"
}
}
},
"lsdirectory##included##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##included##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory##included##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/lsdirectory##included##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/lsdirectory##included##relationships##person##links"
}
}
},
"lsdirectory##included##relationships##supervisor##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory##included##relationships##supervisor" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/lsdirectory##included##relationships##supervisor##links"
}
}
},
"lsdirectory##included##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/lsdirectory##included##relationships##person"
},
"supervisor" : {
"$ref" : "#/definitions/lsdirectory##included##relationships##supervisor"
}
}
},
"lsdirectory##included##relationships##supervisor##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##included" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/lsdirectory##included##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/lsdirectory##included##relationships"
},
"type" : {
"type" : "string"
}
}
},
"lsdirectory##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"lsdirectory" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory##data"
}
},
"included" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory##included"
}
},
"links" : {
"$ref" : "#/definitions/lsdirectory##links"
}
}
}
}
}
\ No newline at end of file
......@@ -8,60 +8,49 @@
"contact" : null,
"license" : null
},
"host" : "wmg.test.technolutions.net",
"basePath" : "/manage",
"host" : "api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/query/run" : {
"/" : {
"get" : {
"tags" : [ "Slate_All_Apps_Parm" ],
"tags" : [ "lsdirectory2" ],
"summary" : null,
"description" : null,
"operationId" : "Slate_All_Apps_Parm",
"operationId" : "lsdirectory2",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "output",
"name" : "include",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "dtupdate",
"name" : "filter[jobs.departmentUnit]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "h",
"name" : "filter[jobs.current]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "id",
"name" : "page[size]",
"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"
"type" : "number",
"format" : "int32"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/Slate_All_Apps_Parm"
"$ref" : "#/definitions/lsdirectory2"
}
}
}
......@@ -69,425 +58,559 @@
}
},
"definitions" : {
"Slate_All_Apps_Parm##row" : {
"lsdirectory2##data##attributes" : {
"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" : {
"continuousServiceDate" : {
"type" : "string"
},
"MilitaryStatus" : {
"emailAddress" : {
"type" : "string"
},
"PersonServedInPeaceCorpsYN" : {
"firstName" : {
"type" : "string"
},
"PersonPeaceCorpsYears" : {
"lastName" : {
"type" : "string"
},
"PersonPeaceCorpsCountry" : {
"officeAddress" : {
"type" : "string"
},
"PersonCitizenshipPrimary" : {
"officePhoneNumber" : {
"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" : {
}
}
},
"lsdirectory2##data##links" : {
"properties" : {
"self" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet2" : {
}
}
},
"lsdirectory2##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
}
}
},
"lsdirectory2##data##relationships##addresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet3" : {
"type" : {
"type" : "string"
},
"HomeAddressbyTypeRankCity" : {
}
}
},
"lsdirectory2##data##relationships##addresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory2##data##relationships##addresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##addresses##data"
}
},
"HomeAddressbyTypeRankRegion" : {
"links" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##addresses##links"
}
}
},
"lsdirectory2##data##relationships##affiliations##links" : {
"properties" : {
"related" : {
"type" : "string"
},
"HomeAddressbyTypeRankPostal" : {
}
}
},
"lsdirectory2##data##relationships##affiliations" : {
"properties" : {
"data" : {
"type" : "string"
},
"HomeAddressbyTypeRankCountry" : {
"links" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##affiliations##links"
}
}
},
"lsdirectory2##data##relationships##emailAddresses##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"PersonPhone" : {
"type" : {
"type" : "string"
},
"PersonMobilePhone" : {
}
}
},
"lsdirectory2##data##relationships##emailAddresses##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory2##data##relationships##emailAddresses" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##emailAddresses##data"
}
},
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountryAttendedFromDateClassRankClassSize" : {
"links" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##emailAddresses##links"
}
}
},
"lsdirectory2##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"ApplicationCreatedDate" : {
"type" : {
"type" : "string"
},
"ApplicationSubmittedDate" : {
}
}
},
"lsdirectory2##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory2##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##identifiers##data"
}
},
"ApplicationUpdatedDate" : {
"links" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##identifiers##links"
}
}
},
"lsdirectory2##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"PersonUpdatedDate" : {
"type" : {
"type" : "string"
},
"PersonLastLogin" : {
}
}
},
"lsdirectory2##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory2##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##jobs##data"
}
},
"ApplicationResearchExperienceYN" : {
"links" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##jobs##links"
}
}
},
"lsdirectory2##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"ApplicationResearchFull-TimeMonths" : {
"type" : {
"type" : "string"
},
"ApplicationResearchPart-TimeMonths" : {
}
}
},
"lsdirectory2##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory2##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##names##data"
}
},
"ApplicationResearchPart-TimeHours" : {
"links" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##names##links"
}
}
},
"lsdirectory2##data##relationships##phoneNumbers##links" : {
"properties" : {
"related" : {
"type" : "string"
},
"ApplicationFinancialAidInterestYN" : {
}
}
},
"lsdirectory2##data##relationships##phoneNumbers" : {
"properties" : {
"data" : {
"type" : "string"
},
"PersonParticipateSROPYN" : {
"links" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##phoneNumbers##links"
}
}
},
"lsdirectory2##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"PersonSROPInstitutes" : {
"type" : {
"type" : "string"
},
"PersonParticipateTRIOYN" : {
}
}
},
"lsdirectory2##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory2##data##relationships##wiscard" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##wiscard##data"
},
"PersonParticipateWiscAMPYN" : {
"type" : "string"
"links" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##wiscard##links"
}
}
},
"lsdirectory2##data##relationships" : {
"properties" : {
"addresses" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##addresses"
},
"PersonParticipateIRTYN" : {
"type" : "string"
"affiliations" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##affiliations"
},
"PersonParticipateFASTrackYN" : {
"type" : "string"
"emailAddresses" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##emailAddresses"
},
"PersonParticipateUWPeopleYN" : {
"type" : "string"
"identifiers" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##identifiers"
},
"PersonParticipateEdPathwaysYN" : {
"type" : "string"
"jobs" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##jobs"
},
"PersonParticipateNIHIMSDYN" : {
"type" : "string"
"names" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##names"
},
"PersonParticipateNIHMARCYN" : {
"type" : "string"
"phoneNumbers" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##phoneNumbers"
},
"PersonParticipateGEMYN" : {
"wiscard" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships##wiscard"
}
}
},
"lsdirectory2##data##relationships##phoneNumbers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"PersonParticipateNIHPREPYN" : {
"type" : {
"type" : "string"
},
"PersonParticipateNIHRISEYN" : {
}
}
},
"lsdirectory2##data##relationships##affiliations##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"PersonParticipateMcNairYN" : {
"type" : {
"type" : "string"
}
}
},
"lsdirectory2##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/lsdirectory2##data##attributes"
},
"PersonParticipateGSMIYN" : {
"id" : {
"type" : "string"
},
"PersonReceivedPellYN" : {
"type" : "string"
"links" : {
"$ref" : "#/definitions/lsdirectory2##data##links"
},
"PersonFamilySSIYN" : {
"type" : "string"
"meta" : {
"$ref" : "#/definitions/lsdirectory2##data##meta"
},
"PersonGatesScholarYN" : {
"type" : "string"
"relationships" : {
"$ref" : "#/definitions/lsdirectory2##data##relationships"
},
"PersonFreeReducedLunchYN" : {
"type" : {
"type" : "string"
},
"PersonParentsAttendHigherEdYN" : {
}
}
},
"lsdirectory2##included##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"PersonParentsHighestDegree" : {
"emailAddressType" : {
"type" : "string"
},
"ActivitiesProgramActionActionReasonDate" : {
"institution" : {
"type" : "string"
},
"ApplicationAdmissionType" : {
"source" : {
"type" : "string"
},
"PersonFulbrightTag" : {
"action" : {
"type" : "string"
},
"GREType" : {
"actionReason" : {
"type" : "string"
},
"GRETestDate" : {
"beginDate" : {
"type" : "string"
},
"GREVerbal" : {
"businessTitle" : {
"type" : "string"
},
"GREQuantitative" : {
"costCenterId" : {
"type" : "string"
},
"GREAnalyticalWriting" : {
"costCenterName" : {
"type" : "string"
},
"GRESubject-BiologyType" : {
"type" : "string"
"current" : {
"type" : "boolean"
},
"GRESubject-BiologySubtype" : {
"departmentUnit" : {
"type" : "string"
},
"GRESubject-BiologyTestDate" : {
"division" : {
"type" : "string"
},
"GRESubject-BiologyTotalscore" : {
"divisionCode" : {
"type" : "string"
},
"GRESubject-ChemistryType" : {
"effectiveDate" : {
"type" : "string"
},
"GRESubject-ChemistrySubtype" : {
"employeeCategory" : {
"type" : "string"
},
"GRESubject-ChemistryTestDate" : {
"employeeCategoryCode" : {
"type" : "string"
},
"GRESubject-ChemistryTotalscore" : {
"endDate" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishType" : {
"fullTimeEquivalent" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSubtype" : {
"jobCode" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishTestDate" : {
"locationId" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishTotalscore" : {
"managedSupervisoryOrganizationIds" : {
"type" : "string"
},
"GRESubject-MathematicsType" : {
"payBasis" : {
"type" : "string"
},
"GRESubject-MathematicsSubtype" : {
"position" : {
"type" : "string"
},
"GRESubject-MathematicsTestDate" : {
"type" : "string"
"primary" : {
"type" : "boolean"
},
"GRESubject-MathematicsTotalscore" : {
"relatedSupervisoryOrganizationIds" : {
"type" : "string"
},
"GRESubject-PhysicsType" : {
"supervisoryOrganizationCode" : {
"type" : "string"
},
"GRESubject-PhysicsSubtype" : {
"supervisoryOrganizationId" : {
"type" : "string"
},
"GRESubject-PhysicsTestDate" : {
"supervisoryOrganizationName" : {
"type" : "string"
},
"GRESubject-PhysicsTotalscore" : {
"title" : {
"type" : "string"
},
"GRESubject-PsychologyType" : {
"workspaceId" : {
"type" : "string"
},
"GRESubject-PsychologySubtype" : {
"name" : {
"type" : "string"
},
"GRESubject-PsychologyTestDate" : {
"value" : {
"type" : "string"
},
"GRESubject-PsychologyTotalscore" : {
"addressType" : {
"type" : "string"
},
"IELTSType" : {
"city" : {
"type" : "string"
},
"IELTSTestDate" : {
"country" : {
"type" : "string"
},
"IELTSOverallbandscore" : {
"county" : {
"type" : "string"
},
"IELTSListening" : {
"line1" : {
"type" : "string"
},
"IELTSReading" : {
"line2" : {
"type" : "string"
},
"IELTSWriting" : {
"line3" : {
"type" : "string"
},
"IELTSSpeaking" : {
"line4" : {
"type" : "string"
},
"TOEFLType" : {
"postalCode" : {
"type" : "string"
},
"TOEFLTestDate" : {
"state" : {
"type" : "string"
},
"TOEFLTotal" : {
}
}
},
"lsdirectory2##included##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"TOEFLListening" : {
"type" : {
"type" : "string"
},
"TOEFLReading" : {
}
}
},
"lsdirectory2##included##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"lsdirectory2##included##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/lsdirectory2##included##relationships##person##data"
},
"TOEFLWriting" : {
"type" : "string"
"links" : {
"$ref" : "#/definitions/lsdirectory2##included##relationships##person##links"
}
}
},
"lsdirectory2##included##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/lsdirectory2##included##relationships##person"
},
"TOEFLSpeaking" : {
"supervisor" : {
"$ref" : "#/definitions/lsdirectory2##included##relationships##supervisor"
}
}
},
"lsdirectory2##included##relationships##supervisor##links" : {
"properties" : {
"related" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleType" : {
}
}
},
"lsdirectory2##included##relationships##supervisor" : {
"properties" : {
"data" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleTestDate" : {
"links" : {
"$ref" : "#/definitions/lsdirectory2##included##relationships##supervisor##links"
}
}
},
"lsdirectory2##included##relationships##supervisor##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleScore" : {
"type" : {
"type" : "string"
}
}
},
"lsdirectory2##included" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/lsdirectory2##included##attributes"
},
"DuolingoEnglishTest160-pointscaleLiteracy" : {
"id" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleConversation" : {
"type" : "string"
"relationships" : {
"$ref" : "#/definitions/lsdirectory2##included##relationships"
},
"DuolingoEnglishTest160-pointscaleComprehension" : {
"type" : {
"type" : "string"
},
"DuolingoEnglishTest160-pointscaleProduction" : {
}
}
},
"lsdirectory2##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"Slate_All_Apps_Parm" : {
"lsdirectory2" : {
"properties" : {
"row" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/lsdirectory2##data"
}
},
"included" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/Slate_All_Apps_Parm##row"
"$ref" : "#/definitions/lsdirectory2##included"
}
},
"links" : {
"$ref" : "#/definitions/lsdirectory2##links"
}
}
}
......
{
"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" : [ "get-query-results-1" ],
"summary" : null,
"description" : null,
"operationId" : "get-query-results-1",
"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-1"
}
}
}
}
}
},
"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-1##row"
}
}
}
}
}
}
{
"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" : "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"
},
"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"
},
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountry" : {
"type" : "string"
},
"ApplicationCreatedDate" : {
"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"
}
}
},
"get-query-results" : {
"properties" : {
"row" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get-query-results##row"
}
}
}
}
}
}
\ No newline at end of file
File deleted