1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-10-08 22:51:57 +02:00
Files
OpenIntegrations/docs/en/md/Bitrix24/Comments-and-results-managment/Get-comment-structure.md

36 lines
485 B
Markdown
Raw Normal View History

---
sidebar_position: 9
---
# Get comment structure
Get comment fields structure
<br/>
2024-07-10 13:58:29 +03: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 |
Returns: Structure of Key-Value - Fields structure
2024-07-10 14:05:58 +03:00
<br/>
2024-07-10 13:58:29 +03:00
```sh title="CLI command example"
oint bitrix24 GetCommentStructure --empty %empty%
```