Get the API/service configuration settings

get/commons/settings
Internal-Use Only

Returns the possible configuration settings that this API/service shares.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "links": [
4 {
5 "method": "GET",
6 "rel": "self",
7 "href": "/files/commons/settings",
8 "uri": "/files//commons/settings",
9 "responseType": "application/vnd.sas.attributes"
10 }
11 ],
12 "attributes": {
13 "blockedTypes": [
14 "application/x-msdownload"
15 ],
16 "maxFileSizeMB": 100,
17 "allowedFileNameCharactersRegex": "If file name contains bad characters then files service will return bad request."
18 }
19}

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema