Get Chat Concept


This request returns the saved concept message of this user in this chat session.

Resource

GET /chats/<OID>/concept

Where OID is the object ID of the chat session.

Parameters

None

Payload

None

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/chats/1588675/concept
Response
{
    "object": {
        "text": "hello there",
        "attachment": {
            "originalLocation": "andrid circle.jpg",
            "mimeType": "image/jpeg",
            "hasThumbnail": true,
            "thumbnailB64String": "/9j/4AAQSkZJRgABAgAAAQZ",
            "size": 774,
            "commonName": "circle2.jpg",
            "oid": "2110281",
            "objectType": "Attachment"
        }
    }
}