Project tag object

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

Example

{
  "id": "11e3993e-f3a4-4067-9304-925ced92b3f2",
  "name": "Monthly Retainer",
  "isActive": true,
  "createdAt": "2024-03-18T17:03:32.204Z"
}

Attributes

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