{ "opencollection": "1.0.0", "info": { "name": "The Mighty Networks Admin AbuseReports Answers API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Answers", "type": "folder" }, "items": [ { "info": { "name": "Return all responses for a member to a custom field", "type": "http" }, "http": { "method": "GET", "url": "https://api.mn.co/admin/v1/networks/:network_id/custom_fields/:custom_field_id/members/:member_id/answers", "params": [ { "name": "custom_field_id", "value": "", "type": "path", "description": "ID of the custom field" }, { "name": "member_id", "value": "", "type": "path", "description": "ID of the member" }, { "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": "Return all responses for a member to a custom field" }, { "info": { "name": "Create or update a member's response to a custom field", "type": "http" }, "http": { "method": "POST", "url": "https://api.mn.co/admin/v1/networks/:network_id/custom_fields/:custom_field_id/members/:member_id/answers", "params": [ { "name": "custom_field_id", "value": "", "type": "path", "description": "ID of the custom field" }, { "name": "member_id", "value": "", "type": "path", "description": "ID of the member" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or update a member's response to a custom field" }, { "info": { "name": "Delete a member's response to a custom field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mn.co/admin/v1/networks/:network_id/custom_fields/:custom_field_id/members/:member_id/answers", "params": [ { "name": "custom_field_id", "value": "", "type": "path", "description": "ID of the custom field" }, { "name": "member_id", "value": "", "type": "path", "description": "ID of the member" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ] }, "docs": "Delete a member's response to a custom field" }, { "info": { "name": "Return a single response by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.mn.co/admin/v1/networks/:network_id/custom_fields/:custom_field_id/members/:member_id/answers/:id/", "params": [ { "name": "custom_field_id", "value": "", "type": "path", "description": "ID of the custom field" }, { "name": "member_id", "value": "", "type": "path", "description": "ID of the member" }, { "name": "id", "value": "", "type": "path", "description": "ID of the response" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ] }, "docs": "Return a single response by ID" } ] } ], "bundled": true }