/data: Item Data

URL:
https://[root]/content/items/[itemID]/data
Methods:
GET

Example Usage

URL for Data

Use dark colors for code blocksCopy
1
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.

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