FRAMES | NO FRAMES Description | Parameters | Request | Response | Example
URL:http://server:port/arcgis/admin/data/findItems
HTTP Method:POST
Parent Resource:Data
Required Privileges:Publisher or Administrator

Description

You can use this operation to search through the various data items registered in the server's data store.

Parameters

Parameter Description
parentPath The path of the parent under which to find items.
ancestorPath The path of the ancestor under which to find items.
types A filter for the type of the items.
id A filter to search by the ID of the item.
f The response format. The default response format is html.
Values: html | json

Request Format

			
	http://server:port/arcgis/admin/data/findItems
	parentPah=<parent>
	type=<type>
			

Response Format

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

Example

	
	http://server:port/arcgis/admin/data/findItems
	parentPath=/arcgisdata
	type=fgdb