Pagination<Tag> |
TagUserApi.getTags(Long offset,
Long limit,
TenantContext context) |
List<Tag> |
TagUserApi.getTagsForAccount(UUID accountId,
boolean includedDeleted,
TenantContext context) |
List<Tag> |
TagUserApi.getTagsForAccountType(UUID accountId,
ObjectType objectType,
boolean includedDeleted,
TenantContext context) |
List<Tag> |
TagUserApi.getTagsForObject(UUID objectId,
ObjectType objectType,
boolean includedDeleted,
TenantContext context) |
Pagination<Tag> |
TagUserApi.searchTags(String searchKey,
Long offset,
Long limit,
TenantContext context)
Find all tags having their object type, associated tag definition name or description matching the search key
|