MOR API system version get
From Kolmisoft Wiki
Jump to navigationJump to search
'This functionality is available from MOR 8
Get MOR version number
- Call: /api/get_version
- Methods: POST, GET(if allowed, not recomended)
- Params:
- u - username to login. Required.
- p - password to login. Required.
- hash - SHA1 hash constructed using API_Secret_Key ( More described in Constructing hash). Required.
- Returns:
- Success
<version>version_number</version>
- Errors:
- <error>Bad login</error> - User supplied bad login or password.
- <error>Incorrect hash</error> - Hash was not correct. Check API_Secret_Key and order or params while concatenating hash_string.
- Errors: