You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
39 lines
586 B
Markdown
39 lines
586 B
Markdown
---
|
|
sidebar_position: 9
|
|
---
|
|
|
|
# Get comment structure
|
|
Get comment fields structure
|
|
|
|
|
|
|
|
`Function GetCommentStructure(Val Clear = False) Export`
|
|
|
|
| Parameter | CLI option | Type | Description |
|
|
|-|-|-|-|
|
|
| Clear | --empty | Boolean | True > structure with empty valuse, False > field descriptions at values |
|
|
|
|
|
|
Returns: Structure of KeyAndValue - Fields structure
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
```bsl title="Code example"
|
|
|
|
```
|
|
|
|
|
|
|
|
```sh title="CLI command example"
|
|
|
|
oint bitrix24 GetCommentStructure --empty %empty%
|
|
|
|
```
|
|
|
|
```json title="Result"
|
|
|
|
```
|