- URL:
- https://<root>/uploads/config
- Methods:
GET
- Required Capability:
- Access allowed only with the Publisher role
- Version Introduced:
- 10.9
Description
The config
resource returns the data store ID and upload path for uploaded items.
Request parameters
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
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"
}