FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<service-uploads-url>/itemId |
---|---|
Supported Operations | uploadPart Commit Delete |
Parent Resource | Uploads |
Child Resource | Parts |
This resource represents an item that has been uploaded or registered with the Server. If an item consists of multiple parts, the committed
parameter in the response is set to true
once the upload of individual parts is complete and the item is committed.
Parameter | Details |
---|---|
f | Description: The
response format. The default response format is html. Values: html | json |
Example 1: Item Resource:
http://servicesbeta2.esri.com/arcgis/rest/services/911CallsHotspot/GPServer/uploads/icb0817bf-53c7-45d9-9487-3b87b6cba253
{ "itemID": "<itemID>", "itemName": "<itemName>", "description": "<description>", "date": <date>, "committed": <true|false> }
{ "itemID": "i912f0648-a455-4d08-ae95-44eb5b82de2e", "itemName": "us45120.tif", "description": "This is a sample imagery", "date": 1246060800000, "committed": true }