Item

URL:
https://<root>/<serviceName>/<serviceType>/uploads/<itemId>
Methods:
GET
Version Introduced:
10.0

Description

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.

Request parameters

ParameterDetails

f

The response format. The default response format is html.

Values: html | json

Example usage

Example: Item resource

Use dark colors for code blocksCopy
1
https://<serverName>.<domain>.com/arcgis/rest/services/911CallsHotspot/GPServer/uploads/icb0817bf-53c7-45d9-9487-3b87b6cba253

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
{
 "itemID": "<itemID>",
 "itemName": "<itemName>",
 "description": "<description>",
 "date": <date>,
 "committed": <true|false>
}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
{
 "itemID": "i912f0648-a455-4d08-ae95-44eb5b82de2e",
 "itemName": "us45120.tif",
 "description": "This is a sample imagery",
 "date": 1246060800000,
 "committed": true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.