{ "opencollection": "1.0.0", "info": { "name": "The Mighty Networks Admin AbuseReports Polls API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Polls", "type": "folder" }, "items": [ { "info": { "name": "Returns a paginated list of polls and questions in the network", "type": "http" }, "http": { "method": "GET", "url": "https://api.mn.co/admin/v1/networks/:network_id/polls", "params": [ { "name": "space_id", "value": "", "type": "query", "description": "Filter polls by space ID" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "per_page", "value": "", "type": "query", "description": "Items per page (max 100)" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ] }, "docs": "Returns a paginated list of polls and questions in the network" }, { "info": { "name": "Creates a new poll or question in the network", "type": "http" }, "http": { "method": "POST", "url": "https://api.mn.co/admin/v1/networks/:network_id/polls", "params": [ { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new poll or question in the network" }, { "info": { "name": "Returns details of a specific poll or question", "type": "http" }, "http": { "method": "GET", "url": "https://api.mn.co/admin/v1/networks/:network_id/polls/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the poll or question" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ] }, "docs": "Returns details of a specific poll or question" }, { "info": { "name": "Updates a poll or question", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mn.co/admin/v1/networks/:network_id/polls/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the poll or question" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a poll or question" }, { "info": { "name": "Updates a poll or question", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.mn.co/admin/v1/networks/:network_id/polls/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the poll or question" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a poll or question" }, { "info": { "name": "Deletes a poll or question", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mn.co/admin/v1/networks/:network_id/polls/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the poll or question" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ] }, "docs": "Deletes a poll or question" } ] } ], "bundled": true }