POST api/data/addmessagetag?id={id}&tag={tag}
Adds tag to message having RefId property equal to parameter id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
RefId property of message to be tagged. |
globally unique identifier |
Required |
tag |
Value of tag to be added. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
If tag is previously set, returns its date and time in UTC.
dateResponse Formats
application/json, text/json
Sample:
"2025-04-03T22:45:21.585625+02:00"