GET api/communications/userReference/{userReference}/state

Returns the state of a communication.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userReference

User reference.

string

Required

Body Parameters

None.

Response Information

Resource Description

State of the communication.

TalkState

Response 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>