Item Parts

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

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL for the parts resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/uploads/iba587ed8-f7b0-4584-9d1e-f3d1dd376a03/parts?f=pjson

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
{
  "parts": ["<part1>", "<part2>", "<part3>"]
}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
{
  "parts": [
    "Test.sd.1",
    "Test.sd.3",
    "Test.sd.5"
  ]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.