- Home
- Resources
- Parameters admin API
System parameters handling WS
PUT /admin/parameters/externalpass
Request Body
media type |
data type |
application/json |
object
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/parameters/json
Get list of system parameters
Response Body
media type |
data type |
description |
application/json |
object
|
JSON with list of system parameters.
Example of response:
{"list":{"General":{"list":{"DocumentUnits":"7","HideEmptyFields":"true","ShowObjectPropertiesOnHover":"true","RasterUnits":"7","Language":"1","VersionId":"20","DrawingAutoSave":"true","VectorUnits":"7","MapUnits":"7","DrawingAutoSaveDelay":"10"}}}}
|
GET /admin/parameters/areareport/json
Response Body
media type |
data type |
description |
application/json |
object
|
|
PUT /admin/parameters/areareport/json
Request Body
media type |
data type |
application/json |
string
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/parameters/arrows/json
Response Body
media type |
data type |
description |
application/json |
object
|
|
PUT /admin/parameters/arrows/json
Request Body
media type |
data type |
application/json |
string
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/parameters/general/json
Response Body
media type |
data type |
description |
application/json |
object
|
|
PUT /admin/parameters/general/json
Request Body
media type |
data type |
application/json |
string
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/parameters/hopa/json
Response Body
media type |
data type |
description |
application/json |
object
|
|
PUT /admin/parameters/hopa/json
Request Body
media type |
data type |
application/json |
string
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/parameters/labels/json
Response Body
media type |
data type |
description |
application/json |
object
|
|
PUT /admin/parameters/labels/json
Request Body
media type |
data type |
application/json |
string
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/parameters/print/json
Response Body
media type |
data type |
description |
application/json |
object
|
|
PUT /admin/parameters/print/json
Request Body
media type |
data type |
application/json |
string
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/parameters/quickprint/json
Response Body
media type |
data type |
description |
application/json |
object
|
|
PUT /admin/parameters/quickprint/json
Request Body
media type |
data type |
application/json |
string
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/parameters/versioning/json
Response Body
media type |
data type |
description |
application/json |
object
|
|
PUT /admin/parameters/versioning/json
Request Body
media type |
data type |
application/json |
string
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/parameters/{sectionName}/json
Get list of system parameters
Request Parameters
name |
type |
description |
default |
constraints |
sectionName |
path |
|
|
|
Response Body
media type |
data type |
description |
application/json |
object
|
JSON with list of system parameters.
Example of response:
{"list":{"DocumentUnits":"7","HideEmptyFields":"true","ShowObjectPropertiesOnHover":"true","RasterUnits":"7","Language":"1","VersionId":"20","DrawingAutoSave":"true","VectorUnits":"7","MapUnits":"7","DrawingAutoSaveDelay":"10"}}
|
PUT /admin/parameters/{sectionName}/json
Update value of system parameters. Please note that this WS couln't be used
for setting versionId parameter, it will be omitted. To change versionId
please use av rest.
Example of request:
{"DocumentUnits":"5","HideEmptyFields":"true","RasterUnits":"3","dataDirectoryFileLimit":"12"}
Request Parameters
name |
type |
description |
default |
constraints |
sectionName |
path |
|
|
|
Request Body
media type |
data type |
application/json |
string
|
Response Body
media type |
data type |
description |
application/json |
object
|
JSON Response with information, whether the saving has or has not
been succeeded. |