Uploads

URL:
https://<root>/uploads
Methods:
GET
Required Capability:
Access allowed only with the Publisher role
Version Introduced:
10.9

Description

The uploads resource returns a list of items that have been uploaded to the deployment.

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 used to access the uploads resource:

Use dark colors for code blocksCopy
1
https://organization.domain.com/context/admin/uploads?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "uploadItems": [
    {
      "date": 1617830603223,
      "itemID": "ab7ccee5-8c98-41d1-82f8-cc22cae6292c",
      "itemName": "FireWeatherWatch.kmz",
      "committed": true,
      "description": "",
      "contentType": "application/octet-stream"
    },
    {
      "date": 1617830603223,
      "itemID": "2613a8e2-25de-4df4-a67d-e21f02a96d2b",
      "itemName": "MarchAcrossIraq.csv",
      "committed": true,
      "description": "",
      "contentType": "application/octet-stream"
    },
    {
        "date": 1617830603223,
        "itemID": "e20ecd25-48b8-4797-8d48-993111d6493c",
        "itemName": "Attachment17.sd",
        "committed": true,
        "contentType": "application/octet-stream"
    },
    {
        "date": 1617830766412,
        "itemID": "4b02efc9-725d-4cb7-ae09-15a60f240e7a",
        "itemName": "Attachment18.sd",
        "committed": true,
        "contentType": "application/octet-stream"
    },
    {
        "date": 1617830917622,
        "itemID": "75b393a1-665a-4dac-bf22-cc9c99cc5b59",
        "itemName": "DatumTransformation3.sd",
        "committed": true,
        "contentType": "application/octet-stream"
    }
  ]
}

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