GET api/usertyping/{sessionID}/{corrType}/{corrID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sessionID | string |
Required |
|
| corrType | string |
Required |
|
| corrID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TypingStatusResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status |
Status (0/1) |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1
}
application/xml, text/xml
Sample:
<typing.response> <status>1</status> </typing.response>