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 3248 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "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"
}
}
}
}
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
@echo off
echo Submit Customer Invoice
echo Restrictions,Required,Optional,Required,Required,Optional,Optional,Optional
echo Format,Text,Text,Date,Program_ID,Cost_Center_ID,Fund_ID,Function_ID
echo Fields,Header Key,Line Key,Fiscal Time Interval*,Program,Cost Center,Fund,Function
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.