POST Provider/Text/StartSession

Start a text session by the Interviewer. Only the Interviewer can start a Text Session

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResultTextSessionStart
NameDescriptionTypeAdditional information
TextSessionId

integer

None.

TextBlockId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TextSessionId": 1,
  "TextBlockId": 2
}

application/xml, text/xml

Sample:
<ResultTextSessionStart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <TextBlockId>2</TextBlockId>
  <TextSessionId>1</TextSessionId>
</ResultTextSessionStart>