Skip To Content
ArcGIS Developer
Dashboard

Configure (Uploads)

Description

This resource returns the data store ID and upload path for uploaded items.

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 for the config resource:

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

JSON Response example


{
  "dataStoreId": "65e56a57-6f54-4b80-b7b4-57dbf611feb5",
  "uploadPath": "uploads"
}