REST API:isSessionValid Resource
From AgileApps Support Wiki
Revision as of 22:12, 22 December 2010 by imported>Aeric
Determine of the current session is valid.
- Method
- GET
- URI
- https://{domain}/networking/rest/user/isSessionValid
- Response
- :<syntaxhighlight lang="xml" enclose="div">
<platform>
<user> <is_session_valid>true</is_session_valid> </user>
<message>
0
<description>Success</description>
</message>
</platform> </syntaxhighlight>
- See also: REST API:Error Codes