{ "opencollection": "1.0.0", "info": { "name": "Feedback (Surveys)", "version": "2021.04.01" }, "items": [ { "info": { "name": "Feedback", "type": "folder" }, "items": [ { "info": { "name": "List all feedback surveys.", "type": "http" }, "http": { "method": "GET", "url": "https://api.podium.com/v4/feedback", "params": [ { "name": "createdAt", "value": "", "type": "query", "description": "Filter on the `createdAt` date." }, { "name": "limit", "value": "", "type": "query", "description": "Max number of items to return per request. Defaults to `10`." }, { "name": "cursor", "value": "", "type": "query", "description": "Retrieves the page of items that comes after the `cursor`." } ] }, "docs": "List of all the feedback surveys that the caller has access to. The surveys are sorted by `createdAt` date, with the most recent appearing first.\n\nIf the `cursor` parameter is used then all other parameters will be ignored. This is to avoid confusion if passing both a `cursor` and other parameters which would change what data is being returned.\n\nRequired scope: `read_feedback`." }, { "info": { "name": "Create a feedback survey.", "type": "http" }, "http": { "method": "POST", "url": "https://api.podium.com/v4/feedback", "body": { "type": "json", "data": "{}" } }, "docs": "Create a feedback survey. The survey is created asynchronously, so only the UID is returned.\n\nRequired scope: `write_feedback`." } ] } ], "bundled": true }