Loading...
Overview

Tag

The 'Tag' resource represents a labeling system that is used for categorizing and organizing various entities within the digital customer platform. Tags can be assigned to accounts, devices, and users to facilitate better management and filtering of these entities. Each tag is associated with an account and can have a parent-child relationship with other tags, allowing for hierarchical structuring. Tags also support many-to-many polymorphic relations with devices and users, meaning a single tag can be related to multiple devices or users, and vice versa. Additionally, the 'Tag' resource contains attributes such as the tag's name, slug, color, and description that can be used for display purposes on the platform.

Attributes

These are all attributes that can be read and updated through the API

Name Description Permissions

Get Tag by ID

GEThttps://connect.autonoma.cloud/v1/resources/tag/[ID]

Returns a specific Tag by ID.


Relations

It is possible to get related objects from Tags.

GEThttps://connect.autonoma.cloud/v1/resources/tag/[ID]/[RELATION]

This table shows all available resources that can be queried

Relation Objecttype Relationtype
account Account 1:1 Show details
devices Asset many:many Show details
users User many:many Show details
tag Tag 1:1
tags Tag 1:many

Update Tag

POSThttps://connect.autonoma.cloud/v1/resources/tag/[ID]

Update fields of Tag by ID. The fields must be sent as x-www-form-urlencoded parameter.


Create Tag

PUThttps://connect.autonoma.cloud/v1/resources/tag

Create a new Tag.


Delete Tag

DELETEhttps://connect.autonoma.cloud/v1/resources/tag/[ID]

Delete the resource Tag by ID.

Top Top