- URL:
- https://[root]/content/items/[itemID]/data
- Methods:
GET
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
Parameter | Details |
---|---|
| An optional output format parameter. Only applies to Package types. Values: |
Response Properties
Property | Details |
---|---|
| JSON contents of the data section of the item. |