FRAMES | NO FRAMES Description | Properties | Example
URL:http://server:port/arcgis/admin/data/items
HTTP Method:GET
Parent Resource: Data

Description

This resource lists data items that are the root of all other data items in the data store.

Begining with these root items, you can find all the other items in the data store using the Find Data Items operation.

Properties

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

Response Format

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

Example

	
{
	"path": "/arcgisdata/usa",
	"type": "fgdb",
	"id": "usa.gdb",
	"clientPath": "/opt/arcgis/server/data/usa.gdb"
}