| FRAMES | NO FRAMES | Description | Parameters | Response | Example |
| URL: | http://server:port/arcgis/admin/uploads/<itemID>/parts |
|---|---|
| HTTP Method: | Get |
| Parent Resource: | Item |
Lists all the parts associated with an item that have been uploaded to the server. If the commit operation has consolidated all the parts, then this list will be empty.
| Parameter | Description |
|---|---|
| f | The response format. The default response format is html. Values: html | json |
{
"parts": [
"<part1>", "<part2>", "<part3>", ...
]
}
{
"parts": [
"Corine.sd.1", "Corine.sd.3", "Corine.sd.5"
]
}