...
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"}
...
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 |
...