{ "opencollection": "1.0.0", "info": { "name": "UChile Research Data Repository (Dataverse API) Access Notifications API", "version": "1.0.0" }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "getAllNotificationsForUser", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/notifications/all" } }, { "info": { "name": "getMutedEmailsForUser", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/notifications/mutedEmails" } }, { "info": { "name": "muteEmailsForUser", "type": "http" }, "http": { "method": "PUT", "url": "https://datos.uchile.cl/api/v1/notifications/mutedEmails/:typeName", "params": [ { "name": "typeName", "value": "", "type": "path" } ] } }, { "info": { "name": "unmuteEmailsForUser", "type": "http" }, "http": { "method": "DELETE", "url": "https://datos.uchile.cl/api/v1/notifications/mutedEmails/:typeName", "params": [ { "name": "typeName", "value": "", "type": "path" } ] } }, { "info": { "name": "getMutedNotificationsForUser", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/notifications/mutedNotifications" } }, { "info": { "name": "muteNotificationsForUser", "type": "http" }, "http": { "method": "PUT", "url": "https://datos.uchile.cl/api/v1/notifications/mutedNotifications/:typeName", "params": [ { "name": "typeName", "value": "", "type": "path" } ] } }, { "info": { "name": "unmuteNotificationsForUser", "type": "http" }, "http": { "method": "DELETE", "url": "https://datos.uchile.cl/api/v1/notifications/mutedNotifications/:typeName", "params": [ { "name": "typeName", "value": "", "type": "path" } ] } }, { "info": { "name": "deleteNotificationForUser", "type": "http" }, "http": { "method": "DELETE", "url": "https://datos.uchile.cl/api/v1/notifications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }