UserTag

User Tag object.

Standard object fields

  • id: ID
    Unique tag identifier.

  • app: ID
    Your site identifier in Dashly.

  • name: str
    Tag name. JSON-encoded in order to make name safe.
    For example, tag_name = JSON.stringify('my-tag-100500').

  • removed: Optional[timestamp]
    Tag removal date, if it has been removed. If not, returns null.

Example

{
  "id": 15131846,
  "app": 123,
  "name": "\"Название тега\"",
  "removed": null
}