AgileApps Support Wiki Pre Release

REST API:isSessionValid Resource

From AgileApps Support Wiki
Revision as of 20:59, 30 March 2012 by imported>Aeric (Text replace - '<tt><nowiki>https://{domain}/networking' to '<tt>{{platformURL}}')

Determine of the current session is valid.

Method
GET
URI
https://{yourDomain}/networking/rest/user/isSessionValid</nowiki>
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