System parameters handling WS
name | type | description |
---|---|---|
fieldId | query |
media type | data type | description |
---|---|---|
application/json | object (JSON) |
GET /api/admin/parameters/externalpass
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
...
media type | data type |
---|---|
application/json | HdcParameterTO (JSON) |
media type | data type | description |
---|---|---|
application/json | HdcSuccessTO (JSON) |
PUT /api/admin/parameters/externalpass
Content-Type: application/json
Accept: application/json
{
"userParam" : true,
"fieldType" : "...",
"fieldId" : "...",
"nullable" : true,
"clientParam" : true,
"fieldValue" : "...",
"parameterSection" : "SightSeer"
}
HTTP/1.1 204 No Content
Content-Type: application/json
{ }
Get list of system parameters
media type | data type | description |
---|---|---|
application/json | ParametersSections (JSON) | 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 /api/admin/parameters/json
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
media type | data type | description |
---|---|---|
application/json | HdcMapTOOfStringAndString (JSON) |
GET /api/admin/parameters/areareport/json
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
media type | data type |
---|---|
application/json | string (JSON) |
media type | data type | description |
---|---|---|
application/json | HdcSuccessTO (JSON) |
PUT /api/admin/parameters/areareport/json
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 204 No Content
Content-Type: application/json
{ }
media type | data type | description |
---|---|---|
application/json | HdcMapTOOfStringAndString (JSON) |
GET /api/admin/parameters/arrows/json
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
media type | data type |
---|---|
application/json | string (JSON) |
media type | data type | description |
---|---|---|
application/json | HdcSuccessTO (JSON) |
PUT /api/admin/parameters/arrows/json
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 204 No Content
Content-Type: application/json
{ }
media type | data type | description |
---|---|---|
application/json | HdcMapTOOfStringAndString (JSON) |
GET /api/admin/parameters/general/json
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
media type | data type |
---|---|
application/json | string (JSON) |
media type | data type | description |
---|---|---|
application/json | HdcSuccessTO (JSON) |
PUT /api/admin/parameters/general/json
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 204 No Content
Content-Type: application/json
{ }
media type | data type | description |
---|---|---|
application/json | HdcMapTOOfStringAndString (JSON) |
GET /api/admin/parameters/hopa/json
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
media type | data type |
---|---|
application/json | string (JSON) |
media type | data type | description |
---|---|---|
application/json | HdcSuccessTO (JSON) |
PUT /api/admin/parameters/hopa/json
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 204 No Content
Content-Type: application/json
{ }
media type | data type | description |
---|---|---|
application/json | HdcMapTOOfStringAndString (JSON) |
GET /api/admin/parameters/labels/json
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
media type | data type |
---|---|
application/json | string (JSON) |
media type | data type | description |
---|---|---|
application/json | HdcSuccessTO (JSON) |
PUT /api/admin/parameters/labels/json
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 204 No Content
Content-Type: application/json
{ }
media type | data type | description |
---|---|---|
application/json | HdcMapTOOfStringAndString (JSON) |
GET /api/admin/parameters/print/json
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
media type | data type |
---|---|
application/json | string (JSON) |
media type | data type | description |
---|---|---|
application/json | HdcSuccessTO (JSON) |
PUT /api/admin/parameters/print/json
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 204 No Content
Content-Type: application/json
{ }
media type | data type | description |
---|---|---|
application/json | HdcMapTOOfStringAndString (JSON) |
GET /api/admin/parameters/quickprint/json
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
media type | data type |
---|---|
application/json | string (JSON) |
media type | data type | description |
---|---|---|
application/json | HdcSuccessTO (JSON) |
PUT /api/admin/parameters/quickprint/json
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 204 No Content
Content-Type: application/json
{ }
media type | data type | description |
---|---|---|
application/json | HdcMapTOOfStringAndString (JSON) |
GET /api/admin/parameters/versioning/json
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
media type | data type |
---|---|
application/json | string (JSON) |
media type | data type | description |
---|---|---|
application/json | HdcSuccessTO (JSON) |
PUT /api/admin/parameters/versioning/json
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 204 No Content
Content-Type: application/json
{ }
Get list of system parameters
name | type | description |
---|---|---|
sectionName | path |
media type | data type | description |
---|---|---|
application/json | HdcMapTOOfStringAndString (JSON) | 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"}}
|
GET /api/admin/parameters/{sectionName}/json
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
Update value of system parameters. Please note that this WS couldn'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"}
name | type | description |
---|---|---|
sectionName | path |
media type | data type |
---|---|
application/json | string (JSON) |
media type | data type | description |
---|---|---|
application/json | HdcSuccessTO (JSON) | JSON Response with information, whether the saving has or has not been succeeded. |
PUT /api/admin/parameters/{sectionName}/json
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 204 No Content
Content-Type: application/json
{ }