- URL:https://[root]/content/users/[userName]/items/[itemID]/parts(POST only)
 
Example Usage
        https://www.arcgis.com/sharing/rest/content/users/jsmith/items/49bf5db6340e4bccaceca5af3b2bec4b/partsDescription
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
| Parameter | Details | 
|---|---|
| [Common Parameters] |                    For a complete listing, see Common parameters.  |               
Response Properties
| Property | Details | 
|---|---|
| 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"]}