- URL:
- https://<root>/uploads/<uploadID>/parts
- Methods:
GET
- Required Capability:
- Access allowed with any authorized privilege
- Version Introduced:
- 10.1
Description
The parts
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
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
Example usage
The following is a sample request URL for the parts
resource:
https://machine.domain.com/webadaptor/admin/uploads/iba587ed8-f7b0-4584-9d1e-f3d1dd376a03/parts?f=pjson
JSON Response syntax
{
"parts": ["<part1>", "<part2>", "<part3>"]
}
JSON Response example
{
"parts": [
"Test.sd.1",
"Test.sd.3",
"Test.sd.5"
]
}