Seitenverzeichnis:
Inhalt |
---|
maxLevel | 2 |
---|
indent | 10px |
---|
style | square |
---|
|
...
bsm.viewprofile.read
Beschreibung
Gibt das View-Profil zurück anhand der angegebenen viewprofile_id.
Beispielaufruf
Codeblock |
---|
|
{
"method": "bsm.viewprofile.read",
"params": {
"apikey": "24174j3tqj",
"viewprofile_id": 19
},
"id": 1,
"version": "2.0"
} |
Parameter
Parameter | Typ | Version |
---|
viewprofile_id | int | ab Version 1.0 |
Rückgabewert
View-Profil-Objekt.
Wert | Typ | Version |
---|
viewprofile_id | int | ab Version 1.0 |
title | string | ab Version 1.0 |
tooltipEnabled | boolean | ab Version 1.0 |
layer_visibility | boolean | ab Version 1.0 |
status_color_visibility | boolean | ab Version 1.0 |
objectTypeConfiguration | Object | ab Version 1.0 |
...
bsm.viewprofile.create
Beschreibung
Erstellt ein View-Profil.
Beispielaufruf
Codeblock |
---|
|
{
"method": "bsm.viewprofile.create",
"params": {
"apikey": "24174j3tqj",
"title": "myTitle",
"tooltipEnabled": 1,
"layer_visibility": 1,
"status_color_visibility": 1
},
"id": 1,
"version": "2.0"
} |
Parameter
Parameter | Typ | Version |
---|
title | string | ab Version 1.0 |
tooltipEnabled | boolean | ab Version 1.0 |
layer_visibility | boolean | ab Version 1.0 |
status_color_visibility | boolean | ab Version 1.0 |
Rückgabewert
Wert | Typ | Version |
---|
current_date | string | ab Version 1.0 |
id | int | ab Version 1.0 |
message | string | ab Version 1.0 |