Get Note - Early Access
Resource
https://api.infobip.com/ccaas/1/conversations/{conversationId}/notes/{noteId}
Path Params
Use this method to get a single note.
| Property name | Type | Description |
|---|---|---|
| *noteId | string | Required - Note Id to fetch |
| *conversationId | string | Required - Conversation Id to get a note from |
Request Example
GET /ccaas/1/conversations/9F1F21C198025CC026956A7E2E9C560F/notes/22457B6EE7558AAD2F7D8235696ED4E6 HTTP/1.1
Host: api.infobip.com
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
Response
{
"id": "22457B6EE7558AAD2F7D8235696ED4E6",
"conversationId": "9F1F21C198025CC026956A7E2E9C560F",
"agentId":"F66D67327326FCCB027BEAA916B94542",
"content": "Sample Note content",
"createdAt": "2019-04-11T10:40:38.059+0000",
"updatedAt": "2019-04-11T10:40:38.059+0000"
}
{
"statusCode": "ERROR",
"message": "Invalid id '9F1F21C198025CC026956A7E2E9C560F' given! No such entity exists."
}