log.blogpost.getusers.important
Passes an array of user IDs, who have read an Important Message in the account.
Function parameters
Parameter | Description |
---|---|
POST_ID | ID of blogpost that is the Important Message. |
Example
BX24.callMethod( 'log.blogpost.getusers.important', { POST_ID: 345 }, function(result) { console.log(result.data()); } );
Request:
https://my.bitrix24.com/rest/log.blogpost.getusers.important.json?POST_ID=345&auth=xxxxxxx
Response:
{"result":["1","2","3"]}
© «Bitrix24», 2001-2024