Api session event editor panel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
|- | |- | ||
| [[Api session event editor panel append attribute|append_attribute]] | | [[Api session event editor panel append attribute|append_attribute]] | ||
| Appended to existing [[Panel]] [[Attribute]] value | | Appended to existing [[Panel]] numeric [[Attribute]] value | ||
|- | |- | ||
| [[Api session event editor panel duplicate|duplicate]] | | [[Api session event editor panel duplicate|duplicate]] | ||
| Line 19: | Line 19: | ||
|- | |- | ||
| [[Api session event editor panel remove attribute|remove_attribute]] | | [[Api session event editor panel remove attribute|remove_attribute]] | ||
| Remove [[Attribute]] from [[Panel]] | | Remove numeric [[Attribute]] from [[Panel]] | ||
|- | |- | ||
| [[Api session event editor panel set attribute|set_attribute]] | | [[Api session event editor panel set attribute|set_attribute]] | ||
| Set [[Panel]] [[Attribute]] value | | Set [[Panel]] numeric [[Attribute]] value | ||
|- | |- | ||
| [[Api session event editor panel set attributes|set_attributes]] | | [[Api session event editor panel set attributes|set_attributes]] | ||
| Set multiple [[Panel]] [[Attribute]] values | | Set multiple [[Panel]] numeric [[Attribute]] values | ||
|- | |- | ||
| [[Api session event editor panel set name|set_name]] | | [[Api session event editor panel set name|set_name]] | ||
Revision as of 12:23, 17 June 2026
API Endpoint: api/session/event/editorpanel/
API endpoints for Panel editing.
| Name | Description |
|---|---|
| add | Add new Panel |
| append_attribute | Appended to existing Panel numeric Attribute value |
| duplicate | Duplicate existing Panel |
| remove | Remove existing Panel |
| remove_attribute | Remove numeric Attribute from Panel |
| set_attribute | Set Panel numeric Attribute value |
| set_attributes | Set multiple Panel numeric Attribute values |
| set_name | Set new name of existing Panel |
Additional API endpoints: