Skip To Content
ArcGIS Developer
Dashboard

Uploads

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:

https://organization.domain.com/context/admin/uploads?f=pjson

JSON Response example


{
  "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"
    }
  ]
}