{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed Comment API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "Comment", "type": "folder" }, "items": [ { "info": { "name": "List all comments", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/marketplace/v1/products/:applicationId/reviews/:reviewId/comments", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application id" }, { "name": "reviewId", "value": "", "type": "path", "description": "Review id" } ] }, "docs": "This call lists all review comments on your marketplace." }, { "info": { "name": "Create a comment", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/marketplace/v1/products/:applicationId/reviews/:reviewId/comments", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application id" }, { "name": "reviewId", "value": "", "type": "path", "description": "Review id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This call creates a new review comment on your marketplace." }, { "info": { "name": "Retrieve a comment", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/marketplace/v1/products/:applicationId/reviews/:reviewId/comments/:commentId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application id" }, { "name": "commentId", "value": "", "type": "path", "description": "Comment id" }, { "name": "reviewId", "value": "", "type": "path", "description": "Review id" } ] }, "docs": "This call returns all the comment details from a specific product." }, { "info": { "name": "Update a comment", "type": "http" }, "http": { "method": "PUT", "url": "https://marketplace.appdirect.com/api/marketplace/v1/products/:applicationId/reviews/:reviewId/comments/:commentId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application id" }, { "name": "commentId", "value": "", "type": "path", "description": "Comment id" }, { "name": "reviewId", "value": "", "type": "path", "description": "Review id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This call updates a product comment on your marketplace." }, { "info": { "name": "Delete a comment", "type": "http" }, "http": { "method": "DELETE", "url": "https://marketplace.appdirect.com/api/marketplace/v1/products/:applicationId/reviews/:reviewId/comments/:commentId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application id" }, { "name": "commentId", "value": "", "type": "path", "description": "Comment id" }, { "name": "reviewId", "value": "", "type": "path", "description": "Review id" } ] }, "docs": "This call deletes a review comment from your marketplace." } ] } ], "bundled": true }