API Methods
Methods that need authorization
| API Method | Description |
|---|---|
| edocr.getDocUserRating | Get the star rating given to a document by the calling user |
| edocr.addDocRating | Rate a document |
| edocr.addTag | Add a community tag to a document |
| edocr.removeTag | Remove a tag from a document |
| edocr.postComment | Post comments to a document |
| edocr.deleteComment | Delete a comment from a document |
| edocr.listGroupsOfUser | Get the list of groups joined by the calling user |
| edocr.addDocToGroup | Add a document to a group |
| edocr.deleteDocFromGroup | Delete a document from a group |
| edocr.deleteDocument | Delete a document; Only the publisher can delete his/her documents |
Methods that do not need authorization
| API Method | Description |
|---|---|
| edocr.getDocAverageRating | Get the average rating of a document |
| edocr.getDocURL | Get the URL of a document |
| edocr.getDocFlashEmbedURL | Get the HTML code to embed the Flashpaper of a document |
| edocr.getDocThumbnailEmbedURL | Get the HTML code to embed the thumbnail of a document |
| edocr.listDocByGroup | Get a list of all documents in a group given its group-id (gid) |
| edocr.listDocByUser | Get a list of documents of a user |
| edocr.listDocByTag | Get a list of documents associated with a tagged keyword |
| edocr.searchKeyword | List documents associated with a keyword |
| edocr.getComments | List the comments associated with a document |
| edocr.OpenSearch | Returns OpenSearch RSS Feed for text searches |
| edocr.getCategories | Returns all the categories in edocr in a tree structure |