{ "opencollection": "1.0.0", "info": { "name": "Formbricks Action Classes Responses API", "version": "2.0" }, "items": [ { "info": { "name": "Responses", "type": "folder" }, "items": [ { "info": { "name": "List responses", "type": "http" }, "http": { "method": "GET", "url": "https://app.formbricks.com/api/v2/management/responses", "params": [ { "name": "surveyId", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "skip", "value": "", "type": "query", "description": "Number of items to skip for pagination." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns responses, optionally filtered by surveyId." }, { "info": { "name": "Create a response", "type": "http" }, "http": { "method": "POST", "url": "https://app.formbricks.com/api/v2/management/responses", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Create a response" }, { "info": { "name": "Get a response", "type": "http" }, "http": { "method": "GET", "url": "https://app.formbricks.com/api/v2/management/responses/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get a response" }, { "info": { "name": "Update a response", "type": "http" }, "http": { "method": "PUT", "url": "https://app.formbricks.com/api/v2/management/responses/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Update a response" }, { "info": { "name": "Delete a response", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.formbricks.com/api/v2/management/responses/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Delete a response" } ] } ], "bundled": true }