Skip To Content
ArcGIS Developer
Dashboard

Item Parts

Description

This resource lists all the parts associated with an item that have been uploaded to the server. If the commit operation has consolidated all the parts, then this list will be empty.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json| pjson

Example usage

Below is a sample request URL for the parts resource:

https://machine.domain.com/webadaptor/admin/uploads/iba587ed8-f7b0-4584-9d1e-f3d1dd376a03/parts?f=json

JSON Response syntax


{
  "parts": ["<part1>", "<part2>", "<part3>"]
}

JSON Response example


{
  "parts": [
    "Test.sd.1",
    "Test.sd.3",
    "Test.sd.5"
  ]
}