Skip To Content
ArcGIS Developer
Dashboard

/data: Item Data

  • URL:https://[root]/content/items/[itemID]/data

Example Usage

URL for Data

 https://www.arcgis.com/sharing/rest/content/items/af01df44bf36437fa8daed01407138ab/data

Description

The data component of an item (the "item file") is used to stream the actual data represented by the item to the client.

The content type of the response is derived from the item file's mime type. If the mime type can't be derived, the response content type will be set to application/octet-stream.

Request Parameters

ParameterDetails
f

An optional output format parameter. Only applies to Package types. f=zip will download a package in Zip format rather than the package format.

Values: zip | unchanged

Response Properties

PropertyDetails
[Item Data]

JSON contents of the data section of the item.

JSON Response Syntax


            N/A

JSON Response Example


            N/A