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

Returns the state of a communication from the authenticated user that matches a user reference id and a date.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userReference

User reference.

string

Required

date

Date of the communication.

date

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>