Skip to content
Snippets Groups Projects
Commit d800c41a authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

Update 2 files

- /EI-IICS-Team/FP&M_PoC/POST_getatoken.json
- /EI-IICS-Team/FP&M_PoC/GET_suporgs.json
parent 75ef6867
No related branches found
No related tags found
No related merge requests found
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api.wisc.edu",
"basePath" : "/hr",
"schemes" : [ "https" ],
"paths" : {
"/supervisoryOrganizations" : {
"get" : {
"tags" : [ "GET_suporgs" ],
"summary" : null,
"description" : null,
"operationId" : "GET_suporgs",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "include",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "supervisoryOrganizationId",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/GET_suporgs"
}
}
}
}
}
},
"definitions" : {
"GET_suporgs##data##attributes" : {
"properties" : {
"code" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"supervisoryOrganizationType" : {
"type" : "string"
}
}
},
"GET_suporgs##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"GET_suporgs##data##relationships##allSubordinateOrganizations##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GET_suporgs##data##relationships##allSubordinateOrganizations" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GET_suporgs##data##relationships##allSubordinateOrganizations##data"
}
}
}
},
"GET_suporgs##data##relationships##subordinateOrganizations##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GET_suporgs##data##relationships##subordinateOrganizations" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GET_suporgs##data##relationships##subordinateOrganizations##data"
}
}
}
},
"GET_suporgs##data##relationships##superiorOrganization##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GET_suporgs##data##relationships##superiorOrganization##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GET_suporgs##data##relationships##superiorOrganization" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/GET_suporgs##data##relationships##superiorOrganization##data"
},
"links" : {
"$ref" : "#/definitions/GET_suporgs##data##relationships##superiorOrganization##links"
}
}
},
"GET_suporgs##data##relationships" : {
"properties" : {
"allSubordinateOrganizations" : {
"$ref" : "#/definitions/GET_suporgs##data##relationships##allSubordinateOrganizations"
},
"subordinateOrganizations" : {
"$ref" : "#/definitions/GET_suporgs##data##relationships##subordinateOrganizations"
},
"superiorOrganization" : {
"$ref" : "#/definitions/GET_suporgs##data##relationships##superiorOrganization"
}
}
},
"GET_suporgs##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/GET_suporgs##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/GET_suporgs##data##links"
},
"relationships" : {
"$ref" : "#/definitions/GET_suporgs##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"GET_suporgs##included##attributes" : {
"properties" : {
"code" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"supervisoryOrganizationType" : {
"type" : "string"
}
}
},
"GET_suporgs##included##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"GET_suporgs##included##relationships##allSubordinateOrganizations##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GET_suporgs##included##relationships##allSubordinateOrganizations" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GET_suporgs##included##relationships##allSubordinateOrganizations##data"
}
}
}
},
"GET_suporgs##included##relationships##subordinateOrganizations##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GET_suporgs##included##relationships##subordinateOrganizations" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GET_suporgs##included##relationships##subordinateOrganizations##data"
}
}
}
},
"GET_suporgs##included##relationships##superiorOrganization##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GET_suporgs##included##relationships##superiorOrganization##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GET_suporgs##included##relationships##superiorOrganization" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/GET_suporgs##included##relationships##superiorOrganization##data"
},
"links" : {
"$ref" : "#/definitions/GET_suporgs##included##relationships##superiorOrganization##links"
}
}
},
"GET_suporgs##included##relationships" : {
"properties" : {
"allSubordinateOrganizations" : {
"$ref" : "#/definitions/GET_suporgs##included##relationships##allSubordinateOrganizations"
},
"subordinateOrganizations" : {
"$ref" : "#/definitions/GET_suporgs##included##relationships##subordinateOrganizations"
},
"superiorOrganization" : {
"$ref" : "#/definitions/GET_suporgs##included##relationships##superiorOrganization"
}
}
},
"GET_suporgs##included" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/GET_suporgs##included##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/GET_suporgs##included##links"
},
"relationships" : {
"$ref" : "#/definitions/GET_suporgs##included##relationships"
},
"type" : {
"type" : "string"
}
}
},
"GET_suporgs##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"GET_suporgs" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/GET_suporgs##data"
},
"included" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GET_suporgs##included"
}
},
"links" : {
"$ref" : "#/definitions/GET_suporgs##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" : "/oauth",
"schemes" : [ "https" ],
"paths" : {
"/token" : {
"post" : {
"tags" : [ "POST_getatoken" ],
"summary" : null,
"description" : null,
"operationId" : "POST_getatoken",
"produces" : [ "application/json" ],
"consumes" : [ "application/x-www-form-urlencoded" ],
"parameters" : [ {
"name" : "{\"grant_type\"",
"in" : "formData",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/POST_getatoken"
}
}
}
}
}
},
"definitions" : {
"POST_getatoken" : {
"properties" : {
"refresh_token_expires_in" : {
"type" : "number",
"format" : "int32"
},
"api_product_list" : {
"type" : "string"
},
"api_product_list_json" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"organization_name" : {
"type" : "string"
},
"developer.email" : {
"type" : "string"
},
"token_type" : {
"type" : "string"
},
"issued_at" : {
"type" : "string"
},
"client_id" : {
"type" : "string"
},
"access_token" : {
"type" : "string"
},
"application_name" : {
"type" : "string"
},
"scope" : {
"type" : "string"
},
"expires_in" : {
"type" : "number",
"format" : "int32"
},
"refresh_count" : {
"type" : "string"
},
"status" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment