AgileApps Support Wiki Pre Release

Difference between revisions of "REST API:isSessionValid Resource"

From AgileApps Support Wiki
imported>Aeric
 
imported>Aeric
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Determine of the current session is valid.
Determine if the current session is valid.


;Method:GET
;Method:GET


;URI:<tt><nowiki>https://{domain}/networking/rest/user/isSessionValid</nowiki></tt>
;URI:<tt>{{platformURL}}/rest/user/isSessionValid</tt>


;Response::<syntaxhighlight lang="xml" enclose="div">
;Response::<syntaxhighlight lang="xml" enclose="div">

Latest revision as of 22:05, 30 March 2012

Determine if the current session is valid.

Method
GET
URI
https://{yourDomain}/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