{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed Question API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "Question", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a question", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/marketplace/v1/products/:applicationId/questions/:questionId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application id" }, { "name": "questionId", "value": "", "type": "path", "description": "Question id" } ] }, "docs": "This call returns all question details for a specific product." }, { "info": { "name": "Update a question", "type": "http" }, "http": { "method": "PUT", "url": "https://marketplace.appdirect.com/api/marketplace/v1/products/:applicationId/questions/:questionId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application id" }, { "name": "questionId", "value": "", "type": "path", "description": "Question id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This call allows you to update a product question on your marketplace." }, { "info": { "name": "Delete a question", "type": "http" }, "http": { "method": "DELETE", "url": "https://marketplace.appdirect.com/api/marketplace/v1/products/:applicationId/questions/:questionId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application id" }, { "name": "questionId", "value": "", "type": "path", "description": "Question id" } ] }, "docs": "This call deletes a product question from your marketplace." }, { "info": { "name": "List all questions", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/marketplace/v1/products/:applicationId/questions", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application id" } ] }, "docs": "This call lists all questions listed on your marketplace." } ] } ], "bundled": true }