Skip To Content
ArcGIS Developer
Dashboard

/parts: Parts

  • URL:https://[root]/content/users/[userName]/items/[itemID]/parts(POST only)

Example Usage


        https://www.arcgis.com/sharing/rest/content/users/jsmith/items/49bf5db6340e4bccaceca5af3b2bec4b/parts

Description

Lists the part numbers of the file parts that have already been uploaded in a multipart file upload. This method can be used to verify the parts that have been received as well as those parts that were not received by the server.

Request Parameters

ParameterDetails
[Common Parameters]

For a complete listing, see Common parameters.

Response Properties

PropertyDetails
parts

A JSON array of part numbers that have been uploaded for this item.

JSON Response Syntax


            {"parts" : ["partnum1",...]}

JSON Response Example


            {"parts" : ["1","2","4"]}