Revision
Get current information about current API revision (platform version) – im.revision.get
: 18
Attention: restCommand function is used here for illustration purposes only. It is taken from the EchoBot example. You can send a REST command with your own function, or use the BX24.callMethod or bitrix24-php-sdk methods.
Parameters
Parameter
Example
Required
Description
Revision
USER_ID
123
Yes
Notification ID
18
TAG
TEST
Yes*
Notification tag, unique within the system.
18
SUB_TAG
SUB|TEST
Yes*
Additional tag, without duplicate check
18
* You need to indicate one of three required parameters for selection: ID (notification ID), TAG (notification tag) or SUB_TAG (additional tag).