FRAMES | NO FRAMES Description | Parameters | Response
URL:http://server:port/arcgis/admin/uploads
HTTP Method:GET
Parent Resource: Site
Child Resources: Item
Supported Operations: Upload Item   Register Item  

Description

This resource is a collection of all the items that have been uploaded to the server.

There are two ways to upload items.

You can upload complete items using the
Upload Item operation. If a particular item is made up of many chunks (parts), you need to first register the item and subsequently upload the individual parts using the Upload Part operation.

Parameters

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

Response Format

{
	"items": [ <item1>, <item2>, ... ]
}