Client tag object

Client tags can be assigned to each client in Ruddr. This allows you to define custom client attributes. You can then filter reports using Client Tags.

Example

{
  "id": "8670e0fd-bd7a-457e-bec9-eff2b1c12b78",
  "name": "Tier 1 Client",
  "isActive": true,
  "createdAt": "2021-11-13T12:31:22.762Z"
 }

Attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the client tag.
isActivebooleanA flag to indicate if the client tag is active in the system.
createdAttimestampThe timestamp when the object was created.