Get incoming chat messages.

get

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

This operation retrieves incoming chat messages for an employee.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Incoming chat messages were successfully retrieved.
Body ()
Root Schema : ChatMessages
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested 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