Get comment structure
Get comment fields structure
Function GetCommentStructure(Val Clear = False) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values |
Returns: Structure of KeyAndValue - Fields structure
1C:Enterprise/OneScript code example
Result = OPI_Bitrix24.GetCommentStructure();
- Bash
- CMD/Bat
oint bitrix24 GetCommentStructure \
--empty false
oint bitrix24 GetCommentStructure ^
--empty false
Result
{
"AUTHOR_ID": "<comment author identifier>",
"AUTHOR_NAME": "<Users name (optional)>",
"AUTHOR_EMAIL": "<Users email (optional)>",
"USE_SMILES": "<(Y|N) - parse comments for emoticons or not>",
"POST_MESSAGE": "<Message text>",
"UF_FORUM_MESSAGE_DOC": "<Array of files from disk to attach>"
}