Lotus 连接 API 问题
我正在研究 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
得到了这个问题的解决方案。没有专门设计的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
有一个用于更新这些字段的 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.