Lotus 连接 API 问题

发布于 2024-09-15 09:54:40 字数 154 浏览 2 评论 0原文

我正在研究 Lotus Connection。我想使用 Lotus Connections API 获取配置文件的 AboutMe 部分和背景部分中的值。

是否可以这样做呢。我已经浏览了维基和其他帮助,但可以 没有找到任何解决方案,

如果有人找到解决方案请帮忙

I am working on Lotus Connection. I wanted to fetch the values in AboutMe section and Background section of profiles using the Lotus Connections API.

Is it possible to do so. I had gone through the wiki and other help , but could
not find any solution

Please help if any one got a solution

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

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

发布评论

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

评论(2

╰ゝ天使的微笑 2024-09-22 09:54:40

得到了这个问题的解决方案。没有专门设计的api
更新 Lotus Connection 中的 aboutMe 和背景信息。
必须以编程方式更新它的人必须连接到 Lotus Connection
后端(数据库)并编写更新查询来更新 prof_description (AboutMe)
PeopleDB 模式中员工表的 prof_experience(Background) 和 prof_experience(Background) 字段

Got the solution for this. There is no api specifically designed for
updating the aboutMe and Background Information in Lotus Connection.
One who had to update it programmatically has to connect to Lotus Connection
backend(Database) and write an update query to update the prof_description (AboutMe)
and prof_experience(Background) fields of employee table in PeopleDB schema

你爱我像她 2024-09-22 09:54:40

有一个用于更新这些字段的 api,我不知道您使用的是哪个版本的 Connections,但我链接到 3.0 public API

您要更新的字段是“关于”我”部分的字段“描述”,对于“背景”,您需要“经验”字段。

There is an api for updating those fields, I don't know what version of Connections you are using but I linked to the 3.0 public API

What fields you are looking to update are for the "About Me" section the field "description" and for the "Background" you want "experience" field.

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