{ "opencollection": "1.0.0", "info": { "name": "ProcessMaker Platform RESTful Environment Variables Notifications API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Returns all notifications for the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://{organization}.processmaker.net/api/1.0/notifications", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by read/unread status" }, { "name": "filter", "value": "", "type": "query", "description": "Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.\n" }, { "name": "order_by", "value": "", "type": "query", "description": "Field to order results by" }, { "name": "order_direction", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Returns all notifications for the authenticated user" }, { "info": { "name": "Create a new notification", "type": "http" }, "http": { "method": "POST", "url": "https://{organization}.processmaker.net/api/1.0/notifications", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new notification" }, { "info": { "name": "Get a single notification", "type": "http" }, "http": { "method": "GET", "url": "https://{organization}.processmaker.net/api/1.0/notifications/:notification_id", "params": [ { "name": "notification_id", "value": "", "type": "path" } ] }, "docs": "Get a single notification" }, { "info": { "name": "Update a notification", "type": "http" }, "http": { "method": "PUT", "url": "https://{organization}.processmaker.net/api/1.0/notifications/:notification_id", "params": [ { "name": "notification_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a notification" }, { "info": { "name": "Delete a notification", "type": "http" }, "http": { "method": "DELETE", "url": "https://{organization}.processmaker.net/api/1.0/notifications/:notification_id", "params": [ { "name": "notification_id", "value": "", "type": "path" } ] }, "docs": "Delete a notification" } ] } ], "bundled": true }