GetBasicMessages
  GET /basic-messages/{connectionId}     
 GET
 /basic-messages/{connectionId}
 Retrieve basic messages by connection id
Authorizations
Parameters
Path Parameters
 connectionId 
 required
   string
821f9b26-ad04-4f56-89b6-e2ef9c72b36eConnection identifier
Responses
200
BasicMessageRecord[]
Array<object>
Construct a type with a set of properties K of type T
object
Examples
[  {    "_tags": {      "role": "sender",      "connectionId": "2aecf74c-3073-4f98-9acb-92415d096834"    },    "metadata": {},    "id": "74bcf865-1fdc-45b4-b517-9def02dfd25f",    "createdAt": "2022-08-18T08:38:40.216Z",    "content": "string",    "sentTime": "2022-08-18T08:38:40.216Z",    "connectionId": "2aecf74c-3073-4f98-9acb-92415d096834"  }]