{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Messages API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A List Of Messages From A Thread", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/chat/threads/:chatThreadId/messages", "params": [ { "name": "chatThreadId", "value": "", "type": "path", "description": "The thread id of the message." }, { "name": "maxPageSize", "value": "", "type": "query", "description": "The maximum number of messages to be returned per page." }, { "name": "startTime", "value": "", "type": "query", "description": "The earliest point in time to get messages after. The timestamp should be in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Sends A Message To A Thread", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat/threads/:chatThreadId/messages", "params": [ { "name": "chatThreadId", "value": "", "type": "path", "description": "The thread id to send the message to." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets A Message By Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/chat/threads/:chatThreadId/messages/:chatMessageId", "params": [ { "name": "chatThreadId", "value": "", "type": "path", "description": "The thread id to which the message was sent." }, { "name": "chatMessageId", "value": "", "type": "path", "description": "The message id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates A Message", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/chat/threads/:chatThreadId/messages/:chatMessageId", "params": [ { "name": "chatThreadId", "value": "", "type": "path", "description": "The thread id to which the message was sent." }, { "name": "chatMessageId", "value": "", "type": "path", "description": "The message id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes A Message", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/chat/threads/:chatThreadId/messages/:chatMessageId", "params": [ { "name": "chatThreadId", "value": "", "type": "path", "description": "The thread id to which the message was sent." }, { "name": "chatMessageId", "value": "", "type": "path", "description": "The message id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }