| 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 |
You can use this operation to search through the various data items registered in the server's data store.
| 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 |
http://server:port/arcgis/admin/data/findItems parentPah=<parent> type=<type>
http://server:port/arcgis/admin/data/findItems parentPath=/arcgisdata type=fgdb