Any item of SkyVault content can be tagged. API methods exist to return a list of tags currently being used in a
network.
Tag object
Property | Type | JSON Type | Description |
---|---|---|---|
id | string | string | The unique id of the tag |
tag | string | string | The value of the tag |
Example of a tag object
{ "id" : "ed2444b5-d0c1-440b-b5b8-34a53e578091", "tag" : "test tag 1" }