{ "opencollection": "1.0.0", "info": { "name": "Picker Production Documentation accounting chat API", "version": "V1.0.0" }, "items": [ { "info": { "name": "chat", "type": "folder" }, "items": [ { "info": { "name": "get all chat for booking", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/chat/getChatForBooking", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ], "params": [ { "name": "bookingID", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "get all chat for booking" }, { "info": { "name": "get all chat for booking", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/chat/getChatForBookingByComeChat", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ], "params": [ { "name": "bookingID", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "get all chat for booking" } ] } ], "bundled": true }