RESTful API for getting discussions on documents

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2014 10:22 PM
Hi All,
In a Forum Space, I can use the following web script to get posts on a topic: <blockquote>http://alfresco:8080/alfresco/service/api/forum/node/{store_type}/{store_id}/{id}/posts"</blockquote>
However when I use this web script and pass the {store_id}/{id} of a document that has a discussion, the web script replies that there are no posts, even if the document has many posts.
How can I get the posts on documents and on spaces that aren't type "Forum"?
Kind regards,
Manuel.-
In a Forum Space, I can use the following web script to get posts on a topic: <blockquote>http://alfresco:8080/alfresco/service/api/forum/node/{store_type}/{store_id}/{id}/posts"</blockquote>
However when I use this web script and pass the {store_id}/{id} of a document that has a discussion, the web script replies that there are no posts, even if the document has many posts.
How can I get the posts on documents and on spaces that aren't type "Forum"?
Kind regards,
Manuel.-
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2014 06:35 AM
A document 's discusion is saved as child associations to the document node.
As far as I know there is no existing web scripts that handle multiple parent-childern relationship except the implied one.CMIS dose not support it either.
So I guess you can't get the posts on documents and on spaces that aren't type "Forum" except you develop your custom web script
As far as I know there is no existing web scripts that handle multiple parent-childern relationship except the implied one.CMIS dose not support it either.
So I guess you can't get the posts on documents and on spaces that aren't type "Forum" except you develop your custom web script

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2014 11:05 AM
Thank you for your comment. Can you recommend anyone we can hire to develop a webscript to read posts, write posts, delete posts on document discussions?
