{ "opencollection": "1.0.0", "info": { "name": "Picker Production Documentation accounting notification API", "version": "V1.0.0" }, "items": [ { "info": { "name": "notification", "type": "folder" }, "items": [ { "info": { "name": "Get All Notification Of Admin", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/notification/getAllNotification", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ], "params": [ { "name": "isAdminNotification", "value": "", "type": "query", "description": "Required only if markAllAsRead is true" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "Get All Notification Of Admin" }, { "info": { "name": "Clear Admin Notification", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/notification/clearNotification", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ] }, "docs": "Clear Admin Notification" }, { "info": { "name": "Read Admin Notification", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/notification/readNotification", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ] }, "docs": "Read Admin Notification" }, { "info": { "name": "Mark booking notification as received", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/notification/receivedNotification", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ] }, "docs": "Mark booking notification as received" } ] } ], "bundled": true }