Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:d-sdk:2_users:4_creators [2018/04/23 17:46]
info@geliossoft.ru
en:d-sdk:2_users:4_creators [2021/07/07 13:28]
Line 1: Line 1:
-====== List of creators ====== 
-Request provides possibility to receive the list of available creators for user. 
  
-=== Request example === 
-<code php>&​svc=get_creators_for_user&​params={ 
-    "​id_user":​integer 
-}</​code>​ 
- 
-=== Parameters === 
-^ Parameter ​  ^ Description ​  ^ 
-| id_user | Unique Id of user | 
- 
-=== Response === 
-== List of available creators == 
-<code php>[ 
-  { 
-    "​id":​24237,​ 
-    "​creator":​1,​ 
-    "​login":"​sdkTest",​ 
-    "​password":"​827ccb0eea8a706c4c34a16891f84e7b",​ 
-    "​is_admin":​1,​ 
-    "​address_base":"​Google",​ 
-    "​time_zone":​10800,​ 
-    "​mail":"",​ 
-    "​phone":"",​ 
-    "​account":"​0",​ 
-    "​cost_unit":​null,​ 
-    "​hide_menu":​null,​ 
-    "​is_block":​0,​ 
-    "​cost_day":​null,​ 
-    "​cost_mode":"​units",​ 
-    "​days":​null,​ 
-    "​winter_time":​0,​ 
-    "​legal_name":"",​ 
-    "​location":"",​ 
-    "​lat_lon":"",​ 
-    "​currency":"",​ 
-    "​date_create":​1515770894,​ 
-    "​date_block":​null,​ 
-    "​last_login":​1516009943,​ 
-    "​fields":​null,​ 
-    "​auth_key":"​4mmbqP3RzxSQnVCIZjqiC3U9f64cfEfz"​ 
-  } 
-]</​code>​