GET api_v2/AccountUserSessions/Count?accountUserID={accountUserID}
Возвращает количество пользовательских сессий по указанному пользователю
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountUserID |
Define this parameter in the request URI. |
Response Information
Количество пользовательских сессий
Response body formats
application/xml, text/xml
Sample:
<Result> <Count>1</Count> </Result>
application/json, text/json
Sample:
{ "Count": 1 }