如何在 civicrm 中检索标签详细信息?

发布于 2024-10-13 09:26:47 字数 68 浏览 2 评论 0原文

哪个类用于使用标签 id 检索标签详细信息? 任何人都知道解决方案请帮助我。我必须根据必须创建一项活动来检查标记元素名称?

Which class is used for retrieving tag details using tag id?
Any body knows the solution please help me. I have to check the tagged element name on the basis of that I have to create one activity?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

野味少女 2024-10-20 09:26:47

请检查:

api/v2/Tag.php

解决这些问题的更好地方是civicrm 论坛

Pleae check:

api/v2/Tag.php

A better place for these questions are on the civicrm forums.

阳光的暖冬 2024-10-20 09:26:47

既然提出了这个问题,就发布了一个改进的版本,

$result = civicrm_api3 ("Tag","get", array ("id"=> $yourid, "sequential"=>1));

应该可以满足您的需求。

Since the question was asked, an improved version was released

$result = civicrm_api3 ("Tag","get", array ("id"=> $yourid, "sequential"=>1));

shoud get you what you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文