Get a chat message.

get

/connectedWorker/clientapi/v2/employees/{employeeId}/messages/{messageId}

This operation retrieves a chat message for an employee.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Chat message was successfully retrieved.
Body ()
Root Schema : ChatMessage
Type: object
Show Source
Nested Schema : recipients
Type: array
List of recipients, cannot be empty
Show Source
  • List of recipients, cannot be empty
    Example: ["johnSmith","johnDeere"]
Example:
[
    "johnSmith",
    "johnDeere"
]
Back to Top