GET api/contracts/{talkId}/state

Returns the state of a contract.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
talkId

Talk identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

State of the contract.

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>