TagsΒΆ
It allows to retrieve the list of tags defined in the platform. Tags can be assigned to Entities and to Providers. The way to create a new tag is using the endpoints to assign it to an Entity or Provider.
When creating new tags, it must be provided the Id
of the type of tag. These are the available tag types:
Id | Name | Description |
---|---|---|
1 | Autogen | A system tag automatically created such as sensitive data |
2 | UserProvided | A user added tag for a given Provider |
It should always be used UserProvided
type of tags.