This page was last edited on October 31, 2023, at 13:28.
Comments or questions about this documentation? Contact us for support!
This operation is part of the Customer Chat API portion of the Web Services API.
Returns the specified chat resource. Send this request periodically to keep state up to date.
Request URL | /api/v2/chats/{id} |
---|---|
HTTP Method | POST |
Required Features | - |
Required HTTP Headers | ContactCenterId |
Parameter | Value |
---|---|
- | - |
GET .../api/v2/chats/652492d9-c2d9-44c9-b9ad-0ab7984114bb ContactCenterId: cfe5ad67-ba6d-4340-81f9-bb680ef5d498
{ "chat" : { "capabilities" : [ "SendMessage", "SendStartTypingNotification", "SendStopTypingNotification", "Complete" ], "id" : "652492d9-c2d9-44c9-b9ad-0ab7984114bb", "participants" : [ { "nickname" : "Chris", "participantId" : "1", "type" : "Customer" } ], "state" : "WaitingForAgent" }, "statusCode" : 0 }