v1

latestOpenAPI 3.0.0Apache-2.02026-07-1767300384.3 KB
DIDComm Basic Messages

Retrieve basic messages by connection id

get/didcomm/basic-messages

Query parameters

connectionIdstring
Example:821f9b26-ad04-4f56-89b6-e2ef9c72b36e

Connection identifier

role'sender' | 'receiver'
threadIdstring
Example:ea4e5e69-fc04-465a-90d2-9f8ff78aa71d
parentThreadIdstring
Example:ea4e5e69-fc04-465a-90d2-9f8ff78aa71d

Headers

x-tenant-idstring

Optional header to set the context to a specific tenant. Only needed when the --multi-tenant feature is enabled. Default value is 'default'

Response

BasicMessageRecord[]

idstring required
createdAtstring date-time required
updatedAtstring date-time
typestring required
connectionIdstring required
role'sender' | 'receiver' required
contentstring required
sentTimestring required
threadIdstring
parentThreadIdstring

Example response

[
  {
    "id": "821f9b26-ad04-4f56-89b6-e2ef9c72b36e",
    "connectionId": "821f9b26-ad04-4f56-89b6-e2ef9c72b36e",
    "threadId": "ea4e5e69-fc04-465a-90d2-9f8ff78aa71d",
    "parentThreadId": "ea4e5e69-fc04-465a-90d2-9f8ff78aa71d"
  }
]