Parts
- URL:https://<usercontent-url>/<itemId>/parts(POST only)
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
|
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. |
Example Usage
https://www.arcgis.com/sharing/rest/content/users/jsmith/items/49bf5db6340e4bccaceca5af3b2bec4b/parts
JSON Response Syntax
{"parts" : ["partnum1",...]}
JSON Response Example
{"parts" : ["1","2","4"]}