Difference between revisions of "MOR API device clis get"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 3: | Line 3: | ||
[[MOR API]] Device clis get | [[MOR API]] Device clis get | ||
Please note that | Please note that accountant and reseller must have permissions to use this API. | ||
<br><br> | <br><br> | ||
=Usage= | =Usage= | ||
* Call: /api/ | * Call: /api/device_clis_get | ||
* Methods: POST, GET(if allowed, not recomended) | * Methods: POST, GET(if allowed, not recomended) | ||
Revision as of 14:17, 1 September 2015
Description
MOR API Device clis get
Please note that accountant and reseller must have permissions to use this API.
Usage
- Call: /api/device_clis_get
- Methods: POST, GET(if allowed, not recomended)
Parametres
- u – username to login. Required.
- devices_id – this is the id of users device. Optional.
- users_id - this is the id of the user whose CLIs will be selected. Optional
- hash – SHA1 hash constructed using API_Secret_Key ( More described in Constructing hash). Required.
Request
We have API Secret Key = secret
We send:
HTML POST: http://<server_ip>/billing/api/device_clis_get?u=admin&devices_id=6&users_id=3&e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4
* Note that username and password are not included in hash
Returns
Success
<page> <status> <cli_id>3</cli_id> <cli_cli>45456464</cli_cli> <cli_device>IAX2/ipauth4aa73a4300</cli_device> <cli_description>Test Reseller</cli_description> <cli_added_at>2015-08-31 12:40:23 +0300</cli_added_at> <cli_updated_at>2015-08-31 16:14:48 +0300</cli_updated_at> <cli_comment>rhrtghg</cli_comment> <cli_email_callback>0</cli_email_callback> <cli_banned>0</cli_banned> </status> </page>
Errors
- <error>Device was not found</error> – Device was not found.
- <error>CLIs were not found</error> – No CLIs found.
- <error>Access Denied</error> – username (u) is not found.
- <error>You are not authorized to use this functionality</error> – username (u) is reseller or accountant without permissions.
- <error>User was not found</error> – specified user via user_id does not exist.
- <error>Incorrect hash</error> – Hash was not correct. Check API_Secret_Key and order or params while concatenating hash_string.