FRAMES | NO FRAMES Description | Parameters | Response | Example
URL:http://server:port/arcgis/admin/uploads/<itemID>/parts
HTTP Method:Get
Parent Resource:Item

Description

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.

Parameters

Parameter Description
f The response format. The default response format is html.
Values: html | json

Response Format

{
	"parts": [
  		"<part1>", "<part2>", "<part3>", ... 
	]
}
			

Example

{
	"parts": [
  		"Corine.sd.1", "Corine.sd.3", "Corine.sd.5" 
	]
}