GET api/contracts/{talkId}/state
Returns the state of a contract.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
talkId |
Talk identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
State of the contract.
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>