Difference between revisions of "REST API:isSessionValid Resource"

From AgileApps Support Wiki
imported>Aeric
 
imported>Aeric
m (Text replace - '<tt><nowiki>https://{domain}/networking' to '<tt>{{platformURL}}')
Line 3: Line 3:
;Method:GET
;Method:GET


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


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

Revision as of 20:59, 30 March 2012

Determine of the current session is valid.

Method
GET
URI
https://{yourDomain}/networking/rest/user/isSessionValid</nowiki>
Response
:
<platform>
    <user>
        <is_session_valid>true</is_session_valid>
    </user>

    <message>
        <code>0</code>
        <description>Success</description>
    </message>
</platform>
See also: REST API:Error Codes