{ "opencollection": "1.0.0", "info": { "name": "Opply Activity Feed Chats API", "version": "0.0.0" }, "items": [ { "info": { "name": "Chats", "type": "folder" }, "items": [ { "info": { "name": "api_v1_channels_messages_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/channels/:channel_uuid/messages/", "params": [ { "name": "channel_uuid", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "api_v1_channels_messages_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/channels/:channel_uuid/messages/", "params": [ { "name": "channel_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "Request a resumable file upload URL", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/channels/:channel_uuid/messages/:id/create-resumable-upload-session/", "params": [ { "name": "channel_uuid", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this message." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Request a resumable file upload URL" }, { "info": { "name": "Set an upload as done", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/channels/:channel_uuid/messages/:id/upload-complete/", "params": [ { "name": "channel_uuid", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this message." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Set an upload as done" }, { "info": { "name": "api_v1_channels_chats_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/channels/chats/", "params": [ { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "api_v1_channels_chats_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/channels/chats/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "api_v1_channels_chats_mark_read_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/channels/chats/:uuid/mark-read/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "api_v1_channels_chats_search_messages_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/channels/chats/search-messages/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Endpoint to search messages or chats by text" } ] } ], "bundled": true }