Hi,
Is there a way to retrieve comments through content server rest api? I've tried with "http://myhost:myport/otcs/livelink.exe/api/v1/nodes/313000/" to obtain details but I can't get comments, only name, wich is the subject of the topic:
- "data": {
- "create_date": "2015-06-23T19:52:04",
- "create_user_id": 1000,
- "description": "",
- "description_multilingual": {
- "en": ""
- },
- "guid": null,
- "icon": "\/img\/discussion\/16topic.gif",
- "icon_large": "\/img\/discussion\/16topic_large.gif",
- "id": 313000,
- "modify_date": "2015-06-23T19:52:04",
- "modify_user_id": 1000,
- "name": "Test subject",
- "name_multilingual": {
- "en": "Test subject"
- },
- "owner_group_id": 1001,
- "owner_user_id": 1000,
- "parent_id": -236683,
- "reserved": false,
- "reserved_date": null,
- "reserved_user_id": 0,
- "type": 130,
- "type_name": "Topic",
- "versions_control_advanced": false,
- "volume_id": 236683
- },
Thank you.
Regards,