GET api/communications/userReference/{userReference}/state
Returns the state of a communication.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userReference |
User reference. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
State of the communication.
TalkStateResponse Formats
application/json, text/json
Sample:
"Processing"
application/xml, text/xml
Sample:
<TalkState xmlns="http://schemas.datacontract.org/2004/07/PuntoNeutro.Core.Talks">Processing</TalkState>