Difference between revisions of "GetVersion"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_Method_Spec| Description=Get the Version of the GVP Platform is the currently on the environment. |Parameters= {{Api_Parameter| ParamName=token |ParamType=String |Para...")
 
 
Line 20: Line 20:
 
:    <span style="color: #a11;">"Severity"</span>: <span style="color: #164;">1</span>,
 
:    <span style="color: #a11;">"Severity"</span>: <span style="color: #164;">1</span>,
 
:    <span style="color: #a11;">"StatusMessage"</span>: <span style="color: #164;">"OK"</span>,
 
:    <span style="color: #a11;">"StatusMessage"</span>: <span style="color: #164;">"OK"</span>,
:    <span style="color: #a11;">"Content"</span>:  
+
:    <span style="color: #a11;">"Content"</span>: <span style="color: #219;">"2.4.4.11819"</span>  
::    { <span style="color: #219;">"2.4.4.11819"</span> }
 
 
}
 
}
  

Latest revision as of 19:15, 15 July 2014

Description

Get the Version of the GVP Platform is the currently on the environment.

Parameters

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.


Returns

Returns a JSON object containing the version number of the platform.

Example:

{

"Statuscode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content": "2.4.4.11819"

}


Exceptions

  • None


Caching

This method is not cached.


Known issues

  • None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also