-
Notifications
You must be signed in to change notification settings - Fork 5
Get Tags
Mihir Lad edited this page Jul 7, 2020
·
1 revision
This message type is used to retrieve the tags. The payload of this message type is not used/needed. You will receive a message similar to this:
[
{
"bit_mask": 1,
"name": "work"
},
{
"bit_mask": 2,
"name": "web"
},
{
"bit_mask": 4,
"name": "media"
},
{
"bit_mask": 1,
"name": "files"
},
...
]