1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-02 03:38:55 +02:00
OpenIntegrations/docs/en/md/Bitrix24/Comments-and-results-managment/Get-comment-structure.md

34 lines
480 B
Markdown
Raw Normal View History

---
sidebar_position: 9
---
# Get comment structure
Get comment fields structure
2024-07-10 12:58:29 +02:00
`Function GetCommentStructure(Val Clear = False) Export`
| Parameter | CLI option | Type | Destination |
|-|-|-|-|
| Clear | --empty | Boolean | True > structure with empty valuse, False > field descriptions at values |
2024-07-15 21:16:10 +02:00
Returns: Structure of KeyAndValue - Fields structure
2024-07-10 13:05:58 +02:00
<br/>
2024-07-10 12:58:29 +02:00
```sh title="CLI command example"
oint bitrix24 GetCommentStructure --empty %empty%
```