MOR API system version get

From Kolmisoft Wiki
Revision as of 15:23, 19 May 2013 by Aisteb (talk | contribs)
Jump to navigationJump to search

Description

MOR API for getting MOR version number

Configuration

Go to SETTINGS –> Setup –> Settings select API tab and check Allow API globaly.

Usage

  • Call: /api/system_version_get
  • Methods: POST, GET(if allowed, not recomended)



Parameters



Returns

Success:

 <page>
   <version>MOR GUI version</version>
 </page>

Errors:

  • <error>API Requests are disabled</error> – Allow API globally setting is unchecked.
  • <error>Access Denied</error> – User was not authorized.
  • <error>Incorrect hash</error> – Hash was not correct. Check API Secret Key and order or params while concatenating hash_string.

Example:

 <status>
   <error>API Requests are disabled</error>
 </status>



See also