You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-10-08 22:51:57 +02:00
34 lines
478 B
Markdown
34 lines
478 B
Markdown
![]() |
---
|
||
|
sidebar_position: 9
|
||
|
---
|
||
|
|
||
|
# Get comment structure
|
||
|
Get comment fields structure
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<br/>
|
||
|
|
||
|
|
||
|
*Function GetCommentStructure(Val Clear = False) Export*
|
||
|
|
||
|
| Parameter | CLI option | Type | Destination |
|
||
|
|-|-|-|-|
|
||
|
| Clear | --empty | Boolean | True > structure with empty valuse, False > field descriptions at values |
|
||
|
|
||
|
|
||
|
Returns: Structure of Key-Value - Fields structure
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
```sh title="CLI command example"
|
||
|
|
||
|
oint bitrix24 GetCommentStructure --empty %empty%
|
||
|
|
||
|
```
|
||
|
|
||
|
|