Hello,
Is it possible to retrieve documents / folders from Livelink Communities using web services?
I've tried using ListNodes, however nothing comes back.
Any help would be appreciated.
Thanks.
Hi There,
Every community have a container node name Library with subtype 3030329. This node is a child of the Associated Volume tied to the community (the negative version of the DataID of the community). All other object should be created from that point and should behave like any other object within CS.
I have never tried to access communities with CWS, only with LAPI. I hope this get you started.
Regards,
Louis
Thanks Louis!
Yep, when I use the negative object Id, I'm able to find the Library node.
Thanks again for your help!